/* Replace the previous text-only pseudo banner with a clickable image banner. */
body::after{display:none!important}
.ad-banner{position:fixed;right:16px;top:50%;transform:translateY(-50%);z-index:40;display:block;width:210px;border-radius:17px;box-shadow:0 14px 38px rgba(6,28,46,.3);transition:transform .2s ease,box-shadow .2s ease;line-height:0}
.ad-banner img{display:block;width:100%;height:auto;border-radius:17px}
.ad-banner:hover{transform:translateY(-50%) scale(1.035);box-shadow:0 18px 46px rgba(6,28,46,.4)}
.ad-banner:focus-visible{outline:4px solid rgba(23,105,170,.35);outline-offset:4px}
@media(max-width:1380px){.ad-banner{right:10px;width:175px}}
@media(max-width:1180px){body{padding-bottom:170px!important}.ad-banner{top:auto;right:12px;bottom:12px;width:110px;transform:none}.ad-banner:hover{transform:scale(1.035)}}
