/*LOGIN PAGE - SSO BUTTONS*/
[data-theme="theme-login"] community_login-social-login.comm-social-login > ul > li .slds-button.slds-button_neutral,
[data-theme="theme-login"] community_login-social-login.comm-social-login > ul > li .slds-button.slds-button_neutral:hover,
[data-theme="theme-login"] community_login-social-login.comm-social-login > ul > li .slds-button.slds-button_neutral:focus {
    color: rgb(0, 34, 55) !important;
    border-color: rgb(164, 219, 232) !important;
    background-color: rgb(164, 219, 232) !important;
}

/* PLP FILTER SECTION FOR CHECKBOXES */
commerce-search-filters-panel-section ul.slds-listbox .selected-filter commerce-pill .slds-pill .slds-pill__label[title="true"],
commerce-search-filters-panel-section ul.slds-listbox .selected-filter commerce-pill .slds-pill .slds-pill__label[title="false"] {
    display: none;
}

commerce-search-filters-panel-section ul.slds-listbox .selected-filter commerce-pill .slds-pill:has(.slds-pill__label[title="true"])::before {
    content: 'Minimums Required';
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25rem;
    padding-top: 0;
    font-size: 1rem;
    color: var(--ecomm-commerce-search-filters-pill-color, var(--dxp-g-root));
}

commerce-search-filters-panel-section ul.slds-listbox .selected-filter commerce-pill .slds-pill:has(.slds-pill__label[title="false"])::before {
    content: 'No Minimums';
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25rem;
    padding-top: 0;
    font-size: 1rem;
    color: var(--ecomm-commerce-search-filters-pill-color, var(--dxp-g-root));
}