/* BATES v0.26.161 – homepage services expand/collapse */

.bates-home-services-v026160 .bates-home-service-card.is-home-service-extra {
    display: none !important;
}

.bates-home-services-v026160.is-services-expanded .bates-home-service-card.is-home-service-extra {
    display: flex !important;
}

.bates-home-services-v026160 .bates-home-services-all {
    cursor: pointer;
    user-select: none;
}

.bates-home-services-v026160 .bates-home-services-all[aria-expanded="true"] {
    background: #fff !important;
    color: #13203c !important;
    border-color: rgba(19, 32, 60, .18) !important;
    box-shadow: 0 5px 14px rgba(19, 32, 60, .08) !important;
}

@media (max-width: 1080px) {
    /*
     * On tablet keep the first four items too (2 rows x 2),
     * so the initial amount remains predictable.
     */
}

@media (prefers-reduced-motion: reduce) {
    .bates-home-services-v026160 .bates-home-services-all {
        transition: none !important;
    }
}
