/* HubSpot Form Styling Reset & Customization */
#hubspot-form-wrapper form {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 16px;
  color: #333;
}

#hubspot-form-wrapper .hs-form-field {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  flex-wrap: wrap; /* Optional: allows wrapping on smaller screens */
}

#hubspot-form-wrapper label {
  font-weight: 600;
  margin-bottom: 0;
  margin-right: 10px;
  width: 250px; /* Adjust width as needed */
  flex-shrink: 0;
}

#hubspot-form-wrapper input,
#hubspot-form-wrapper textarea,
#hubspot-form-wrapper select {
  flex: 1;
  max-width: 100%;
  padding: 10px 14px;
  border-radius: 4px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: inherit;
}

#hubspot-form-wrapper .hs-button {
  background-color: #002e5d;
  color: white;
  border: none;
  padding: 12px 20px;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s;
}

#hubspot-form-wrapper .hs-button:hover {
  background-color: #004080;
}

#hubspot-form-wrapper p {
  font-style: italic;
  color: #777;
}

li, ol, ul {  
  list-style: none;
}
