﻿:root {
  --powerall-preproduction-banner-height: 40px;
}

body {
  padding-top: var(--powerall-preproduction-banner-height);
}

.powerall-preproduction-banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2147483647;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: var(--powerall-preproduction-banner-height);
  padding: 12px 16px;
  background: #ffde03;
  color: #111111;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.powerall-preproduction-banner__text {
  margin: 0;
  line-height: 1.2;
}

@media (max-width: 767px) {
  :root {
    --powerall-preproduction-banner-height: 45px;
  }

  .powerall-preproduction-banner {
    font-size: 14px;
    letter-spacing: 0.06em;
  }
}
