/* Cookie notice */
.alcap-cookie-lock {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(8, 20, 36, 0.72);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

html.alcap-cookie-pending,
html.alcap-cookie-pending body {
  overflow: hidden;
  touch-action: none;
}

html.alcap-cookie-pending .alcap-cookie-lock {
  display: flex;
}

.alcap-cookie-modal {
  width: min(100%, 560px);
  padding: 34px 32px 30px;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
  text-align: center;
  color: #1c2b3a;
}

.alcap-cookie-modal__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  margin-bottom: 16px;
  padding: 7px 16px;
  border-radius: 999px;
  background: rgba(0, 75, 160, 0.1);
  color: #004ba0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

.alcap-cookie-modal__title {
  margin: 0 0 14px;
  font-size: 30px;
  line-height: 1.18;
  font-weight: 700;
}

.alcap-cookie-modal__text {
  margin: 0 auto 24px;
  max-width: 470px;
  font-size: 16px;
  line-height: 1.55;
  color: #526273;
}

.alcap-cookie-modal__button {
  min-width: 180px;
  min-height: 48px;
  padding-right: 28px;
  padding-left: 28px;
  cursor: pointer;
}

.alcap-cookie-modal__button:focus-visible {
  outline: 3px solid rgba(0, 75, 160, 0.3);
  outline-offset: 4px;
}

@media (max-width: 576px) {
  .alcap-cookie-lock {
    padding: 14px;
  }

  .alcap-cookie-modal {
    padding: 28px 20px 24px;
    border-radius: 22px;
  }

  .alcap-cookie-modal__title {
    font-size: 24px;
  }

  .alcap-cookie-modal__text {
    font-size: 15px;
  }

  .alcap-cookie-modal__button {
    width: 100%;
  }
}
