.dllsf-wrap {
  width: 100%;
  text-align: center;
}

.dllsf-form {
  width: 80%;
  box-sizing: border-box;
  border: 5px solid #950505;
  padding: 10px;
  margin: 30px auto 0;
  text-align: left;
}

.dllsf-field {
  margin: 0 0 14px;
}

.dllsf-label {
  display: block;
  margin: 0 0 5px;
  text-align: center;
}

.dllsf-form input[type="text"],
.dllsf-form input[type="email"],
.dllsf-form textarea,
.dllsf-form select {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 0;
  font: inherit;
}

.dllsf-form textarea {
  min-height: 140px;
  resize: vertical;
}

.dllsf-choices {
  display: inline-grid;
  width: auto;
  max-width: 100%;
  text-align: left;
}

.dllsf-field-radio,
.dllsf-field-checkbox {
  text-align: center;
}

.dllsf-field-radio > .dllsf-label,
.dllsf-field-checkbox > .dllsf-label {
  margin-top: -5px;
  text-align: center;
}

.dllsf-choice {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  text-align: left;
  margin: 0 0 6px;
}

.dllsf-choice:first-child {
  margin-top: 10px;
}

.dllsf-choice input[type="radio"],
.dllsf-choice input[type="checkbox"] {
  width: auto;
  margin: 0;
  padding: 0;
  flex: 0 0 auto;
}

.dllsf-submit button {
  width: 100%;
  padding: 10px;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  font: inherit;
}

.dllsf-submit button:disabled {
  cursor: wait;
  opacity: .7;
}

.dllsf-notice {
  width: 80%;
  box-sizing: border-box;
  margin: 0 auto 10px;
  padding: 10px;
  text-align: center;
}

.dllsf-notice[hidden] {
  display: none !important;
}

.dllsf-notice-error {
  color: #950505;
  font-family: "Vectrex", monospace;
  font-weight: 700;
}

.dllsf-notice-success {
  font-weight: 700;
}

.dllsf-intro {
  margin-bottom: 18px;
  white-space: normal;
}

.dllsf-required {
  opacity: .75;
}

.dllsf-hp {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

@media (max-width: 768px) {
  .dllsf-form,
  .dllsf-notice {
    width: 95%;
  }
}
