@media (min-width: 769px) {
  body {
    background: #eef3f8 !important;
    overflow-x: hidden !important;
  }

  .pc-clean-hidden {
    display: none !important;
  }

  .pc-clean-shell {
    width: min(1320px, calc(100vw - 64px)) !important;
    margin: 28px auto 70px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 940px) 360px !important;
    gap: 24px !important;
    align-items: start !important;
  }

  .pc-clean-left,
  .pc-clean-right {
    min-width: 0 !important;
  }

  .pc-clean-left > *,
  .pc-clean-right > * {
    width: 100% !important;
    max-width: 100% !important;
  }

  .pc-clean-right {
    position: sticky !important;
    top: 86px !important;
  }

  .pc-clean-shell .schedule-card,
  .pc-clean-shell .fixtures-card,
  .pc-clean-shell .main-card,
  .pc-clean-shell .match-card,
  .pc-clean-shell .standings-card,
  .pc-clean-shell .rank-card,
  .pc-clean-shell .sidebar-card,
  .pc-clean-shell .card {
    border-radius: 20px !important;
    border: 1px solid rgba(226,232,240,.95) !important;
    background: #fff !important;
    box-shadow: 0 18px 48px rgba(15,23,42,.08) !important;
    overflow: hidden !important;
  }

  .pc-clean-left .match-row[data-id] {
    min-height: 66px !important;
  }

  .pc-clean-left .match-row[data-id]::before {
    display: none !important;
    content: none !important;
  }

  .pc-clean-left .h5-match-card {
    display: none !important;
  }

  .pc-clean-right table {
    width: 100% !important;
    font-size: 13px !important;
  }

  .pc-clean-right th,
  .pc-clean-right td {
    padding: 10px 7px !important;
    white-space: nowrap !important;
  }

  .pc-clean-right .standings-card,
  .pc-clean-right .rank-card,
  .pc-clean-right .sidebar-card,
  .pc-clean-right .card {
    max-height: calc(100vh - 110px) !important;
    overflow: auto !important;
  }

  @media (min-width: 1500px) {
    .pc-clean-shell {
      width: min(1380px, calc(100vw - 80px)) !important;
      grid-template-columns: minmax(0, 980px) 370px !important;
    }
  }
}
