@charset "UTF-8";
/*************************************
MIXINS
*************************************/
header .main-image-wrapper .main-image {
    min-height: 448px;
    object-fit: cover;
}

.exhibitor-category .exhibitor-category-content .exhibitor-card .exhibitor-logo img.max-height-high{
    max-height:160px;
}

/* Skip Navigation */
.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: #005fcc;
    color: #fff;
    padding: 8px 16px;
    z-index: 10000;
    font-size: 0.875rem;
    text-decoration: none;
    transition: top 0.2s;
}
.skip-link:focus {
    top: 0;
}

/* Focus Indicator (WCAG 2.4.7) */
a:focus-visible,
button:focus-visible,
[tabindex]:focus-visible {
    outline: 2px solid #005fcc;
    outline-offset: 2px;
}

/* Slider Controls (WCAG 2.2.2) */
.slider-controls {
    text-align: right;
    padding: 8px 16px 0;
}
.slider-pause-btn {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: 1px solid #fff;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 4px;
    font-size: 0.875rem;
}
.slider-pause-btn:hover,
.slider-pause-btn:focus-visible {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
}

/* Screen Reader Only (WCAG 3.2.5) */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
