/* Spectroi Ad Manager */
.spad-slot{display:flex;flex-direction:column;align-items:center;gap:12px;width:100%;box-sizing:border-box;padding:20px 16px;clear:both}
.spad-slot-header_top{padding:10px 16px;background:#06051A}
.spad-slot-below_header{padding:24px 16px 8px;background:#08071C}
.spad-slot-before_footer{padding:32px 16px;background:#08071C}
.spad-slot-before_post,.spad-slot-after_post,.spad-slot-in_post{padding:8px 0;margin:8px 0 32px}
.spad-slot-in_post{margin:32px 0}
.spad-slot-shortcode{padding:12px 0}
.spad{display:flex;flex-direction:column;align-items:center;max-width:100%}
.spad-label{display:block;font:600 10px/1.2 "Inter",system-ui,sans-serif;letter-spacing:.14em;text-transform:uppercase;color:#8C89B3;margin:0 0 6px;text-align:center}
.spad-creative{max-width:100%;line-height:0}
.spad-creative img{max-width:100%;height:auto;display:block;border-radius:10px}
.spad-link{display:block;transition:opacity .2s ease,transform .2s ease}
.spad-link:hover{opacity:.94}
.spad-link:focus-visible{outline:3px solid #F5B82E;outline-offset:3px;border-radius:10px}
.spad-inline{line-height:normal;max-width:100%;overflow:hidden}
.spad-frame-wrap{position:relative;max-width:100%;width:calc(var(--spad-w)*1px);height:calc(var(--spad-h)*1px);overflow:hidden}
.spad-frame{position:absolute;top:0;left:0;border:0;transform-origin:0 0;background:transparent;width:calc(var(--spad-w)*1px);height:calc(var(--spad-h)*1px)}
@media (max-width:767px){.spad-only-desktop{display:none!important}}
@media (min-width:768px){.spad-only-mobile{display:none!important}}

/* sticky bottom bar (sits above the radio player bar when that is showing) */
.spad-sticky{position:fixed;left:50%;bottom:12px;z-index:9990;transform:translate(-50%,140%);transition:transform .35s cubic-bezier(.2,.8,.2,1),bottom .35s ease;max-width:calc(100vw - 24px);background:rgba(12,11,36,.96);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:8px 10px 10px;box-shadow:0 20px 50px -20px rgba(0,0,0,.8)}
.spad-sticky.is-in{transform:translate(-50%,0)}
.spad-sticky .spad-creative img{max-height:90px;width:auto;border-radius:8px}
.spad-sticky .spad-label{margin-bottom:4px}
.spad-sticky-x{position:absolute;top:-12px;right:-12px;width:28px;height:28px;border-radius:50%;border:1px solid rgba(255,255,255,.2);background:#1A1740;color:#fff;font:600 18px/1 system-ui,sans-serif;cursor:pointer;display:grid;place-items:center;padding:0;box-shadow:0 4px 12px rgba(0,0,0,.5)}
.spad-sticky-x:hover{background:#FF5A1F}
html.sr-bar-on .spad-sticky{bottom:90px}
html.spad-has-sticky body{padding-bottom:120px}
html.spad-has-sticky.sr-bar-on body{padding-bottom:190px}
@media (max-width:640px){
	.spad-sticky{bottom:8px;padding:6px 8px 8px}
	.spad-sticky .spad-creative img{max-height:60px}
	html.sr-bar-on .spad-sticky{bottom:78px}
	html.spad-has-sticky body{padding-bottom:90px}
	html.spad-has-sticky.sr-bar-on body{padding-bottom:160px}
}

/* "Ad zones" view for editors */
.spad-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;width:min(728px,100%);min-height:90px;padding:14px;border:2px dashed rgba(255,90,31,.7);border-radius:12px;background:repeating-linear-gradient(45deg,rgba(255,90,31,.06) 0 12px,transparent 12px 24px);color:#FFB08F;font:600 14px/1.3 "Inter",system-ui,sans-serif;text-align:center;box-sizing:border-box}
.spad-placeholder span{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:#FF5A1F}
.spad-placeholder small{font-weight:400;color:#A9A6CF;font-size:12px}
.spad-is-preview{outline:2px dashed #F5B82E;outline-offset:6px;border-radius:10px}
@media print{.spad-slot,.spad-sticky{display:none!important}}
