@media (max-width: 1180px) {
  .tlv-search {
    display: none;
  }

  .tlv-hero-grid {
    grid-template-columns: 1fr 380px;
  }
}

@media (max-width: 1024px) {
  .tlv-nav {
    display: none;
  }

  .tlv-menu-toggle {
    display: block;
  }

  .tlv-header-main__inner {
    min-height: 74px;
  }

  .tlv-hero-grid,
  .tlv-contact-grid {
    grid-template-columns: 1fr;
  }

  .tlv-live-panel {
    max-width: 620px;
  }

  .tlv-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tlv-league-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tlv-league-card:first-child {
    grid-row: auto;
  }

  .tlv-post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 782px) {
  .admin-bar .tlv-header {
    top: 46px;
  }
}

@media (max-width: 768px) {
  .tlv-shell {
    width: min(100% - 28px, var(--tlv-container));
  }

  .tlv-announcement__inner {
    justify-content: center;
    text-align: center;
  }

  .tlv-announcement a,
  .tlv-header-actions .tlv-btn {
    display: none;
  }

  .tlv-home-hero,
  .tlv-section,
  .tlv-page-banner {
    padding: 46px 0;
  }

  .tlv-home-hero h1 {
    font-size: 48px;
  }

  .tlv-hero-copy,
  .tlv-page-banner p {
    font-size: 16px;
  }

  .tlv-section-head {
    display: grid;
  }

  .tlv-filter {
    width: 100%;
    overflow-x: auto;
  }

  .tlv-match-card {
    grid-template-columns: 1fr;
  }

  .tlv-match-meta {
    justify-items: start;
  }

  .tlv-feature-grid,
  .tlv-league-grid,
  .tlv-post-grid,
  .tlv-footer-grid {
    grid-template-columns: 1fr;
  }

  .tlv-field-grid {
    grid-template-columns: 1fr;
  }

  .tlv-footer-cta,
  .tlv-footer-bottom {
    display: grid;
  }
}

@media (max-width: 430px) {
  .tlv-logo__mark {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }

  .tlv-logo__text {
    font-size: 17px;
  }

  .tlv-home-hero h1 {
    font-size: 40px;
  }

  .tlv-live-screen {
    min-height: 220px;
  }

  .tlv-score-strip {
    grid-template-columns: 1fr;
  }

  .tlv-stat-strip {
    padding: 10px;
  }
}


/* Tiểu Lâm TV 3 sports portal responsive */
@media (max-width: 1180px) {
  body.tlv-sports-site .tlv3-header .tlv-ref-logo {
    width: 176px;
    min-width: 176px;
  }

  body.tlv-sports-site .tlv3-header .tlv-ref-nav .tlv-menu a {
    padding-inline: 10px;
    font-size: 13px;
  }

  .tlv3-hero__grid {
    grid-template-columns: minmax(0, 1fr) 450px;
    gap: 38px;
  }

  .tlv3-filter-row {
    display: grid;
  }
}

@media (max-width: 1024px) {
  body.tlv-sports-site .tlv3-header .tlv-ref-nav,
  .tlv3-header-actions {
    display: none;
  }

  body.tlv-sports-site .tlv3-header .tlv-ref-menu-toggle {
    display: block;
    margin-left: auto;
  }

  .tlv3-hero__grid,
  .tlv3-featured__grid,
  .tlv3-news-layout {
    grid-template-columns: 1fr;
  }

  .tlv3-hero__copy {
    max-width: 760px;
  }

  .tlv3-player-card {
    max-width: 720px;
  }

  .tlv3-table-card {
    max-width: none;
  }

  .tlv3-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 782px) {
  .admin-bar .tlv3-header {
    top: 46px;
  }
}

