/* MailerLite embedded form styles — scoped to #mlb2-41127234 */
@import url("https://assets.mlcdn.com/fonts.css?version=1778073");

.ml-form-embedSubmitLoad {
  display: inline-block;
  width: 20px;
  height: 20px;
}

.ml-form-embedSubmitLoad:after {
  content: " ";
  display: block;
  width: 11px;
  height: 11px;
  margin: 1px;
  border-radius: 50%;
  border: 4px solid #fff;
  border-color: #ffffff #ffffff #ffffff transparent;
  animation: ml-form-embedSubmitLoad 1.2s linear infinite;
}
@keyframes ml-form-embedSubmitLoad {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#mlb2-41127234.ml-form-embedContainer {
  box-sizing: border-box;
  display: block;
  margin: 0;
  position: static;
  width: 100% !important;
}
#mlb2-41127234.ml-form-embedContainer h4,
#mlb2-41127234.ml-form-embedContainer p,
#mlb2-41127234.ml-form-embedContainer span,
#mlb2-41127234.ml-form-embedContainer button {
  text-transform: none !important;
  letter-spacing: normal !important;
}
#mlb2-41127234.ml-form-embedContainer .ml-form-embedWrapper {
  background-color: transparent;
  border: none;
  border-radius: 8px;
  box-sizing: border-box;
  display: block !important;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  max-width: 100%;
}
#mlb2-41127234.ml-form-embedContainer .ml-form-align-center { text-align: left; }
#mlb2-41127234.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody {
  padding: 0;
}
#mlb2-41127234.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form {
  margin: 0;
  width: 100%;
}
#mlb2-41127234.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent {
  margin: 0 0 16px 0;
  width: 100%;
}
#mlb2-41127234.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow {
  margin: 0 0 12px 0;
  width: 100%;
}
#mlb2-41127234.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-last-item {
  margin: 0 0 12px 0;
}
#mlb2-41127234.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group label {
  margin-bottom: 6px;
  color: #0a0a0a;
  font-size: 13px;
  font-family: 'Manrope', system-ui, sans-serif;
  font-weight: 600;
  display: inline-block;
  line-height: 20px;
}
#mlb2-41127234.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input {
  background-color: #ffffff !important;
  color: #0a0a0a !important;
  border: 1.5px solid #e7e5ea !important;
  border-radius: 4px !important;
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 15px !important;
  height: auto;
  line-height: 21px !important;
  margin: 0;
  padding: 12px 14px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  max-width: 100% !important;
  transition: border-color 0.2s;
}
#mlb2-41127234.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:focus {
  outline: none;
  border-color: #8607f0 !important;
}

/* GDPR / checkbox row */
#mlb2-41127234.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions {
  text-align: left;
  width: 100%;
  margin: 0 0 16px 0;
}
#mlb2-41127234.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox {
  margin: 0;
}
#mlb2-41127234.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox label {
  font-weight: normal;
  margin: 0;
  padding: 0 0 0 28px;
  position: relative;
  display: block;
  min-height: 20px;
  cursor: pointer;
}
#mlb2-41127234.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description {
  color: #0a0a0a;
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  display: none;
}
#mlb2-41127234.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .description {
  color: #2a2a2a;
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin: 0;
}
#mlb2-41127234.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox input[type="checkbox"] {
  box-sizing: border-box;
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 0;
}
#mlb2-41127234.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox label::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border: 1.5px solid #cccccc;
  border-radius: 4px;
  box-sizing: border-box;
}
#mlb2-41127234.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox input[type="checkbox"]:checked + .label-description {
  display: none;
}
#mlb2-41127234.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox input[type="checkbox"]:checked ~ label::before,
#mlb2-41127234.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox label:has(input[type="checkbox"]:checked)::before {
  background-color: #8607f0;
  border-color: #8607f0;
}
#mlb2-41127234.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox label:has(input[type="checkbox"]:checked)::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  display: block;
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
}

/* Submit button */
#mlb2-41127234.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit {
  margin: 0;
  width: 100%;
}
#mlb2-41127234.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
  background-color: #0a0a0a !important;
  border: 2px solid #0a0a0a !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  color: #ffffff !important;
  cursor: pointer;
  font-family: 'Manrope', system-ui, sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 21px !important;
  height: auto;
  padding: 13px 28px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  transition: background 0.2s, border-color 0.2s;
}
#mlb2-41127234.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button.loading {
  display: none;
}
#mlb2-41127234.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button:hover {
  background-color: #8607f0 !important;
  border-color: #8607f0 !important;
}

/* Error states */
.ml-error input {
  border-color: #c95d58 !important;
}
.ml-error .label-description,
.ml-error label:first-child {
  color: #c95d58 !important;
}

/* Success body */
#mlb2-41127234.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
  padding: 0;
}
#mlb2-41127234.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4 {
  color: #0a0a0a;
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 8px 0;
  letter-spacing: -0.02em;
}
#mlb2-41127234.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p {
  color: #2a2a2a;
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  margin: 0;
}
.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
