.test-mode-banner {
  align-items: center;
  background: var(--orange-700);
  color: var(--gray-100);
  padding: 0.5rem;
  display: flex;
  font-size: 0.875rem;
  gap: 0.5rem;
  justify-content: center;

  & .test-mode-banner-message {
    flex: 1;
    text-align: center;

    @media only screen and (width >= 768px) {
      margin-left: 120px;
    }
  }

  & .btn {
    background-color: transparent;
    border-color: transparent;
    color: white;

    &:hover, &:focus, &:active {
      background-color: transparent;
      border-color: white;
    }
  }
}
