/* MS EPG admin cards */
.ms-epg-wrap .ms-epg-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;margin:20px 0}.ms-epg-card{background:#fff;border:1px solid #dcdcde;border-radius:10px;padding:18px}.ms-epg-card strong{display:block;color:#555}.ms-epg-card span{font-size:28px;font-weight:700;color:#111}.ms-epg-status{max-width:900px}.ms-epg-refresh-form{margin-top:24px;padding:18px;background:#fff;border:1px solid #dcdcde;border-radius:10px}

/* Public EPG layout - scoped to plugin only */
.ms-epg-public-wrap{max-width:1140px;margin:30px auto;padding:0 16px;box-sizing:border-box}.ms-epg-public-wrap *{box-sizing:border-box}.ms-epg-page{background:#fff;border:1px solid #e8e8e8;border-radius:18px;padding:24px;box-shadow:0 8px 24px rgba(0,0,0,.04)}.ms-epg-channel-head{display:flex;gap:18px;align-items:center;margin-bottom:22px}.ms-epg-logo{width:96px;height:72px;object-fit:contain;background:#f7f7f7;border:1px solid #eee;border-radius:14px;padding:8px}.ms-epg-page h1{margin:0 0 8px}.ms-epg-page h2{margin:22px 0 14px;font-size:22px}

/* Channel archive cards */
.ms-epg-channel-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(165px,1fr));gap:16px}.ms-epg-channel-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;min-height:150px;padding:18px;border:1px solid #eee;border-radius:16px;text-decoration:none;background:#fff;color:#111;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.ms-epg-channel-card:hover{transform:translateY(-2px);box-shadow:0 10px 26px rgba(0,0,0,.08);border-color:#d8d8d8}.ms-epg-channel-card img{width:94px;height:66px;object-fit:contain;background:#f7f7f7;border-radius:12px;padding:7px}.ms-epg-channel-card span{font-weight:700;text-align:center;line-height:1.25}

