/* Aviation Indaba Hero Corrections v1.0.7 */

/* Hero artwork carries its own contrast. Remove programmed overlays only. */
.aivs-shell .aivs-slide::after,
.aivs-shell .aivs-slide::before {
    content: none !important;
    display: none !important;
    background: none !important;
    opacity: 0 !important;
}

.aii-slider .aii-slide__shade,
.aii-shell .aii-slide__shade,
.ai-indaba-slider .ai-indaba-slide__shade,
.ai-indaba-shell .ai-indaba-slide__shade,
#aviation-indaba-hero .ai-slide__overlay,
#aviation-indaba-hero .ai-slide__shade {
    display: none !important;
    opacity: 0 !important;
    background: none !important;
}

#aviation-indaba-hero .ai-slide::after,
#aviation-indaba-hero .ai-slide::before {
    background: none !important;
    opacity: 0 !important;
}


/* Slide 2 CTA alignment — keep the exhibition action row anchored left. */
.aivs-shell .aivs-slide--exhibition .aivs-exhibition-actions,
.aivs-shell .aivs-slide:nth-of-type(2) .aivs-actions {
    justify-content: flex-start !important;
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: auto !important;
}

.aivs-shell .aivs-slide--exhibition .aivs-exhibition-actions .aivs-button,
.aivs-shell .aivs-slide:nth-of-type(2) .aivs-actions .aivs-button {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
