/* Mir Rose direct-page form consents: MIR_FORM_CONSENT_V1_2026_08_15 */
.form-footer .licence_block,
.subscribe_licenses .licence_block,
.auth__bottom .licence_block {
  box-sizing: border-box;
  width: 100%;
  margin-top: 12px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #333;
  background: #fff;
  box-shadow: none;
  font-size: 13px;
  line-height: 1.45;
}

.form-footer .licence_block label,
.subscribe_licenses .licence_block label,
.auth__bottom .licence_block label {
  color: #333;
  background: #fff;
}

.form-footer .licence_block a,
.subscribe_licenses .licence_block a,
.auth__bottom .licence_block a {
  color: var(--theme-base-color, #168b49);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.form-footer .licence_block a:hover,
.form-footer .licence_block a:focus-visible,
.subscribe_licenses .licence_block a:hover,
.subscribe_licenses .licence_block a:focus-visible,
.auth__bottom .licence_block a:hover,
.auth__bottom .licence_block a:focus-visible {
  color: #d9346f;
}

@media (max-width: 767px) {
  .form-footer .licence_block,
  .subscribe_licenses .licence_block,
  .auth__bottom .licence_block {
    font-size: 12.5px;
    line-height: 1.42;
  }
}