/* EPG schedule table / rows */
.ms-epg-schedule{width:100%;border:1px solid #ececec;border-radius:16px;overflow:hidden;background:#fff}.ms-epg-schedule-row{display:grid;grid-template-columns:86px minmax(150px,220px) 1fr;gap:16px;align-items:center;padding:13px 16px;border-bottom:1px solid #eee}.ms-epg-schedule-row:last-child{border-bottom:0}.ms-epg-schedule-row:hover{background:#fafafa}.ms-epg-program-thumb{display:block;width:74px;height:54px;border-radius:12px;overflow:hidden;background:#f3f4f6;border:1px solid #e5e7eb;flex:0 0 auto}.ms-epg-program-thumb img{width:100%;height:100%;object-fit:cover;display:block}.ms-epg-time{color:#555;font-weight:700;white-space:nowrap;font-size:14px}.ms-epg-title a{font-weight:800;text-decoration:none;color:#111;line-height:1.35}.ms-epg-title a:hover{text-decoration:underline}.ms-epg-desc{margin-top:5px;color:#666;font-size:13px;line-height:1.45}

/* Program page */
.ms-epg-poster{display:block;max-width:380px;width:100%;height:auto;max-height:440px;object-fit:cover;border-radius:18px;background:#f3f4f6;border:1px solid #eee;margin:12px 0 22px;box-shadow:0 8px 22px rgba(0,0,0,.06)}.ms-epg-program-meta{display:grid;gap:8px;margin:14px 0 20px;padding:14px;border:1px solid #eee;border-radius:14px;background:#fafafa}.ms-epg-program-meta strong{color:#111}

@media(max-width:700px){.ms-epg-public-wrap{margin:16px auto;padding:0 10px}.ms-epg-page{padding:16px;border-radius:14px}.ms-epg-channel-head{align-items:flex-start;gap:12px}.ms-epg-logo{width:76px;height:58px}.ms-epg-schedule{border-radius:14px}.ms-epg-schedule-row{grid-template-columns:68px 1fr;gap:10px;padding:12px}.ms-epg-time{grid-column:2;font-size:13px;white-space:normal}.ms-epg-title{grid-column:2}.ms-epg-program-thumb{grid-row:1 / span 2;width:60px;height:46px;border-radius:10px}.ms-epg-channel-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.ms-epg-channel-card{min-height:132px;padding:12px}.ms-epg-channel-card img{width:78px;height:56px}.ms-epg-poster{max-width:100%;border-radius:14px}}

/* v1.4.0 Homepage and Today's Schedule shortcodes */
.ms-epg-home{display:grid;gap:22px}.ms-epg-home-section{margin-bottom:22px}.ms-epg-section-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:16px}.ms-epg-section-head h2{margin:0}.ms-epg-view-all{display:inline-flex;align-items:center;justify-content:center;padding:9px 14px;border-radius:999px;background:#111;color:#fff!important;text-decoration:none!important;font-weight:700;font-size:13px;white-space:nowrap}.ms-epg-view-all:hover{opacity:.9}.ms-epg-channel-grid--compact{grid-template-columns:repeat(auto-fit,minmax(135px,1fr));gap:12px}.ms-epg-channel-grid--compact .ms-epg-channel-card{min-height:130px;padding:14px}.ms-epg-channel-grid--compact .ms-epg-channel-card img{width:84px;height:60px}.ms-epg-muted{color:#666;margin-top:0}.ms-epg-empty{padding:16px;border:1px dashed #ddd;border-radius:14px;background:#fafafa;color:#666}.ms-epg-today-channel{margin-top:22px;padding-top:18px;border-top:1px solid #eee}.ms-epg-today-channel:first-of-type{border-top:0;padding-top:0}.ms-epg-today-channel-head{margin-bottom:12px}.ms-epg-today-channel-head a{display:flex;align-items:center;gap:12px;color:#111;text-decoration:none}.ms-epg-today-channel-head img{width:72px;height:52px;object-fit:contain;background:#f7f7f7;border:1px solid #eee;border-radius:12px;padding:6px}.ms-epg-today-channel-head strong{font-size:18px}.ms-epg-schedule--compact .ms-epg-schedule-row{grid-template-columns:72px minmax(120px,170px) 1fr;padding:10px 14px}.ms-epg-schedule--compact .ms-epg-program-thumb{width:58px;height:44px}.ms-epg-shortcode-box{max-width:950px;margin:16px 0 22px;padding:16px 18px;background:#fff;border:1px solid #dcdcde;border-radius:10px}.ms-epg-shortcode-box h2{margin-top:0}.ms-epg-shortcode-box code{display:inline-block;margin:2px 0;padding:4px 7px;background:#f6f7f7;border-radius:5px}
@media(max-width:700px){.ms-epg-section-head{align-items:flex-start;flex-direction:column}.ms-epg-view-all{width:100%}.ms-epg-schedule--compact .ms-epg-schedule-row{grid-template-columns:58px 1fr}.ms-epg-schedule-row--today .ms-epg-time{grid-column:2}.ms-epg-schedule-row--today .ms-epg-title{grid-column:2}.ms-epg-today-channel-head img{width:62px;height:46px}.ms-epg-today-channel-head strong{font-size:16px}}

/* v1.5.0 Modern Today's Schedule */
.ms-epg-today-modern{overflow:hidden}.ms-epg-today-hero{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.ms-epg-today-hero h1{margin:0 0 6px}.ms-epg-today-count{min-width:92px;text-align:center;border:1px solid #eee;border-radius:18px;background:#fafafa;padding:12px 16px;font-size:28px;font-weight:900;color:#111}.ms-epg-today-count span{display:block;font-size:12px;font-weight:700;color:#666;text-transform:uppercase;letter-spacing:.04em}.ms-epg-date-tabs,.ms-epg-filter-row{display:flex;gap:8px;overflow-x:auto;padding:2px 0 12px;margin-bottom:8px;scrollbar-width:thin}.ms-epg-date-tabs a,.ms-epg-filter-pill{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;text-decoration:none!important;border:1px solid #e5e5e5;background:#fff;color:#111!important;border-radius:999px;padding:8px 13px;font-weight:800;font-size:13px}.ms-epg-date-tabs a.is-active,.ms-epg-filter-pill.is-active{background:#111;color:#fff!important;border-color:#111}.ms-epg-today-channel-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(145px,1fr));gap:12px;margin-top:14px}.ms-epg-today-logo-card{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:156px;text-align:center;text-decoration:none!important;color:#111!important;border:1px solid #eee;border-radius:18px;background:linear-gradient(180deg,#fff,#fafafa);padding:14px 10px;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.ms-epg-today-logo-card:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(0,0,0,.08);border-color:#dcdcdc}.ms-epg-today-logo-card img{width:92px;height:64px;object-fit:contain;background:#fff;border:1px solid #eee;border-radius:14px;padding:7px;margin-bottom:10px}.ms-epg-today-logo-card strong{font-size:14px;line-height:1.22}.ms-epg-today-logo-card span{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-top:6px;font-size:12px;line-height:1.25;color:#666}.ms-epg-today-details{margin-top:24px;display:grid;gap:12px}.ms-epg-today-details .ms-epg-today-channel{margin:0;padding:0;border:1px solid #eee;border-radius:18px;background:#fff;overflow:hidden}.ms-epg-today-details .ms-epg-today-channel[open]{box-shadow:0 8px 22px rgba(0,0,0,.05)}.ms-epg-today-details .ms-epg-today-channel-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0;padding:12px 14px;cursor:pointer;list-style:none;background:#fafafa}.ms-epg-today-details .ms-epg-today-channel-head::-webkit-details-marker{display:none}.ms-epg-today-details .ms-epg-today-channel-head span{display:flex;align-items:center;gap:12px}.ms-epg-today-details .ms-epg-today-channel-head a{font-size:13px;font-weight:800;text-decoration:none!important;color:#111;background:#fff;border:1px solid #e5e5e5;border-radius:999px;padding:7px 10px}.ms-epg-today-details .ms-epg-today-channel-head:after{content:'+';font-weight:900;font-size:20px;color:#555}.ms-epg-today-details .ms-epg-today-channel[open] .ms-epg-today-channel-head:after{content:'–'}.ms-epg-schedule-row.is-now{background:#fffdf2}.ms-epg-now-badge{display:inline-flex;vertical-align:middle;margin-right:7px;padding:3px 7px;border-radius:999px;background:#111;color:#fff;font-size:11px;font-weight:900;line-height:1}
@media(max-width:700px){.ms-epg-today-hero{align-items:flex-start;flex-direction:column}.ms-epg-today-count{width:100%;font-size:24px}.ms-epg-today-channel-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.ms-epg-today-logo-card{min-height:142px;padding:12px 8px}.ms-epg-today-logo-card img{width:78px;height:56px}.ms-epg-today-details .ms-epg-today-channel-head{align-items:flex-start}.ms-epg-today-details .ms-epg-today-channel-head a{display:none}.ms-epg-date-tabs a,.ms-epg-filter-pill{padding:8px 12px;font-size:12px}}

/* ── Program thumbnail fallback ─────────────────────────────────────── */
.ms-epg-program-thumb-fallback {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 74px;
    height: 54px;
    border-radius: 6px;
    background: hsl(var(--epg-hue, 220), 30%, 88%);
    color: hsl(var(--epg-hue, 220), 40%, 30%);
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
    padding: 4px 6px;
    word-break: break-word;
    overflow: hidden;
    box-sizing: border-box;
    vertical-align: middle;
    letter-spacing: 0.01em;
}

/* Larger variant used on the program poster (single-ms_program.php) */
.ms-epg-program-poster-fallback {
    width: 160px;
    height: 220px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    padding: 16px;
}


/* ── Taxonomy Browse Grid (genre / language / program category / list) ── */
.ms-epg-tax-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:14px;margin-top:4px}
.ms-epg-tax-card{display:flex;flex-direction:column;align-items:center;gap:10px;padding:18px 12px;border:1px solid #eee;border-radius:16px;text-decoration:none;background:#fff;color:#111;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;text-align:center}
.ms-epg-tax-card:hover{transform:translateY(-3px);box-shadow:0 10px 26px rgba(0,0,0,.09);border-color:#d0d0d0;color:#111}
.ms-epg-tax-icon{width:64px;height:64px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.35rem;font-weight:800;letter-spacing:-.01em;flex-shrink:0;overflow:hidden}
.ms-epg-tax-icon img{width:100%;height:100%;object-fit:cover;border-radius:14px}
.ms-epg-tax-name{font-weight:700;font-size:.9rem;line-height:1.3;word-break:break-word}
.ms-epg-tax-count{font-size:.75rem;color:#888;background:#f4f4f4;border-radius:999px;padding:2px 10px;font-weight:600}
@media(max-width:700px){.ms-epg-tax-grid{grid-template-columns:repeat(auto-fill,minmax(95px,1fr));gap:10px}.ms-epg-tax-icon{width:52px;height:52px;font-size:1.1rem;border-radius:11px}.ms-epg-tax-name{font-size:.8rem}.ms-epg-tax-card{padding:14px 8px;gap:8px}}
