.change-content.closed * {
    color: var(--medium-grey-color);
}

.change-content.closed:hover * {
    cursor: pointer;
    color: var(--primary-color);
}

/* selection approach */
.selection-approach-buttons>div {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
    border-radius: 12px;
    background: 12px 12px no-repeat url(/wp-content/uploads/2025/12/strengths-equity-off.png);
    background-size: 80px !important;
    margin-right: 36px;
    min-width: 218px;
}

.selection-approach-graphic-mobile {
    max-width: 500px !important;
}

@media only screen and (max-width: 767px) {

    .selection-approach-buttons>div {
        padding-top: 82px !important;
        padding-left: 12px !important;
        border-radius: 12px;
        background: 12px 12px no-repeat url(/wp-content/uploads/2025/12/strengths-equity-off.png);
        background-size: 60px !important;
        margin-right: 6px;
        min-width: 120px;
    }

    .selection-approach-buttons>div:hover {
        box-shadow: none !important;
        background-color: transparent !important;
    }

}

.selection-approach-buttons>div:hover,
.selection-approach-buttons>div.open {
    background-image: url(/wp-content/uploads/2025/12/strengths-equity.png);
}

.selection-approach-buttons>div:hover {
    cursor: pointer;
    background-color: var(--white-color);
    box-shadow: var(--card-box-shadow);
}

.selection-approach-buttons>div:hover *,
.selection-approach-buttons>div.open * {
    color: var(--primary-color);
}

.selection-approach-buttons>div:nth-child(2) {
    background-image: url(/wp-content/uploads/2025/12/strengths-agency-off.png);
}

.selection-approach-buttons>div:nth-child(2):hover,
.selection-approach-buttons>div:nth-child(2).open {
    background-image: url(/wp-content/uploads/2025/12/strengths-agency.png);
}

.selection-approach-buttons>div:nth-child(3) {
    background-image: url(/wp-content/uploads/2025/12/strengths-advocacy-off.png);
}

.selection-approach-buttons>div:nth-child(3):hover,
.selection-approach-buttons>div:nth-child(3).open {
    background-image: url(/wp-content/uploads/2025/12/strengths-advocacy.png);
}

.selection-approach-buttons>div:nth-child(4) {
    background-image: url(/wp-content/uploads/2025/12/strengths-solidarity-off.png);
}

.selection-approach-buttons>div:nth-child(4):hover,
.selection-approach-buttons>div:nth-child(4).open {
    background-image: url(/wp-content/uploads/2025/12/strengths-solidarity.png);
}

.selection-approach-buttons p {
    font-size: 21px;
    line-height: 24px;
}

.selection-approach-buttons h3 {
    font-size: 26px;
}

.selection-approach-graphic {
    flex-shrink: 0;
    width: auto !important;
}

.selection-approach-content>div>div {
    display: none;
}

.selection-approach-content>div>div.open {
    display: flex;
}

/* end selection approach */