/* MailerLite form styles — included once for the whole site */
@import url("https://assets.mlcdn.com/fonts.css?version=1776939");

.ml-form-embedSubmitLoad {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.ml-form-embedSubmitLoad:after {
  content: " ";
  display: block;
  width: 11px;
  height: 11px;
  margin: 1px;
  border-radius: 50%;
  border: 4px solid #fff;
  border-color: #1B2A4B #1B2A4B #1B2A4B transparent;
  animation: ml-form-embedSubmitLoad 1.2s linear infinite;
}
@keyframes ml-form-embedSubmitLoad {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#mlb2-40313311.ml-form-embedContainer {
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  position: static;
  width: 100% !important;
}
#mlb2-40313311 .ml-form-embedWrapper {
  background: transparent !important;
  border: none !important;
  box-sizing: border-box;
  display: block !important;
  max-width: 480px;
  width: 100% !important;
  margin: 0 auto;
  padding: 0;
}
#mlb2-40313311 .ml-form-embedBody { padding: 0 !important; }
#mlb2-40313311 .ml-form-embedContent { display: none !important; }

#mlb2-40313311 .ml-form-formContent.horozintalForm {
  display: flex;
  gap: 8px;
  margin: 0;
  padding: 0;
  width: 100%;
}
#mlb2-40313311 .ml-form-horizontalRow {
  display: flex;
  gap: 8px;
  width: 100%;
}
#mlb2-40313311 .ml-input-horizontal {
  flex: 1;
  width: auto !important;
  float: none !important;
}
#mlb2-40313311 .ml-button-horizontal {
  width: auto !important;
  float: none !important;
}
#mlb2-40313311 .horizontal-fields {
  width: 100% !important;
  padding-right: 0 !important;
}

#mlb2-40313311 input[type="email"] {
  background: #ffffff !important;
  color: #1B2A4B !important;
  border: 1px solid rgba(212, 162, 58, 0.3) !important;
  border-radius: 4px !important;
  font-family: 'Inter', system-ui, sans-serif !important;
  font-size: 0.95rem !important;
  padding: 12px 14px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  height: 44px;
  line-height: 1.2 !important;
}
#mlb2-40313311 input[type="email"]::placeholder { color: #5a6478 !important; }
#mlb2-40313311 input[type="email"]:focus {
  outline: none;
  border-color: #D4A23A !important;
}

#mlb2-40313311 button[type="submit"].primary {
  background: #D4A23A !important;
  color: #1B2A4B !important;
  border: none !important;
  border-radius: 4px !important;
  font-family: 'Inter', system-ui, sans-serif !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  padding: 12px 22px !important;
  cursor: pointer;
  height: 44px;
  width: auto !important;
  white-space: nowrap;
  transition: background 180ms ease;
}
#mlb2-40313311 button[type="submit"].primary:hover {
  background: #c4922f !important;
}

#mlb2-40313311 .ml-mobileButton-horizontal { display: none !important; }

#mlb2-40313311 .ml-form-successBody {
  padding: 16px 18px;
  background: rgba(212, 162, 58, 0.1);
  border: 1px solid rgba(212, 162, 58, 0.3);
  border-radius: 6px;
  text-align: center;
}
#mlb2-40313311 .ml-form-successContent h4 {
  color: #D4A23A !important;
  font-family: 'Inter', system-ui, sans-serif !important;
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  margin: 0 0 6px 0 !important;
  text-align: center !important;
}
#mlb2-40313311 .ml-form-successContent p {
  color: #b4bccf !important;
  font-family: 'Inter', system-ui, sans-serif !important;
  font-size: 0.88rem !important;
  margin: 0 !important;
  text-align: center !important;
}

@media (max-width: 540px) {
  #mlb2-40313311 .ml-form-formContent.horozintalForm,
  #mlb2-40313311 .ml-form-horizontalRow {
    flex-direction: column;
  }
  #mlb2-40313311 button[type="submit"].primary { width: 100% !important; }
}
