/**
 * H5 home header fixes:
 * - make logo smaller
 * - keep right-side actions away from the screen edge
 * - stop Deposit button from getting clipped
 */
#root [class*="_headerBox_"] {
  padding-right: 12rem !important;
}

#root [class*="_headerBox_"] [class*="_logo_"] {
  max-height: 45rem !important;
}

#root [class*="_headerBox_"] [class*="_logo_"] img,
#root [class*="_headerBox_"] [class*="_logo_"] picture img {
  max-height: 45rem !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain;
}

#root [class*="_headerBox_"] [class*="_despositOutBtnBox_"] {
  margin-top: 6rem !important;
  margin-right: 0 !important;
}
