/* AdeptDEV v0.24.3 — unified legal consent links */
.adev-legal-link {
  color: #245fdf !important;
  font-weight: 760 !important;
  text-decoration: none !important;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  border-bottom: 1px solid rgba(36,95,223,.22);
  transition: color .16s ease, border-color .16s ease, background .16s ease;
}
.adev-legal-link:hover,
.adev-legal-link:focus-visible {
  color: #174cc4 !important;
  border-bottom-color: currentColor;
}
.adev-legal-link--settings {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 1px 6px 2px;
  border: 1px solid rgba(36,95,223,.18) !important;
  border-radius: 7px;
  background: rgba(238,245,255,.84);
  white-space: nowrap;
}
.adev-legal-link--settings:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2f6cf1;
  box-shadow: 0 0 0 3px rgba(47,108,241,.10);
}
.ad-register-consent__text,
.adev21-consent__copy,
.adev-consent-copy,
#agreement_checkbox label,
.adev-contact-legal-consent,
.agr {
  overflow-wrap: anywhere;
}
.ad-register-consent__text .adev-legal-link,
.adev21-consent__copy .adev-legal-link,
.adev-consent-copy .adev-legal-link,
#agreement_checkbox .adev-legal-link,
.adev-contact-legal-consent .adev-legal-link,
.agr .adev-legal-link {
  line-height: inherit;
}
@media (max-width: 767px) {
  .adev-legal-link--settings {
    white-space: normal;
  }
}


/* AdeptDEV v0.24.4 — concise consent layout */
.adev-consent-copy,
.ad-register-consent__text,
#payment-method .pull-right,
#collapse-payment-method .pull-right {
  line-height: 1.5 !important;
}
.adev-consent-copy .adev-legal-link,
.ad-register-consent__text .adev-legal-link {
  font-weight: 800;
  text-underline-offset: 2px;
}
