.fs-tv-admin__title{margin:16px 0 18px;font-size:28px;font-weight:800;color:#c41212}.fs-tv-admin__grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.fs-tv-card{background:linear-gradient(180deg,#fff 0%,#fff7f7 100%);border:1px solid #f0d3d3;border-radius:18px;box-shadow:0 12px 30px rgba(140,0,0,.08);padding:18px 22px}.fs-tv-card h2{margin:0 0 12px;font-size:22px;color:#b50d0d;border-left:4px solid #d31810;padding-left:10px}.fs-tv-card--full{grid-column:1/-1}.fs-tv-preview{background:#f5f5f7;border:1px solid #ececec;border-radius:16px;padding:18px}.fs-tv-preview__player{margin-top:18px}.fs-tv-switch{display:inline-flex;align-items:center}.fs-tv-switch input{display:none}.fs-tv-switch__ui{width:54px;height:30px;border-radius:999px;background:#d2d7de;position:relative;display:inline-block}.fs-tv-switch__ui:before{content:'';position:absolute;top:3px;left:3px;width:24px;height:24px;border-radius:50%;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.18);transition:.2s}.fs-tv-switch input:checked + .fs-tv-switch__ui{background:#19c56e}.fs-tv-switch input:checked + .fs-tv-switch__ui:before{left:27px}@keyframes fsTvTicker{0%{transform:translate3d(0,0,0)}100%{transform:translate3d(-50%,0,0)}}.fs-tv-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.fs-tv-icon--image img{display:block;width:100%;height:100%;object-fit:contain}.fs-tv-icon--fa i{line-height:1}.fs-tv-bar.is-preview{display:flex !important;position:relative !important;left:auto !important;right:auto !important;top:auto !important;width:100% !important;margin:0 !important;z-index:1 !important}.fs-tv-preview .fs-tv-bar__marquee{animation-play-state:paused}.fs-tv-player{width:100%;margin:0 auto}.fs-tv-player__titlebar{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap;margin-bottom:10px}.fs-tv-player__badge{display:inline-flex;align-items:center;gap:10px;padding:12px 18px;min-height:62px}.fs-tv-player__title{font-weight:800;line-height:1;margin:0}.fs-tv-player__title-link{font-size:15px;font-weight:700;text-decoration:none}.fs-tv-player__frame iframe{display:block;width:100%;border:0;background:#000}.fs-tv-player__news{margin-top:12px}.fs-tv-player__news-text{margin:0;font-size:18px;line-height:1.25;font-weight:800}@media (max-width:900px){.fs-tv-admin__grid{grid-template-columns:1fr}}

/* v6.3 admin preview fix */
.fs-tv-preview{
  overflow:hidden;
}
.fs-tv-preview .fs-tv-bar{
  border-radius:10px;
  margin-bottom:18px !important;
}
.fs-tv-preview .fs-tv-bar__inner{
  min-width:0;
}
.fs-tv-preview .fs-tv-bar__marquee-wrap{
  overflow:hidden;
}
.fs-tv-preview .fs-tv-bar__marquee{
  min-width:max-content !important;
  width:max-content !important;
  animation:none !important;
}
.fs-tv-preview .fs-tv-bar__link{
  white-space:nowrap;
}
.fs-tv-preview__player{
  border-top:1px solid #e5e7eb;
  padding-top:16px;
}


/* v6.4.2 ticker hover pause */
#fs-tv-iframe-bar .fs-tv-bar__marquee:hover,
#fs-tv-iframe-bar .fs-tv-bar__marquee:focus-within{
  animation-play-state: paused;
}
