/* Force display header info on desktop */
@media (min-width: 992px) {
    .ast-above-header-bar,
    .ast-header-top-bar,
    .top-bar,
    .elementor-location-header {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* Ensure icon lists and custom html blocks are visible */
    .ast-above-header-bar .ast-custom-html,
    .ast-header-html,
    .top-bar .address {
        display: inline-block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
}

/* Reduce the address font size by 75% */
.top-bar .address,
.ast-above-header-bar .ast-custom-html,
.elementor-location-header .elementor-icon-list-text:first-child,
.elementor-location-header .elementor-icon-list-item:first-child {
    font-size: 75% !important;
}