/* Existing internal advertising slots, loaded independently of page rendering. */
.site-ad { max-width: 100%; }
.site-ad--1 { display: flex; align-items: center; justify-content: space-between; gap: 16px; position: fixed; right: 0; left: 0; z-index: 99999999; height: 25px; padding: 0 2%; font-family: Tahoma, sans-serif; overflow: hidden; }
.site-ad--fixed-top { top: 0; }
.site-ad--fixed-bottom { bottom: 0; }
.site-ad--inline-line { position: relative; right: auto; left: auto; z-index: auto; }
body.site-ad-bar-top { padding-top: 25px !important; }
body.site-ad-bar-bottom { padding-bottom: 25px !important; }
.site-ad__line { font-size: 20px; font-weight: normal; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; min-width: 0; }
.site-ad__buy { font-size: 12px; white-space: nowrap; flex-shrink: 0; }
.site-ad__links { margin: 10px 0; }
.site-ad__links a { margin-right: 4px; }
.site-ad__links--lines a { display: block; }
.site-ad--3 { position: relative; display: inline-block; overflow: hidden; }
.site-ad--3 img { display: block; max-width: 100%; height: auto; }
.site-ad__banner-buy { position: absolute; top: 0; right: 0; padding: 0 7px; font-size: 11px; line-height: 18px; background: #fff; color: #087f83; border-radius: 0 0 0 4px; opacity: .9; }
@media (max-width: 600px) {
    .site-ad--1 { gap: 8px; }
    .site-ad__line { font-size: 14px; }
    .site-ad__buy { font-size: 10px; max-width: 45%; overflow: hidden; text-overflow: ellipsis; }
}
