/* Video Hub Core 1.1.12 — final polish: modal title/rating, event colors, static modals, filters */
:root{--tvm-gold:#d6a84b;--tvm-gold-strong:#ffc247;--tvm-ink:#061d28;--tvm-deep:#021824;--tvm-sea:#075765;--tvm-cyan:#16a9c4;}
/* Front cards: no front-page share button, no ghost white strips */
.tvm-video-hub .tvm-card .tvm-card__share-icon{display:none!important;}
.tvm-video-hub .tvm-card:before,.tvm-video-hub .tvm-card:after,
.tvm-video-hub .tvm-card__thumb:after,.tvm-video-hub .tvm-card__image:after{background:transparent!important;border:0!important;box-shadow:none!important;content:none!important;display:none!important;}
.tvm-video-hub .tvm-card__thumb,.tvm-video-hub .tvm-card__image,.tvm-video-hub .tvm-card__media{border-bottom:0!important;box-shadow:none!important;}
/* Filters: smaller, calmer, centered */
.tvm-video-hub .tvm-content-filters,.tvm-video-hub .tvm-event-filters{max-width:1180px!important;margin:24px auto 28px!important;padding:18px 20px!important;border-radius:22px!important;background:rgba(0,25,35,.58)!important;border:1px solid rgba(94,210,222,.16)!important;box-shadow:0 16px 44px rgba(0,0,0,.18)!important;justify-content:center!important;gap:12px!important;}
.tvm-video-hub .tvm-content-filters label,.tvm-video-hub .tvm-event-filters label{min-width:145px!important;max-width:170px!important;}
.tvm-video-hub .tvm-content-filters select,.tvm-video-hub .tvm-content-filters input,.tvm-video-hub .tvm-event-filters select,.tvm-video-hub .tvm-event-filters input{height:42px!important;border-radius:13px!important;font-size:13px!important;padding:0 13px!important;}
.tvm-video-hub .tvm-filter-submit,.tvm-video-hub .tvm-filter-clear{height:42px!important;border-radius:999px!important;padding:0 18px!important;font-size:13px!important;}
/* Static modals: coherent sea style, no separate title bar */
/* Footer spacing and wdrożenie below */
.tvm-video-hub .tvm-footer{background:linear-gradient(90deg,#031825,#063743)!important;}
.tvm-video-hub .tvm-footer__inner{gap:28px!important;align-items:center!important;padding:30px 24px!important;}
.tvm-video-hub .tvm-footer__copy{gap:7px!important;}
.tvm-video-hub .tvm-footer__rights a{color:#fff!important;text-decoration:underline!important;font-weight:900!important;}
@media (max-width:980px){
  .tvm-video-hub .tvm-content-filters,.tvm-video-hub .tvm-event-filters{margin:18px 14px!important;padding:16px!important;}
}
