/* Prediction header: match other FindBestBet pages */
@media screen and (max-width: 640px) {
  html body > header {
    height: 64px !important;
    min-height: 64px !important;
    max-height: 64px !important;
    padding: 8px 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    background: #1f1f1f !important;
    border-bottom: 1px solid rgba(255,255,255,.07) !important;
  }

  html body > header a.logo,
  html body > header .logo {
    width: 138px !important;
    min-width: 138px !important;
    max-width: 138px !important;
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    overflow: visible !important;
    flex: 0 0 138px !important;
  }

  html body > header a.logo img,
  html body > header .logo img {
    width: 130px !important;
    max-width: 130px !important;
    height: auto !important;
    max-height: 40px !important;
    object-fit: contain !important;
    object-position: left center !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html body > header .spacer {
    display: none !important;
  }

  html body > header .header-actions {
    margin-left: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 8px !important;
    flex: 0 0 auto !important;
  }

  html body > header .lang-btn,
  html body > header button.lang-btn,
  html body > header #lang-en,
  html body > header #lang-pt {
    width: 40px !important;
    min-width: 40px !important;
    height: 40px !important;
    min-height: 40px !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 10px !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
  }

  html body main#main-content {
    padding-top: 12px !important;
  }
}

@media screen and (max-width: 390px) {
  html body > header {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  html body > header a.logo,
  html body > header .logo {
    width: 128px !important;
    min-width: 128px !important;
    max-width: 128px !important;
    flex-basis: 128px !important;
  }

  html body > header a.logo img,
  html body > header .logo img {
    width: 122px !important;
    max-width: 122px !important;
  }

  html body > header .lang-btn,
  html body > header button.lang-btn,
  html body > header #lang-en,
  html body > header #lang-pt {
    width: 38px !important;
    min-width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
  }
}
