.restrict-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 20, 40, 0.45);
  padding: 16px;
}

.restrict-overlay[hidden] {
  display: none !important;
}

.restrict-dialog {
  width: min(340px, 100%);
  background: #fff;
  border: 1px solid #d7dde2;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
  padding: 20px 22px 18px;
  text-align: center;
  font-family: Autor, Roboto, Arial, sans-serif;
}

.restrict-dialog h2 {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #002c4e;
}

.restrict-dialog p {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 22px;
  color: #323a3f;
}

.restrict-dialog button {
  background: #002c4e;
  color: #fff;
  border: 0;
  min-width: 72px;
  padding: 8px 18px;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  font-family: Roboto, Arial, sans-serif;
}
