/* ============================================================
   🟩 VTV 2025 – MATCHDAY HEADER (FULL WIDTH CLEAN VERSION)
   ============================================================ */

.vtv-matchday {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* === DATE HEADER === */
.vtv-date-header {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.vtv-date-header h2,
.vtv-current-date {
  font-size: 20px;
  font-weight: 700;
  color: #1f2937;
  margin: 0;
  line-height: 1.2;
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
  .vtv-date-header h2,
  .vtv-current-date {
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .vtv-current-date {
    font-size: 22px;
  }
}