/* FindBestBet global header spacing */

/* Base header alignment */
html body > header {
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
}

html body > header .logo {
  display: flex !important;
  align-items: center !important;
  align-self: center !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

html body > header .logo img {
  display: block !important;
  width: auto !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

html body > header .header-actions {
  display: flex !important;
  align-items: center !important;
  align-self: center !important;
}

/* Mobile */
@media (max-width: 767px) {
  html body > header {
    height: 68px !important;
    min-height: 68px !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  html body > header .logo img {
    max-height: 44px !important;
  }
}

/* Tablet and PC browser */
@media (min-width: 768px) {
  html body > header {
    height: 72px !important;
    min-height: 72px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  html body > header .logo img {
    max-height: 46px !important;
  }
}
