#accordion-section-brighter_blog_reset_section button.accordion-trigger,
#accordion-section-reset_customizer_options button.accordion-trigger {
    background-color: #ff4d4d !important; /* Red background */
    color: #ffffff !important; /* White text */
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

