.dhk-age-lock,
.dhk-age-lock body {
  overflow: hidden !important;
}

.dhk-age {
  align-items: center;
  background: var(--dhk-age-bg, #101010);
  bottom: 0;
  color: var(--dhk-age-text, #fff);
  display: flex;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  justify-content: center;
  left: 0;
  padding: 24px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2147483647;
}

.dhk-age__panel {
  max-width: 520px;
  text-align: center;
  width: min(100%, 520px);
}

.dhk-age__logo {
  display: block;
  height: auto;
  margin: 0 auto 24px;
  max-height: 90px;
  max-width: min(240px, 80vw);
}

.dhk-age__title {
  color: inherit;
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 800;
  line-height: 1.05;
  margin: 0 0 16px;
}

.dhk-age__message {
  color: inherit;
  font-size: 18px;
  line-height: 1.55;
  margin: 0 auto 28px;
  opacity: .9;
}

.dhk-age__message--large {
  font-size: 24px;
  margin-bottom: 0;
}

.dhk-age__actions {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dhk-age__button {
  border: 2px solid var(--dhk-age-accent, #d8a735);
  border-radius: 6px;
  cursor: pointer;
  font: inherit;
  font-size: 17px;
  font-weight: 750;
  min-height: 52px;
  padding: 12px 18px;
}

.dhk-age__button--accept {
  background: var(--dhk-age-accent, #d8a735);
  color: #111;
}

.dhk-age__button--reject {
  background: transparent;
  color: var(--dhk-age-text, #fff);
}

.dhk-age__button:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.dhk-age__video {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.dhk-age__video iframe {
  border: 0;
  height: 100%;
  width: 100%;
}

@media (max-width: 560px) {
  .dhk-age {
    padding: 18px;
  }

  .dhk-age__actions {
    grid-template-columns: 1fr;
  }
}
