
    body {
      font-family: 'Open Sans', sans-serif;
      padding: 20px;
      background: #ffffff;
    }

    .form-container {
      max-width: 650px;

      /* padding: 25px; */ 
      border-radius: 8px;
      /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);*/ 
      margin: 0 auto;
    }

    .form-container a {
      color: #0063a3
    }

    .form-row {
      margin-bottom: 15px;
      display: flex;
      flex-direction: column;
      position: relative;
      text-align: left;
    }

    .form-row.hidden {
      display: none !important;
    }

    label {
      font-weight: bold;
      margin-bottom: 5px;
    }

    input,
    select,
    textarea {
      padding: 8px;
      border: 1px solid #ccc;
      border-radius: 4px;
      width: 100%;
      box-sizing: border-box;
    }

    input[type="checkbox"] {
      width: auto;
      margin-right: 10px;
      display: inline-block;
    }

    .checkbox-wrap {
      display: flex;
      align-items: flex-start;
      margin-top: 10px;
      flex-direction: row;

    }

    .checkbox-wrap label {
      font-weight: normal;
      font-size: 0.95em;
      cursor: pointer;

    }

.checkbox-wrap .error-message {
    width: 100%;
}

    .btn-wrap {
      margin-top: 20px;
      display: flex;
      gap: 10px;
    flex-wrap: wrap;
    }

    /* Style modifications for Validation UI elements */
    input.error-field,
    select.error-field,
    textarea.error-field,
    input[type=text].error-field,
    input[type=tel].error-field,
    input[type=email].error-field {
      border: 1px solid #e74c3c !important;
      background-color: #fdf2f2;
    }

    .error-message {
      color: #e74c3c;
      font-size: 11px;
      margin-top: 4px;
      display: none;
    }

    .error-message.visible {
      display: block;
    }

    .sfmcErrorDetail {
      font-style: italic;
      opacity: 0.8;
    }

    form {
      width: 100%;
    /*  color: #252A2E;*/
    }

    label {
     /* color: #252A2E;*/
      font-size: 16px;
      display: block;
      text-align: left;
    }

    /* Standardize all inputs and selects */
    input[type=text],
    input[type=email],
    input[type=tel],
    textarea,
    select {
      box-sizing: border-box;
      color: #252A2E;
      background-color: #FFFFFF;
      font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
      font-size: 16px;
      width: 100%;
      padding: 5px 10px;
      margin: 10px 5px 10px 0;
      border-radius: 50px;
      border: 1px solid #252A2E;
    }

    /* Submit button styling */
    form button {
      color: #252A2E;
      background-color: #FBAD26;
      padding: 10px 35px;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 700;
      border-radius: 100px;
      border: none;
      font-family: inherit;
      letter-spacing: 1.5px;
    }

    /* Button hover effect */
    form button:hover {
      background-color: #D88228;
      cursor: pointer;
    }

    /* Placeholder font color */
    textarea::placeholder,
    input::placeholder {
      color: #252A2E;
    }

    @media only screen and (min-width: 580px) {
      .mj-column-per-84 {
        width: 100% !important;
        max-width: 100%;
      }   
    }

    form {
      text-align: center;
    }

    form button {
      font-weight: 600;

    }

    .info-text {
      border-radius: 0px;
      line-height: 1.2em;
    }

    .info-text a {
      color: #080707;
      text-decoration: underline;
      font-weight: 600;
    }

    .consent-container label {
      color: #080707;
      font-size: 14px;
      line-height: 1.2em;
      padding-left: 10px;
    }
/*
    .mj-column-per-47 section::before {
      content: none;
    }

    .mj-column-per-47 section {
      background: #f1f1f1;
    }*/
 @media only screen and (max-width: 580px) {
 .btn-wrap {
        margin-top: 20px;
        display: flex;
        flex-direction:column;
        gap: 10px;
    }
}
