.gate-consent {
  display: grid !important;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  margin-top: 6px;
  padding: 14px 16px;
  border: 1px solid rgba(15, 63, 70, .14);
  border-radius: 18px;
  background: rgba(255, 255, 255, .58);
  color: #4e5d5b;
  font-size: 13px;
  line-height: 1.52;
  cursor: pointer;
}

.gate-consent input[type="checkbox"] {
  appearance: auto;
  width: 20px !important;
  min-width: 20px !important;
  max-width: 20px !important;
  height: 20px !important;
  min-height: 20px !important;
  margin: 2px 0 0 !important;
  padding: 0 !important;
  border-radius: 5px;
  flex: 0 0 20px;
  cursor: pointer;
  accent-color: #0f3f46;
}

.gate-consent span {
  display: block;
  min-width: 0;
}

.gate-consent a {
  color: #0f3f46;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.gate-consent:focus-within {
  border-color: rgba(15, 63, 70, .44);
  box-shadow: 0 0 0 4px rgba(15, 63, 70, .12);
}

@media (max-width: 520px) {
  .gate-consent {
    grid-template-columns: 22px minmax(0, 1fr);
    padding: 13px 14px;
    font-size: 12.5px;
  }
}
