.g-recaptcha > div {
  margin: 0 auto;
  padding: 15px 0 0 0 !important;
  display: block;
  z-index: 999999;
  position: relative;
}
div[role=alert] {
    text-align: center;
    color: red !important;
    font-weight: bold !important;
    position: relative;
    z-index: 99999;
    margin-top: 25px;
    font-size: 18px;
}
.form-error {
    color: red;
    font-size: 14px;
    font-weight: bold;
    margin: -5px 0 10px 0;
    position: relative;
}
.page-quiz .content .title h1 {
  color: #00A3DA !important;
}
.eat10-results {
  font-family: Arial, sans-serif;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  line-height: 1.6;
}

.eat10-results .score-section {
  background: #f5f5f5;
  padding: 15px;
  margin: 15px 0;
  border-left: 4px solid #007cba;
  border-radius: 4px;
}

.eat10-results .interpretation {
  font-weight: bold;
  color: #d63638;
  margin-top: 10px;
}

.eat10-results .button {
font-weight: 700;
    color: #fff;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    height: 2.75rem;
    line-height: normal;
    padding: .4375rem 1.25rem .625rem 1.25rem;
    background: #002069;
    min-width: 220px;
    width: auto;
    text-decoration: none !important;
    border-radius: 1.375rem;
    text-align: center !important;
    cursor: pointer;
    width: auto;
    margin: 0 auto;
    display: table;
}

.eat10-results .caption {
    display: block;
    width: 100%;
    margin: .9375rem auto 0;
    font-size: .875rem;
    line-height: 1.25rem;
    color: #002069;
    text-align: center;
}


.eat10-results ul {
  list-style-type: none;
  padding-left: 0;
}

.eat10-results li {
  padding: 5px 0;
  border-bottom: 1px solid #eee;
}

.js-form-item.form-item.js-form-type-date.form-item-test-date.js-form-item-test-date, .js-form-item.form-item.js-form-type-item.form-item-total-score.js-form-item-total-score, .js-form-item.form-item.js-form-type-item.form-item-score-interpretation.js-form-item-score-interpretation, .js-form-item.form-item.js-form-type-item.form-item-recommendations.js-form-item-recommendations, .webform-confirmation__back {
  display: none;
}


.rate-obs {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 10px 0;
  max-width: 440px;
}

.rate-obs p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #666;
}

.rate-obs p:first-child {
  /* No problem - extreme left */
  text-align: left;
}

.rate-obs p:last-child {
  /* Severe problem - extreme right */
  text-align: right;
}

.qtitle {
  font-size: 1.375rem;
  line-height: normal;
  color: #002069;
  font-weight: 900;
  margin: 30px 0 10px;
  display: block;
}

.page-quiz .content .tit strong::after {
  width: 22.25rem;
}
#edit-actions-wizard-prev {
  display: none;
}
.rate-obs p {
  font-weight: bold;
}
div#edit-container-42 {
    border-bottom: none;
}
input#edit-actions-submit {
    width: 256px;
}

@media screen and (max-width: 750px) {
    .page-quiz .content-questions .form-item {
        margin-right: 0.3375rem;
    }
.webform-submission-form .fieldgroup .fieldset-wrapper>div {
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
}
    .page-quiz .js-webform-type-radios .js-webform-radios {
        -ms-flex-direction: row;
        flex-direction: row;
    }
  .eat10-results .button {height:auto!important;}  
}

div#score-panel {
    background-color: rgba(2, 152, 176, 0.25);
    border-radius: 20px;
    padding: 32px;
    margin: 50px 0;
  color: rgb(0, 32, 105);
}
.score-panel .score-gg .score-result {
  font-size: 32px;
  line-height: 1;
  font-weight:bold;
}
.score-panel .score-gg .score{
  font-weight:bold;
}
#edit-wrap-question-1 .qtitle {
  margin: .3125rem 0rem 1.25rem !important;
}