.hmanga-agegate {
  position: fixed;
  z-index: 2147483647;
  inset: 0;
  background: rgba(0, 0, 0, 0.86);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.hmanga-agegate__box {
  background: #ffffff;
  color: #111111;
  max-width: 680px;
  width: 100%;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
  font-size: 16px;
  line-height: 1.5;
}

.hmanga-agegate__box h2 {
  margin: 0 0 16px;
  font-size: 26px;
  line-height: 1.2;
}

.hmanga-agegate__content p {
  margin: 0 0 12px;
}

.hmanga-agegate__check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 22px 0;
  font-weight: 600;
}

.hmanga-agegate__check input {
  margin-top: 4px;
}

.hmanga-agegate__actions {
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
}

.hmanga-agegate__actions button {
  padding: 12px 24px;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 700;
  background: #111111;
  color: #ffffff;
}

.hmanga-agegate__actions button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.hmanga-agegate__actions a {
  color: #111111;
  text-decoration: underline;
}

.hmanga-agegate-lock,
.hmanga-agegate-lock body {
  overflow: hidden !important;
}

@media (max-width: 600px) {
  .hmanga-agegate__box {
    padding: 22px;
    font-size: 15px;
  }

  .hmanga-agegate__box h2 {
    font-size: 23px;
  }
}
