*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: #ffffff;
  color: #111827;
  font-family: "Be Vietnam Pro", -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.page {
  padding: 24px;
  padding-bottom: 96px;
}

.api-error-banner {
  display: none;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #ea3323;
  color: #ffffff;
  padding: 10px 16px;
  font-size: 14px;
  text-align: center;
  z-index: 300;
}

.api-error-banner__form {
  display: flex;
  gap: 6px;
}

.api-error-banner__form input {
  padding: 6px 10px;
  border: none;
  border-radius: 6px;
  font-size: 13px;
  min-width: 220px;
}

.api-error-banner__form button {
  padding: 6px 14px;
  border: none;
  border-radius: 6px;
  background: #ffffff;
  color: #ea3323;
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
}
