.elementor-311 .elementor-element.elementor-element-6533cf7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-45644b5 */.sde-survey-wrap {
    background: #ffffff;
    padding: 60px 40px;
    max-width: 1000px;
    margin: 0 auto;
    font-family: inherit;
    color: #1F2837;
  }

  .sde-survey-title {
    color: #1F2837;
    font-size: 38px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 14px;
    letter-spacing: 0.5px;
  }

  .sde-survey-title span {
    color: #E31A22;
  }

  .sde-survey-subtitle {
    text-align: center;
    font-size: 16px;
    color: #54595F;
    margin: 0 0 40px;
  }

  .sde-section-heading {
    color: #ffffff;
    background: #1F2837;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 16px;
    margin: 40px 0 24px;
    border-radius: 4px;
  }

  .sde-subheading {
    color: #1F2837;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 2px solid #E31A22;
    padding-bottom: 6px;
    margin: 28px 0 16px;
  }

  .sde-subheading span {
    font-weight: 400;
    color: #54595F;
    font-size: 14px;
  }

  .sde-score-instruction {
    font-style: italic;
    color: #E31A22;
    font-size: 14px;
    margin: -12px 0 20px;
  }

  .sde-row {
    display: flex;
    gap: 40px;
  }

  .sde-field {
    flex: 1;
    margin-bottom: 26px;
  }

  .sde-field--full {
    margin-bottom: 26px;
  }

  .sde-survey-form label {
    display: block;
    color: #1F2837;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 8px;
  }

  .sde-survey-form label .req {
    color: #E31A22;
  }

  .sde-survey-form input[type="text"],
  .sde-survey-form input[type="email"],
  .sde-survey-form input[type="tel"],
  .sde-survey-form textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 2px solid #E31A22;
    padding: 6px 2px 10px;
    font-size: 15px;
    color: #1F2837;
    box-sizing: border-box;
    font-family: inherit;
  }

  .sde-survey-form input:focus,
  .sde-survey-form textarea:focus {
    outline: none;
    border-bottom-color: #1F2837;
  }

  .sde-survey-form textarea {
    resize: vertical;
    min-height: 80px;
  }

  /* Question blocks: label on top, Likert scale, comment below */
  .sde-question-block {
    margin-bottom: 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid #eee;
  }

  .sde-question-label {
    font-size: 14px;
    font-weight: 600;
    color: #1F2837;
    margin-bottom: 14px;
  }

  .sde-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .sde-likert {
    border: none;
    padding: 0;
    margin: 0 0 8px;
  }

  .sde-likert-scale {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .sde-likert-option {
    position: relative;
    cursor: pointer;
  }

  .sde-likert-option input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    cursor: pointer;
  }

  .sde-likert-option span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 2px solid #54595F;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 700;
    color: #54595F;
    transition: all 0.15s ease;
    box-sizing: border-box;
  }

  .sde-likert-option input[type="radio"]:hover + span {
    border-color: #E31A22;
    color: #E31A22;
  }

  .sde-likert-option input[type="radio"]:checked + span {
    background: #E31A22;
    border-color: #E31A22;
    color: #ffffff;
  }

  .sde-likert-option input[type="radio"]:focus-visible + span {
    outline: 2px solid #1F2837;
    outline-offset: 2px;
  }

  .sde-likert-anchors {
    display: flex;
    justify-content: space-between;
    max-width: 430px;
    font-size: 12px;
    color: #54595F;
    font-style: italic;
    margin-top: 6px;
  }

  .sde-question-comment {
    margin-top: 14px;
    max-width: 500px;
  }

  .sde-question-comment input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 6px 2px;
    font-size: 14px;
    box-sizing: border-box;
    font-family: inherit;
  }

  .sde-question-comment input:focus {
    outline: none;
    border-bottom-color: #E31A22;
  }

  .sde-total-row {
    text-align: right;
    font-size: 16px;
    color: #1F2837;
    margin: 20px 0 10px;
    padding-top: 12px;
    border-top: 2px solid #E31A22;
  }

  .sde-total-row strong {
    font-size: 20px;
  }

  .sde-honeypot {
    position: absolute;
    left: -9999px;
    top: -9999px;
  }

  .sde-submit {
    display: block;
    width: 100%;
    background: #E31A22;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 18px 40px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s ease;
    margin-top: 30px;
  }

  .sde-submit:hover {
    background: #1F2837;
  }

  .sde-submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
  }

  .sde-status {
    margin-top: 18px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
  }

  .sde-status.success {
    color: #1a7a3c;
  }

  .sde-status.error {
    color: #E31A22;
  }

  @media (max-width: 640px) {
    .sde-row {
      flex-direction: column;
      gap: 0;
    }
    .sde-likert-option span {
      width: 32px;
      height: 32px;
      font-size: 13px;
    }
    .sde-likert-scale {
      gap: 6px;
    }
    .sde-survey-title {
      font-size: 26px;
    }
  }/* End custom CSS */