/**
 * VeneziaCast — Markttermine (saisonale Einzeltermine)
 * Brand-DNA: Lagunenblau #1a4d6e, Gold #c9941e, Backstein #a23838
 */
.tv-mt-block{--gold:#c9941e;--lagune:#1a4d6e;--backstein:#a23838;--bg:#fbf8f3;--line:#e2dccf;--ink:#1c1c1c;--muted:#5e5848;margin:1.25rem 0;font-family:inherit}
.tv-mt-filters{background:#fff;border:1px solid var(--line);border-radius:10px;padding:1rem 1.1rem;margin:0.5rem 0 1rem;position:sticky;top:0;z-index:5;box-shadow:0 2px 6px rgba(0,0,0,0.04)}
.tv-mt-filter-row{display:flex;flex-wrap:wrap;gap:0.35rem;margin-bottom:0.5rem;align-items:center}
.tv-mt-filter-row:last-child{margin-bottom:0}
.tv-mt-filter-row--meta{margin-top:0.4rem;padding-top:0.4rem;border-top:1px dashed var(--line)}
.tv-mt-filter-label{font-size:0.72rem;font-weight:600;text-transform:uppercase;letter-spacing:0.05em;color:var(--muted);min-width:86px}
.tv-mt-pill{background:#fbf8f3;border:1px solid var(--line);color:var(--ink);padding:0.3rem 0.7rem;border-radius:99px;font-size:0.82rem;cursor:pointer;transition:all 0.15s;font-family:inherit;line-height:1.2}
.tv-mt-pill:hover{background:#f3ead9;border-color:var(--gold)}
.tv-mt-pill.is-active{background:var(--lagune);color:#fff;border-color:var(--lagune)}
.tv-mt-pill.is-disabled,.tv-mt-pill[disabled]{opacity:0.35;cursor:not-allowed}
.tv-mt-pill--reset{background:#fff;color:var(--backstein);border-color:var(--backstein)}
.tv-mt-pill--reset:hover{background:var(--backstein);color:#fff}
.tv-mt-counter{display:inline-block;margin-left:auto;font-size:0.85rem;color:var(--muted)}
.tv-mt-counter__num{color:var(--lagune);font-weight:600}
.tv-mt-table-wrap{overflow-x:auto;margin:0.75rem 0 1.5rem;-webkit-overflow-scrolling:touch}
.tv-mt-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--line);border-radius:8px;overflow:hidden;font-size:0.93rem}
.tv-mt-table thead{background:var(--lagune);color:#fff}
.tv-mt-table th{padding:0.65rem 0.8rem;text-align:left;font-weight:600;font-size:0.82rem;text-transform:uppercase;letter-spacing:0.03em}
.tv-mt-table td{padding:0.6rem 0.8rem;border-bottom:1px solid var(--line);vertical-align:middle}
.tv-mt-table tr:last-child td{border-bottom:none}
.tv-mt-table tr:nth-child(even){background:#fbf8f3}
.tv-mt-table tr.is-hidden{display:none}
.tv-mt-row__date{font-weight:600;color:var(--lagune);white-space:nowrap;font-variant-numeric:tabular-nums}
.tv-mt-row__dow{display:inline-block;background:#f3ead9;color:var(--lagune);padding:0.08rem 0.4rem;border-radius:4px;font-size:0.75rem;margin-right:0.35rem;font-weight:600}
.tv-mt-badge{display:inline-block;padding:0.18rem 0.55rem;border-radius:4px;font-size:0.76rem;font-weight:600;color:#fff;white-space:nowrap}
.tv-mt-detail-link{color:var(--lagune);text-decoration:none;font-size:0.85rem;font-weight:600;white-space:nowrap}
.tv-mt-detail-link:hover{color:var(--gold);text-decoration:underline}
.tv-mt-empty,.tv-mt-empty-state{padding:1.5rem 1rem;text-align:center;color:var(--muted);background:#fbf8f3;border:1px dashed var(--line);border-radius:8px;margin:1rem 0}
@media(max-width:640px){
  .tv-mt-filter-label{min-width:auto;width:100%;margin-bottom:0.15rem}
  .tv-mt-counter{margin-left:0;margin-top:0.35rem;width:100%}
  .tv-mt-table{font-size:0.85rem}
  .tv-mt-table th,.tv-mt-table td{padding:0.5rem 0.4rem}
}
