.form,
.form .container,
.form .form-content,
.form .form-inputs,
.form .form-item,
.form .form-text,
.form .form-privacy,
.form .bdrsu-consent,
.form .bdrsu-form-notice {
  min-width: 0;
  max-width: 100%;
}

.form .container {
  width: 100% !important;
}

.form .form-title {
  max-width: 100%;
  overflow-wrap: anywhere;
}

.form .form-inputs {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form .bdrsu-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 16px;
  color: #5f695f;
  font-size: 13px;
  line-height: 1.5;
  cursor: pointer;
}

.form .bdrsu-consent input {
  flex: 0 0 20px;
  width: 20px !important;
  min-height: 20px !important;
  height: 20px;
  margin: 1px 0 0;
  padding: 0;
  accent-color: #8dbd13;
  cursor: pointer;
}

.form .bdrsu-consent span {
  min-width: 0;
}

.form .bdrsu-consent a {
  color: #78a900 !important;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.form .bdrsu-form-notice {
  display: block;
  width: 100%;
  margin-top: 14px;
  color: #263426;
  font-size: 15px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

@media (max-width: 960px) {
  .form .form-inputs {
    grid-template-columns: 1fr;
  }

  .form .form-title {
    font-size: clamp(28px, 5.2vw, 38px);
    line-height: 1.08;
  }
}

@media (max-width: 460px) {
  .form .bdrsu-consent {
    font-size: 12px;
  }
}
