#surveyContainer form {
  background-color: white;
  border-top: 1px solid #ccc;
}
#surveyContainer .sd-element--with-frame {
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  #surveyContainer .sd-panel__content {
    display: flex;
    gap: 20px;
  }
  #surveyContainer .sd-panel__content .sd-row {
    margin-top: 0;
  }
}

.sd-btn {
  background-color: #7a805f;
  text-transform: uppercase;
  font-weight: 400;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
}
.sd-btn:hover {
  background-color: #454a39;
  color: white;
}

.sd-body.sd-body--responsive {
  padding: 0 !important;
}

.sd-completedpage {
  font-family: "Baskerville", Georgia, Cambria, "Times New Roman", Times, serif;
}

.sd-row__panel, .sd-row__question {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.x_survey-link {
  color: white !important;
}

.sv-action__content {
  margin-bottom: 20px;
}

.sd-input, textarea, input {
  width: 98%;
  margin: 0 1%;
}
