/* NEWS HDSPTV V46 — ads management, clear actions and responsive frontend ad placements */
:root{--hs-v46-yellow:#FFD91A;--hs-v46-red:#D60000;--hs-v46-ink:#0F172A;--hs-v46-muted:#5B677A;--hs-v46-border:#D8E0EE;--hs-v46-card:#FFFFFF;--hs-v46-shadow:0 20px 48px rgba(15,23,42,.12)}

/* Admin: advertisement manager */
.hs-ads-hero{overflow:hidden}.hs-ads-slot-grid{grid-template-columns:repeat(auto-fit,minmax(245px,1fr))!important}.hs-slot-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.hs-slot-card.has-banner{border-color:rgba(22,163,74,.30);box-shadow:0 18px 42px rgba(22,163,74,.10)}.hs-slot-card.is-empty{background:linear-gradient(180deg,#fff,#F8FAFC)}.hs-ads-workspace{align-items:start}.hs-ad-editor-card .hs-field small,.hs-ad-live-preview-card p{color:#64748B!important}.hs-ad-preview-real{padding:12px;background:linear-gradient(135deg,#F8FAFC,#FFFFFF);min-height:220px}.hs-ad-preview-real img{display:block;width:100%;height:auto;max-height:320px;object-fit:contain;border-radius:14px}.hs-ad-preview-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.hs-current-ad-slots .hs-toolbar{align-items:center}.hs-ad-table{min-width:1020px}.hs-ad-table td{vertical-align:middle!important}.hs-ad-table code{display:block;max-width:240px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hs-ad-thumb{width:150px!important;height:78px!important;object-fit:contain!important;background:#F8FAFC!important}.hs-action-links{display:flex;align-items:center;gap:7px;flex-wrap:wrap;min-width:166px}.hs-action-links a,.hs-action-disabled{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:7px 10px;border-radius:999px;border:1px solid var(--hs-v46-border);font-weight:900;font-size:12px;line-height:1;text-decoration:none!important}.hs-action-edit{background:#FEF3C7;color:#92400E!important;border-color:#FDE68A!important}.hs-action-view{background:#DBEAFE;color:#1D4ED8!important;border-color:#BFDBFE!important}.hs-action-delete{background:#FEE2E2;color:#B91C1C!important;border-color:#FECACA!important}.hs-action-disabled{background:#F1F5F9;color:#94A3B8}.hs-action-links a:hover{filter:brightness(.98);transform:translateY(-1px)}
html[data-theme="dark"] .hs-admin-body .hs-ad-preview-real,html[data-theme="dark"] .hs-admin-body .hs-slot-card{background:#111827;color:#F8FAFC;border-color:rgba(148,163,184,.25)}html[data-theme="dark"] .hs-admin-body .hs-ad-preview-real{background:#0F172A}html[data-theme="dark"] .hs-admin-body .hs-ad-table code{background:#0F172A;color:#E5E7EB}

/* Frontend ads */
.hs-ad-wrap{width:100%;margin:16px 0}.hs-ad-wrap-top{margin-top:0}.hs-ad-slot{position:relative;display:grid;place-items:center;width:100%;min-height:80px;border:1px solid rgba(148,163,184,.28);border-radius:22px;background:linear-gradient(135deg,rgba(255,255,255,.92),rgba(248,250,252,.82));overflow:hidden;box-shadow:0 16px 44px rgba(15,23,42,.10);color:#0F172A!important}.hs-ad-slot img{display:block;width:100%;height:auto;max-height:280px;object-fit:contain}.hs-ad-slot .hs-sponsored-label{position:absolute;top:8px;left:10px;z-index:2;background:rgba(15,23,42,.82);color:#fff;border-radius:999px;padding:4px 9px;font-size:10px;font-weight:950;letter-spacing:.10em;text-transform:uppercase;box-shadow:0 8px 18px rgba(0,0,0,.18)}.hs-ad-homepage_right{min-height:210px}.hs-ad-homepage_right img{max-height:280px}.hs-ad-homepage_inline,.hs-ad-article_top,.hs-ad-article_bottom{min-height:160px}.hs-ad-empty{min-height:120px;padding:22px;text-align:center;color:#64748B;background:rgba(248,250,252,.8);border:1px dashed rgba(148,163,184,.38);border-radius:18px}.hs-ad-slot.is-broken{min-height:96px;background:#FEF2F2;border-color:#FECACA}.hs-ad-slot.is-broken:after{content:'Ad image not available';color:#B91C1C;font-weight:900}.hs-article-ad{margin:0 auto}.hs-ad-wrap-article-top{margin:0 0 18px}.hs-ad-wrap-article-bottom{margin:18px 0 0}
html[data-theme="dark"] .hs-ad-slot{background:linear-gradient(135deg,rgba(15,23,42,.96),rgba(30,41,59,.90));border-color:rgba(148,163,184,.28);color:#F8FAFC!important}html[data-theme="dark"] .hs-ad-empty{background:rgba(15,23,42,.80);color:#CBD5E1;border-color:rgba(148,163,184,.28)}

/* Mobile sticky ad: only mobile, never desktop */
.hs-mobile-sticky-ad-wrap{display:none}.hs-mobile-ad-close{position:absolute;right:8px;top:-14px;z-index:4;width:28px;height:28px;border:0;border-radius:999px;background:#0F172A;color:#fff;font-weight:950;box-shadow:0 8px 18px rgba(15,23,42,.25)}

@media(max-width:980px){.hs-ad-table{min-width:880px}.hs-ad-editor-card .hs-btn-row{display:grid;grid-template-columns:1fr;gap:8px}.hs-ad-editor-card .hs-btn-row .hs-btn,.hs-ad-editor-card .hs-btn-row button{width:100%;flex:none}.hs-ad-preview-real{min-height:150px}.hs-ad-preview-real img{max-height:220px}}
@media(max-width:640px){.hs-admin-card.hs-current-ad-slots{padding:12px!important}.hs-ad-table th,.hs-ad-table td{padding:10px!important;font-size:12px!important}.hs-ad-table code{max-width:180px}.hs-action-links{min-width:150px}.hs-ad-thumb{width:120px!important;height:64px!important}.hs-ad-wrap{margin:12px 0}.hs-ad-slot{border-radius:18px;min-height:72px}.hs-ad-slot img{max-height:170px}.hs-ad-slot .hs-sponsored-label{font-size:9px;top:6px;left:8px;padding:3px 7px}.hs-ad-homepage_top,.hs-ad-homepage_inline,.hs-ad-article_top,.hs-ad-article_bottom{min-height:96px}.hs-ad-homepage_right{min-height:150px}.hs-mobile-sticky-ad-wrap{display:block;position:fixed;left:10px;right:10px;bottom:10px;z-index:1200;padding:0;border-radius:18px;filter:drop-shadow(0 14px 34px rgba(0,0,0,.32))}.hs-mobile-sticky-ad-wrap .hs-ad-slot{min-height:54px;max-height:74px;border-radius:16px;background:#fff}.hs-mobile-sticky-ad-wrap .hs-sponsored-label{display:none}.hs-mobile-sticky-ad-wrap img{max-height:74px;object-fit:contain}.hs-footer{padding-bottom:92px!important}}
