.aib-upload-hint{
    margin:8px 0;
    padding:10px 12px;
    border-radius:16px;
    background:#fff4de;
    border:1px solid rgba(185,138,54,.18);
    color:#8d611f;
    font-family:Arial,Tahoma,sans-serif;
    display:grid;
    gap:5px;
    line-height:1.6;
}
.aib-upload-hint strong{color:#3f2a1b}
.aib-upload-hint a{color:#8d611f!important;font-weight:900;text-decoration:underline}

body .at-premium-flow-card,
body .at-content-bridge-inner,
body .at-quick-lead-inner,
body .at-reels-inner{
    position:relative;
}

body .at-premium-flow-card:hover .ico,
body .at-content-bridge-links a:hover span,
body .at-reel-card:hover .at-reel-screen strong{
    transform:scale(1.08);
}

body .at-premium-flow-card .ico,
body .at-content-bridge-links a span,
body .at-reel-card .at-reel-screen strong{
    transition:transform .18s ease;
}

body .at-content-bridge-links a,
body .at-premium-flow-actions a,
body .at-quick-lead-form button{
    min-height:46px;
}

body .at-quick-lead-copy h2,
body .at-content-bridge h2,
body .at-reels-head h2,
body .at-premium-flow-head h2{
    text-wrap:balance;
}

body .at-quick-lead-copy p,
body .at-content-bridge p,
body .at-reels-head p,
body .at-premium-flow-head p{
    text-wrap:pretty;
}

body .at-watermark-wrap{
    background:#f8f3e8;
}

body .at-watermark-wrap img{
    transition:transform .28s ease;
}

body .at-watermark-wrap:hover img{
    transform:scale(1.015);
}

@media(max-width:640px){
    body .at-quick-lead-inner,
    body .at-content-bridge-inner{
        box-shadow:0 12px 28px rgba(75,51,34,.08);
    }
}