@media (max-width: 768px) {
  .tlv3-shell,
  body.tlv-sports-site .tlv3-header__inner {
    width: min(100% - 28px, var(--tlv3-container));
  }

  .tlv3-ticker__inner {
    justify-content: center;
    text-align: center;
  }

  .tlv3-ticker__inner > a {
    display: none;
  }

  body.tlv-sports-site .tlv3-header__inner {
    min-height: 70px;
  }

  body.tlv-sports-site .tlv3-header .tlv-ref-logo {
    width: 160px;
    min-width: 160px;
  }

  body.tlv-sports-site .tlv3-header .tlv-ref-logo-img {
    max-height: 50px;
  }

  .tlv3-hero {
    padding: 52px 0 48px;
  }

  .tlv3-hero__grid {
    gap: 36px;
  }

  .tlv3-hero h1 {
    font-size: clamp(44px, 13vw, 68px);
  }

  .tlv3-hero__copy > p {
    font-size: 15px;
  }

  .tlv3-player-card__screen {
    min-height: 230px;
  }

  .tlv3-section {
    padding: 52px 0;
  }

  .tlv3-section-heading {
    align-items: start;
  }

  .tlv3-date-filter,
  .tlv3-league-filter {
    margin-inline: -14px;
    padding-inline: 14px;
  }

  .tlv3-match {
    grid-template-columns: 80px minmax(0, 1fr);
    gap: 14px;
  }

  .tlv3-match__teams {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .tlv3-match__teams > div,
  .tlv3-match__teams > div:last-child {
    justify-content: flex-start;
  }

  .tlv3-match__teams > div:last-child {
    flex-direction: row-reverse;
  }

  .tlv3-match__teams > em {
    display: none;
  }

  .tlv3-match__action {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    border-top: 1px solid var(--tlv3-line);
  }

  .tlv3-featured-match__body {
    grid-template-columns: 1fr 94px 1fr;
    min-height: 220px;
  }

  .tlv3-featured-time b {
    font-size: 27px;
  }

  .tlv3-featured-team strong {
    font-size: 14px;
  }

  .tlv3-story--large {
    display: block;
  }

  .tlv3-story--large .tlv3-story__media {
    min-height: 240px;
  }

  .tlv3-cta__inner,
  .tlv3-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .tlv3-hero__stats span {
    min-width: 0;
    flex: 1 1 30%;
    margin-right: 12px;
    padding-right: 12px;
  }

  .tlv3-player-card__score {
    gap: 7px;
    padding-inline: 12px;
  }

  .tlv3-player-card__score > div {
    display: grid;
    justify-items: center;
    gap: 5px;
    font-size: 10px;
    text-align: center;
  }

  .tlv3-player-card__score > div:last-child {
    justify-items: center;
    text-align: center;
  }

  .tlv3-club-mark {
    width: 34px;
    height: 34px;
  }

  .tlv3-section-heading {
    display: grid;
  }

  .tlv3-match {
    padding: 13px;
  }

  .tlv3-match__teams strong {
    font-size: 12px;
  }

  .tlv3-featured-match,
  .tlv3-upcoming,
  .tlv3-table-card {
    padding: 18px;
  }

  .tlv3-featured-match__body {
    grid-template-columns: 1fr 68px 1fr;
    gap: 6px;
  }

  .tlv3-featured-team .tlv3-club-mark {
    width: 54px;
    height: 54px;
  }

  .tlv3-featured-match__footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .tlv3-news-grid,
  .tlv3-footer__grid {
    grid-template-columns: 1fr;
  }

  .tlv3-story--large {
    grid-column: auto;
  }

  .tlv3-story--large .tlv3-story__body h3,
  .tlv3-story__body h3 {
    font-size: 19px;
  }

  .tlv3-cta__inner {
    display: grid;
  }
}

@media (max-width: 390px) {
  .tlv3-ticker {
    font-size: 11px;
  }

  .tlv3-hero h1 {
    font-size: 42px;
  }

  .tlv3-hero__actions .tlv3-button {
    width: 100%;
  }

  .tlv3-hero__stats span {
    flex-basis: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 8px 0;
    border-right: 0;
    border-bottom: 1px solid var(--tlv3-line);
  }

  .tlv3-hero__stats span:last-child {
    border-bottom: 0;
  }

  .tlv3-featured-time b {
    font-size: 22px;
  }

  .tlv3-featured-team strong {
    font-size: 11px;
  }
}
