
  .tb-match-section {
    width: 100%;
    padding: 60px 16px;
    background:
      radial-gradient(circle at top left, rgba(0,104,71,0.16) 0%, rgba(255,255,255,0) 34%),
      radial-gradient(circle at bottom right, rgba(206,17,38,0.12) 0%, rgba(255,255,255,0) 32%),
      linear-gradient(135deg, #f7faf8 0%, #ffffff 42%, #f3f5f9 100%);
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
  }

  .tb-match-wrap {
    max-width: 1200px;
    margin: 0 auto;
  }

  .tb-match-header {
    text-align: center;
    margin-bottom: 30px;
  }

  .tb-match-kicker {
    display: inline-block;
    margin: 0 0 10px;
    padding: 7px 13px;
    border-radius: 999px;
    background: #0f1f18;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
  }

  .tb-match-header h2 {
    margin: 0;
    font-size: 40px;
    line-height: 1.15;
    color: #101714;
    font-weight: 900;
  }

  .tb-match-subtitle {
    max-width: 620px;
    margin: 12px auto 0;
    color: #52605a;
    font-size: 16px;
    line-height: 1.6;
  }

  .tb-feature-match {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    padding: 32px;
    min-height: 250px;
    border-radius: 22px;
    background-image: url("//ueeshop.ly200-cdn.com/u_file/UPBF/UPBF878/2606/10/photo/0125448cd2.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    box-shadow: 0 22px 54px rgba(16,23,20,0.18);
    margin-bottom: 24px;
    overflow: hidden;
    isolation: isolate;
  }

  .tb-feature-match::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      90deg,
      rgba(9,24,18,0.76) 0%,
      rgba(9,24,18,0.35) 48%,
      rgba(9,24,18,0.66) 100%
    );
    z-index: 1;
  }

  .tb-feature-match::after {
    content: "";
    position: absolute;
    inset: 12px;
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 18px;
    z-index: 1;
    pointer-events: none;
  }

  .tb-feature-left,
  .tb-feature-right {
    position: relative;
    z-index: 2;
  }

  .tb-live-tag {
    display: inline-block;
    margin-bottom: 12px;
    padding: 7px 12px;
    border-radius: 999px;
    background: #ffffff;
    color: #0d5f3e;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.7px;
  }

  .tb-feature-left h3 {
    margin: 0 0 8px;
    font-size: 34px;
    line-height: 1.1;
    font-weight: 900;
    color: #fff;
    text-shadow: 0 3px 12px rgba(0,0,0,0.35);
  }

  .tb-feature-left p {
    margin: 0;
    color: rgba(255,255,255,0.9);
    font-size: 15px;
  }

  .tb-feature-right {
    display: flex;
    align-items: center;
    gap: 18px;
    white-space: nowrap;
    padding: 18px 20px;
    border: 1px solid rgba(255,255,255,0.24);
    border-radius: 20px;
    background: rgba(255,255,255,0.14);
    box-shadow: 0 16px 36px rgba(0,0,0,0.22);
    backdrop-filter: blur(10px);
  }

  .tb-feature-right .tb-team-flag {
    font-size: 50px;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.35));
  }

  .tb-feature-right .tb-score {
    min-width: 118px;
    text-align: center;
    font-size: 44px;
    line-height: 1;
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(255,255,255,0.92);
    color: #101714;
    box-shadow: inset 0 -4px 0 rgba(0,104,71,0.16);
  }

  .tb-feature-right strong {
    color: #fff;
  }

  .tb-hot-matches {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 22px;
  }

  .tb-hot-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px;
    border-radius: 16px;
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(16,23,20,0.08);
    box-shadow: 0 12px 28px rgba(16,23,20,0.07);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  }

  .tb-hot-card:hover {
    transform: translateY(-3px);
    border-color: rgba(0,104,71,0.22);
    box-shadow: 0 18px 34px rgba(16,23,20,0.11);
  }

  .tb-hot-card > span {
    font-size: 32px;
    flex: 0 0 auto;
  }

  .tb-hot-card strong {
    display: block;
    color: #101714;
    font-size: 15px;
    line-height: 1.3;
  }

  .tb-hot-card p {
    margin: 4px 0 0;
    color: #69736e;
    font-size: 13px;
  }

  .tb-more-matches {
    margin-top: 8px;
    background: rgba(255,255,255,0.94);
    border: 1px solid rgba(16,23,20,0.08);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 14px 34px rgba(16,23,20,0.06);
  }

  .tb-more-matches summary {
    list-style: none;
    cursor: pointer;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 800;
    color: #101714;
    background: #fff;
  }

  .tb-more-matches summary::-webkit-details-marker {
    display: none;
  }

  .tb-summary-icon {
    font-size: 20px;
    line-height: 1;
    transition: transform 0.25s ease;
  }

  .tb-more-matches[open] .tb-summary-icon {
    transform: rotate(45deg);
  }

  .tb-match-table {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    padding: 0 18px 18px;
  }

  .tb-day-block {
    background: #fbfcfb;
    border-radius: 16px;
    padding: 18px;
    border: 1px solid rgba(16,23,20,0.08);
  }

  .tb-day-block h4 {
    margin: 0 0 12px;
    font-size: 18px;
    color: #101714;
    font-weight: 900;
  }

  .tb-match-row {
    display: grid;
    grid-template-columns: 1fr 44px 1fr;
    align-items: center;
    gap: 8px;
    padding: 11px 0;
    border-top: 1px solid rgba(16,23,20,0.07);
    color: #222;
    font-size: 14px;
  }

  .tb-match-row-final {
    margin: 2px -8px 4px;
    padding: 12px 8px;
    border-top: none;
    border-radius: 12px;
    background: linear-gradient(90deg, rgba(0,104,71,0.1), rgba(206,17,38,0.08));
    font-weight: 800;
  }

  .tb-match-row:first-of-type {
    border-top: none;
  }

  .tb-match-row b {
    text-align: center;
    color: #8a938e;
    font-size: 12px;
  }

  .tb-match-row-final b {
    color: #0d5f3e;
    font-size: 14px;
  }

  .tb-match-row span:last-child {
    text-align: right;
  }

  .tb-match-cta {
    margin-top: 26px;
    padding: 24px;
    border-radius: 20px;
    background: linear-gradient(135deg, #0f1f18 0%, #173629 100%);
    color: #fff;
    text-align: center;
    box-shadow: 0 18px 36px rgba(16,23,20,0.14);
  }

  .tb-match-cta p {
    margin: 0 0 14px;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
  }

  .tb-match-cta a {
    display: inline-block;
    padding: 13px 24px;
    border-radius: 999px;
    background: #ffffff;
    color: #0f1f18;
    text-decoration: none;
    font-size: 15px;
    font-weight: 900;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  .tb-match-cta a:hover {
    opacity: 0.92;
    transform: translateY(-2px);
  }

  @media (max-width: 768px) {
    .tb-match-section {
      padding: 38px 12px;
    }

    .tb-match-header {
      margin-bottom: 22px;
    }

    .tb-match-kicker {
      font-size: 11px;
      padding: 6px 10px;
    }

    .tb-match-header h2 {
      font-size: 28px;
    }

    .tb-match-subtitle {
      font-size: 14px;
      line-height: 1.55;
    }

    .tb-feature-match {
      flex-direction: column;
      align-items: flex-start;
      justify-content: space-between;
      gap: 22px;
      padding: 22px 18px;
      min-height: 330px;
      border-radius: 18px;
      background-size: cover;
      background-position: center top;
    }

    .tb-feature-match::before {
      background: linear-gradient(
        180deg,
        rgba(9,24,18,0.5) 0%,
        rgba(9,24,18,0.32) 42%,
        rgba(9,24,18,0.76) 100%
      );
    }

    .tb-feature-match::after {
      inset: 9px;
      border-radius: 14px;
    }

    .tb-feature-left {
      width: 100%;
    }

    .tb-feature-left h3 {
      max-width: 280px;
      font-size: 30px;
      line-height: 1.05;
    }

    .tb-feature-left p {
      font-size: 14px;
    }

    .tb-feature-right {
      width: 100%;
      justify-content: center;
      align-self: center;
      gap: 10px;
      padding: 12px;
      box-sizing: border-box;
      border-radius: 16px;
    }

    .tb-feature-right .tb-team-flag {
      font-size: 44px;
    }

    .tb-feature-right .tb-score {
      min-width: 90px;
      font-size: 34px;
      padding: 12px 10px;
    }

    .tb-hot-matches {
      grid-template-columns: 1fr;
      gap: 12px;
    }

    .tb-hot-card {
      padding: 16px;
      border-radius: 16px;
    }

    .tb-hot-card > span {
      font-size: 30px;
    }

    .tb-hot-card strong {
      font-size: 15px;
    }

    .tb-hot-card p {
      font-size: 12px;
    }

    .tb-match-table {
      grid-template-columns: 1fr;
      padding: 0 14px 14px;
      gap: 12px;
    }

    .tb-day-block {
      padding: 16px;
      border-radius: 16px;
    }

    .tb-day-block h4 {
      font-size: 17px;
    }

    .tb-match-row {
      grid-template-columns: 1fr 34px 1fr;
      font-size: 13px;
      gap: 6px;
      padding: 10px 0;
    }

    .tb-match-row b {
      font-size: 11px;
    }

    .tb-match-row-final b {
      font-size: 13px;
    }

    .tb-match-cta {
      padding: 22px 16px;
      border-radius: 18px;
    }

    .tb-match-cta p {
      font-size: 15px;
      line-height: 1.45;
    }

    .tb-match-cta a {
      width: 100%;
      box-sizing: border-box;
      padding: 14px 18px;
      font-size: 15px;
    }

    .tb-more-matches summary {
      padding: 16px;
      font-size: 14px;
    }
  }

  @media (max-width: 420px) {
    .tb-feature-match {
      min-height: 350px;
      background-position: center top;
    }

    .tb-feature-left h3 {
      font-size: 28px;
      max-width: 260px;
    }

    .tb-feature-right .tb-team-flag {
      font-size: 40px;
    }

    .tb-feature-right .tb-score {
      min-width: 78px;
      font-size: 30px;
    }
  }
