/* Base styles */
.mktoForm * {
    font-size: 16px !important;
    font-family: "Rubik", sans-serif !important;
    color: #464f57 !important;
    padding: 1rem 1rem;
    box-sizing: border-box;
  }
  
  .mktoForm {
    width: 100% !important;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 !important;
    box-sizing: border-box;
  }

  .mktoForm2 * {
    font-size: 16px !important;
    font-family: "Rubik", sans-serif !important;
    /* color: #464f57 !important; */
    padding: 1rem;
    box-sizing: border-box;
  }

  .mktoForm2 {
    width: 100% !important;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 !important;
    box-sizing: border-box;
  }
  
  .form-box {
    background-color: #d1d2d4;
    padding: 1rem;
    box-sizing: border-box;
  }

  .form-box-2 {
    /* background-color: #d1d2d4; */
    /* padding: 1rem; */
    box-sizing: border-box;
  }
  
  span.formSpan {
    width: 100% !important;
    display: block;
  }
  
  .mktoForm .mktoFormRow {
    clear: both;
    margin-bottom: 0.5rem;
  }
  
  .mktoForm .mktoFormRow .mktoFormCol {
    width: 50%;
    margin: 0 0 8px !important;
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
  }
  
  .mktoForm .mktoFormRow .mktoFormCol:only-child,
  .mktoForm .mktoFormRow .mktoFormCol:nth-last-child(2):first-child {
    width: 100% !important;
  }
  
  .mktoForm .mktoFieldWrap {
    float: left;
    width: 100% !important;
    box-sizing: border-box;
  }
  
  .mktoForm .mktoFormCol .mktoOffset,
  .mktoForm .mktoFormCol .mktoGutter {
    display: none;
  }
  
  .mktoForm label.mktoLabel {
    width: auto !important;
    float: left;
    padding: 0 0 6px;
    display: inline-block !important;
    font-size: 14px !important;
    font-weight: normal;
    color: #464f57 !important;
  }
  
  .mktoForm input[type=text],
  .mktoForm input[type=url],
  .mktoForm input[type=email],
  .mktoForm input[type=tel],
  .mktoForm input[type=number],
  .mktoForm input[type=date],
  .mktoForm textarea.mktoField,
  .mktoForm select.mktoField {
    width: 100% !important;
    padding: 8px !important;
    font-size: 14px !important;
    border: 1px solid #ccc !important;
    outline: none;
    background-color: #fff;
    box-sizing: border-box;
  }
  
  /* Placeholder styles */
  .mktoForm ::placeholder {
    color: #b3b3b3;
  }
  
  /* Button styles */
  .mktoButtonRow {
    display: block !important;
    padding: 0 10px !important;
  }
  
  .mktoButtonRow button.mktoButton {
    border: 1px solid #f47c20 !important;
    border-radius: 10px;
    font-size: 16px !important;
    font-family: "Rubik", sans-serif !important;
    color: #fff !important;
    background: #f47c20 !important;
    padding: 9px 15px !important;
    line-height: 18px;
    text-align: center;
    text-shadow: none !important;
    cursor: pointer;
  }
  
  .mktoButtonWrap {
    display: block !important;
    width: 100% !important;
    margin-left: 0px !important;
  }
  
  /* Select field styling */
  .mktoForm select.mktoField {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 7px 25px 7px 10px !important;
    background-color: #ffffff;
    background-repeat: no-repeat;
    border-radius: 0;
    border: 1px solid #ccc !important;
  }
  
  /* Error styles */
  .mktoError .mktoErrorMsg .mktoErrorDetail {
    color: #fff !important;
  }
  
  .mktoForm .mktoError .mktoErrorMsg {
    color: #f3f3f3 !important;
    font-size: 12px !important;
  }
  
  /* Disclaimer styling */
  .mktoForm .form-disclaimer {
    font-size: 12px;
    color: #666;
    margin-top: 15px;
    line-height: 1.5;
  }
  
  .mktoForm .form-disclaimer a {
    color: #f47c20;
    text-decoration: underline;
  }
  
  /* Headline styles */
  .mktoForm h2 {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 10px;
  }
  
  .mktoForm .form-title-line {
    border-top: 1px solid #ccc;
    margin: 10px auto 20px;
    width: 100%;
  }
  
  /* Responsive styles */
  @media only screen and (max-width: 768px) {
    .mktoForm .mktoFormRow .mktoFormCol {
      width: 100% !important;
      padding: 3px 10px !important;
      float: none !important;
      margin: 0 0 8px !important;
    }
  
    .form-box {
      padding: 1rem !important;
      width: 100% !important;
    }
  
    .mktoForm,
    form.mktoForm {
      padding: 0 !important;
    }
  
    .mktoForm .mktoFormRow .mktoRequiredField .mktoAsterix {
      float: right !important;
      padding-right: 0 !important;
      padding-left: 5px !important;
    }
  
    .mktoForm a {
      padding: 0 !important;
      display: inline !important;
    }
  }
  
  /* Desktop visibility fix (optional) */
  @media only screen and (min-width: 769px) {
    .m-nav-panel.m-active,
    .m-nav-panel.m-active .lb-xbcol > * {
      visibility: visible !important;
    }
  }
  