/* ZimPrem Fantasy Wave 72 — mobile shell simplification */
@media (max-width: 1023px) {
  .fantasy-shell-v12 {
    padding-bottom: calc(68px + env(safe-area-inset-bottom));
  }

  .fantasy-mobile-header-v12 {
    min-height: 56px;
    background: rgba(4,9,7,.97) !important;
    backdrop-filter: blur(14px) !important;
  }

  .fantasy-mobile-header-v12 > div {
    min-height: 56px !important;
    padding-inline: 12px !important;
  }

  .fantasy-mobile-header-v12 .fantasy-brand-mark-v12 {
    width: 32px !important;
    height: 32px !important;
  }

  .fantasy-mobile-header-v12 a[aria-label="Return to My ZimPrem"] {
    min-height: 40px !important;
    border-radius: 9px !important;
    padding-inline: 10px !important;
  }

  .fantasy-presenting-slot-wave66 {
    padding: 0 10px !important;
  }

  .fantasy-presenting-slot-wave66 > * {
    min-height: 48px !important;
    margin-block: 8px !important;
    padding: 8px 10px !important;
  }

  .fantasy-presenting-slot-wave66 [class*="commercial-placement-copy"],
  .fantasy-presenting-slot-wave66 p:not([class*="eyebrow"]),
  .fantasy-presenting-slot-wave66 [class*="partner-mark"] {
    display: none !important;
  }

  .fantasy-presenting-slot-wave66 h2,
  .fantasy-presenting-slot-wave66 h3,
  .fantasy-presenting-slot-wave66 strong {
    font-size: 11px !important;
    line-height: 1.2 !important;
  }

  .fantasy-presenting-slot-wave66 a,
  .fantasy-presenting-slot-wave66 button {
    min-height: 38px !important;
    font-size: 10px !important;
  }

  .fantasy-shell-v12 main > div:first-child {
    display: none !important;
  }

  .fantasy-shell-v12 .fantasy-truth-strip-v12 {
    display: none !important;
  }

  .fantasy-shell-v12 .fantasy-mobile-explore-v12 {
    display: none !important;
  }

  .fantasy-shell-v12 .fantasy-next-action-v12 {
    padding: 10px 12px !important;
    border-top: 0 !important;
  }

  .fantasy-shell-v12 .fantasy-next-action-v12 p {
    max-width: 52ch;
  }

  .fantasy-shell-v12 .fantasy-content-v12 {
    padding-top: 12px !important;
  }

  .fantasy-mobile-nav-v12 {
    left: 8px !important;
    right: 8px !important;
    bottom: max(8px, env(safe-area-inset-bottom)) !important;
    inset-inline: 8px !important;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.09) !important;
    border-radius: 14px !important;
    background: rgba(4,9,7,.985) !important;
    box-shadow: 0 16px 38px rgba(0,0,0,.42) !important;
    padding-bottom: 0 !important;
  }

  .fantasy-mobile-nav-v12 a {
    min-height: 58px !important;
    font-size: 9px !important;
    border-radius: 0 !important;
  }

  .fantasy-mobile-nav-v12 a[data-active="true"] {
    position: relative;
    background: rgba(216,173,61,.055) !important;
  }

  .fantasy-mobile-nav-v12 a[data-active="true"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 24%;
    right: 24%;
    height: 2px;
    border-radius: 999px;
    background: #d8ad3d;
  }
}

@media (max-width: 640px) {
  section[aria-label="Fantasy signed-in account"] {
    padding: 6px 10px !important;
  }

  section[aria-label="Fantasy signed-in account"] strong {
    font-size: 10px !important;
    letter-spacing: .08em !important;
  }

  section[aria-label="Fantasy signed-in account"] p {
    margin-top: 2px !important;
    font-size: 9px !important;
  }

  section[aria-label="Fantasy signed-in account"] button {
    min-height: 38px !important;
    padding-inline: 12px !important;
    font-size: 10px !important;
  }
}
