.sh-ad-slot {
    width: 100%;
}
.sh-ad-slot .sh-ad-unit img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.sh-ad-home_top,
.sh-ad-site_header {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}
.sh-ad-home_mid,
.sh-ad-home_bottom {
    margin: 2rem auto;
    max-width: 72rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
.sh-ad-search_results {
    margin-bottom: 1.5rem;
}
.sh-ad-visa_search_banner {
    margin-bottom: 1rem;
}
.sh-ad-visa_search_banner .sh-ad-unit img,
.sh-ad-visa_search_banner .sh-ad-unit a {
    border-radius: 0.75rem;
}
.sh-ad-visa_search_banner .sh-ad-unit img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

/* Animated HTML visa promo (admin ad_type=html) */
.visa-ad-animated-banner {
    position: relative;
    min-height: 200px;
    max-height: 320px;
    color: #fff;
    text-decoration: none;
}
.visa-ad-animated-banner__inner {
    position: relative;
    overflow: hidden;
    min-height: 200px;
    max-height: 320px;
    padding: 1.75rem 2rem;
    background: linear-gradient(120deg, #0e7490 0%, #1d4ed8 45%, #4338ca 100%);
    background-size: 200% 200%;
    animation: visa-ad-gradient-shift 6s ease infinite;
}
.visa-ad-animated-banner__glow {
    position: absolute;
    inset: -40%;
    background: radial-gradient(circle at 30% 40%, rgba(255,255,255,0.22), transparent 55%),
                radial-gradient(circle at 75% 60%, rgba(34,211,238,0.25), transparent 50%);
    animation: visa-ad-glow-pulse 4s ease-in-out infinite;
    pointer-events: none;
}
.visa-ad-animated-banner__content {
    position: relative;
    z-index: 1;
    max-width: 42rem;
}
.visa-ad-animated-banner__eyebrow {
    margin: 0 0 0.35rem;
    font-size: 0.85rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.9;
}
.visa-ad-animated-banner__title {
    margin: 0 0 0.5rem;
    font-size: clamp(1.25rem, 2.5vw, 1.75rem);
    font-weight: 700;
    line-height: 1.2;
}
.visa-ad-animated-banner__sub {
    margin: 0 0 1rem;
    font-size: clamp(0.9rem, 1.8vw, 1.05rem);
    color: #e0f2fe;
    line-height: 1.45;
}
.visa-ad-animated-banner__cta {
    display: inline-block;
    padding: 0.55rem 1.1rem;
    border-radius: 0.5rem;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.35);
    font-weight: 600;
    font-size: 0.95rem;
    animation: visa-ad-cta-pulse 2.5s ease-in-out infinite;
}
@keyframes visa-ad-gradient-shift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}
@keyframes visa-ad-glow-pulse {
    0%, 100% { transform: scale(1); opacity: 0.85; }
    50% { transform: scale(1.05); opacity: 1; }
}
@keyframes visa-ad-cta-pulse {
    0%, 100% { transform: translateY(0); box-shadow: 0 0 0 0 rgba(255,255,255,0.2); }
    50% { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,0.15); }
}
