.calendar-widget--hybrid .calendar-widget__container > .lwcw {
    display: contents;
}

.calendar-widget--hybrid .featured-event__image a,
.calendar-widget--hybrid .featured-event__image picture {
    height: 100%;
    width: 100%;
}

.calendar-widget--hybrid .featured-event__image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.profile-header .profile-header__container .profile-preview .profile-preview__info .clinic-info .info__contact {
     flex-direction: column;
}
 .profile-header .profile-header__container .profile-preview .profile-preview__info .info__contact .address, 
.profile-header .profile-header__container .profile-preview .profile-preview__info .info__contact .fax {
     width: 45%;
}
 @media (max-width: 576px) {
     .profile-header .profile-header__container .profile-preview .profile-preview__info .info__contact .address, 
     .profile-header .profile-header__container .profile-preview .profile-preview__info .info__contact .fax {
         width: 100%;
    }
}

.icon-list.icon-list--two-col:has(> :only-child) {
    column-count: 1 !important;
    column-gap: 0rem;
}