/* ==== FONT IMPORTS ==== */
@import url ('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,600;0,700;0,800;1,400&display=swap';)

/* ==== FORM CSS ==== */
/* Match relative sizing */ 
  body,input {
    font-size: 17px !important;
  }
    
  /* Set form width and field columns */ 
  #smartcapture-block-zakz604zyv {
    background-color:transparent !important;
    text-align:left !important;
    max-width:1460px !important;
    margin:0 auto !important;
    display:grid !important;
    grid-template-columns: repeat(2, 1fr) !important; /* Two columns */
    grid-auto-rows: auto !important; /* Auto-sized rows */
    gap: 0 20px !important; /* Gap between grid items */
    padding: 0 20px !important;
    font-family: Montserrat,sans-serif !important;
  }
  
  /* Make checkbox fields take full width */   
  #smartcapture-block-zakz604zyv table:nth-child(n + 5) {
    grid-column: 1 / -1 !important; /* Span all columns */
  }

  /* Ensure submit button takes full width */
  .smartcapture-submit-button-wrapper {
    grid-column: 1 / -1 !important; /* Span all columns */
  }
  
  /* Field label styles */
  .smartcapture-controls label {
    line-height: 1.4 !important;
    font-size: 1.1em !important;
    font-weight: bold !important;
    font-family: Montserrat,sans-serif !important;
  }
  
  /* Input field styles */
  .sc-formfield-input input[type=text],
  .sc-formfield-input input[type=email] {
    border: 1px solid #b7b7b7 !important;
    color: #4a4a4a !important;
    border-radius: 2px !important;
    padding: 0.5em 1em !important;
    height: 2.75em !important;
    background-color: #fff !important;
    font-family: Montserrat,sans-serif !important;
  }
  
  /* Bottom margin for fields  */
  #smartcapture-block-zakz604zyv .smartcapture-controls {
    margin-bottom: 1em !important;
  }
  
  /* Button styles  */
  #smartcapture-block-zakz604zyv .sc-button {
    background-color:#003f72 !important;
    border-color:#003f72 !important;
    border-radius:4px !important;
    border-style:solid !important;
    -webkit-border-radius:4px !important;
    -moz-border-radius:4px !important;
    color:#FFFFFF !important;
    font-family:Arial, Helvetica, sans-serif !important;
    font-size:15px !important;
    line-height:normal !important;
    padding:10px !important;
    font-family: Montserrat,sans-serif !important;
    font-weight: bold !important;
  }
  
  #smartcapture-block-zakz604zyv .sc-button:hover {
    opacity: .7 !important;
  }
  
  /* For screens smaller than 600px, make it a single column */
  @media (max-width: 600px) {
    #smartcapture-block-zakz604zyv {
      grid-template-columns: 1fr !important; /* Single column */
    }
  }
    
  #smartcapture-block-zakz604zyv .smartcapture-controls .sc-formfield-label,
  #smartcapture-block-zakz604zyv .smartcapture-controls .sc-formfield-label label,
  #smartcapture-block-zakz604zyv .smartcapture-controls .sc-formfield-input label {
    color:#000000;
    font-family:Arial, Helvetica, sans-serif !important;
    font-size:16px !important;
  }
  
  #smartcapture-block-zakz604zyv input[type="radio"],
  #smartcapture-block-zakz604zyv input[type="checkbox"] {
    margin: 0 0.4em 3px 0 !important;
    vertical-align: middle !important;
  }

  #smartcapture-block-zakz604zyv input[type="text"],
  #smartcapture-block-zakz604zyv input[type="email"],
  #smartcapture-block-zakz604zyv input[type="number"] {
    width:100% !important;
  }
  
  #smartcapture-block-zakz604zyv .smartcapture-submit-button-wrapper {
    padding-bottom:10px !important;
    text-align:center !important;
  }

  #smartcapture-block-zakz604zyv .date-dropdown-select-boxes input {
    display: none !important;
  }

  #smartcapture-block-zakz604zyv .date-dropdown-select-boxes .select {
    max-height: 28em !important;
    max-width: 6em !important;
    overflow: auto !important;
  }