.form-actions {
  display: flex;
  justify-content: center;
  margin-top: 14px;
}

.flexbox_01 {
  margin: 20px 0;
}

div#edit-sms-opt-in--description, 
div#edit-sms-opt-in--description a {
    font-size: 10px;
    text-wrap: auto;
    line-height: normal;
    font-family: var(--ylb-font-family-verdana);
}

div#edit-sms-opt-in--description a {
  text-decoration: underline;
}

.form-wrapper:has(.js-webform-states-hidden) {
    margin-bottom: 0;
}

form.webform-submission-y-communication-opt-in-footer-of-add-form {
  background-color: #c6168d;
  padding-bottom: 20px;
}

form.webform-submission-y-communication-opt-in-footer-of-add-form * {
  color: white;
}

form.webform-submission-y-communication-opt-in-footer-of-add-form .form-control.text {
  color: initial;
  font-family: var(--ylb-font-family-verdana);
}

form.webform-submission-y-communication-opt-in-footer-of-add-form .webform-button--submit.btn.btn-primary {
    background-color: white;
    color: #c6168d;
    border:2px solid white;
}

form.webform-submission-y-communication-opt-in-footer-of-add-form .webform-button--submit.btn.btn-primary:hover {
    color: white;
    background-color: #c6168d;
}