/* CUSTOM STYLES FOR CARE-7 
=========================== */
.theme_psom_default main hr {
    border-color: #CCCCCC; /*override style in psom theme*/
}

.theme_psom_default main .button-image .button-group--item-overlay {
    background-color: #045ea7;/*override style in psom theme*/
}

.button-group--item-overlay-content {
    color: white;
}

.theme_psom_default .button-group--item:hover .button-group--item-overlay-content {
    color: #333333;
}

/* add custom logo to global footer */
footer .custom-logo {
    width: 180px;
}

.global_info_footer .half .contact-wrapper {
    display: flex;
    gap: 1rem;
}

@media (max-width: 900px) {
    .global_info_footer .half .contact-wrapper {
        display: block;
    }
}
