/* MailerLite signup form — themed to match floridaliteraryfiction.com
   (cream #f7f4ef, gold #c8a96e, ink #1a1814, Cormorant Garamond + Montserrat) */

#mlb2-45347949.ml-form-embedContainer {
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  width: 100% !important;
}
#mlb2-45347949 .ml-form-align-center { text-align: center; }
#mlb2-45347949 .ml-form-embedWrapper {
  background-color: #f7f4ef;
  border: 1px solid #e4ddd0;
  border-radius: 2px;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  max-width: 480px;
  width: 100%;
  text-align: left;
}
#mlb2-45347949 .ml-form-embedBody,
#mlb2-45347949 .ml-form-successBody { padding: 2rem 1.75rem; }
#mlb2-45347949 .ml-form-embedContent { margin-bottom: 1.25rem; text-align: center; }
#mlb2-45347949 .ml-form-embedContent h4,
#mlb2-45347949 .ml-form-successContent h4 {
  font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  font-size: 1.9rem;
  font-weight: 600;
  color: #1a1814;
  margin: 0 0 .6rem 0;
  line-height: 1.2;
}
#mlb2-45347949 .ml-form-embedContent p,
#mlb2-45347949 .ml-form-successContent p {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: .92rem;
  line-height: 1.6;
  color: #4a453d;
  margin: 0;
}
#mlb2-45347949 .ml-form-fieldRow { margin-bottom: .75rem; }
#mlb2-45347949 .ml-form-fieldRow input {
  width: 100% !important;
  box-sizing: border-box;
  background: #ffffff;
  color: #1a1814;
  border: 1px solid #cfc7b8;
  border-radius: 2px;
  font-family: 'Montserrat', -apple-system, sans-serif;
  font-size: 1rem;
  padding: .85rem .9rem;
  line-height: 1.3;
}
#mlb2-45347949 .ml-form-fieldRow input::placeholder { color: #8c8578; }
#mlb2-45347949 .ml-form-fieldRow input:focus { outline: none; border-color: #c8a96e; }
#mlb2-45347949 .ml-form-embedSubmit { margin-top: .25rem; }
#mlb2-45347949 .ml-form-embedSubmit button {
  width: 100%;
  background-color: #c8a96e;
  color: #ffffff;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  font-family: 'Montserrat', -apple-system, sans-serif;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: .9rem;
  transition: background-color .2s ease;
}
#mlb2-45347949 .ml-form-embedSubmit button:hover { background-color: #b8975e; }
#mlb2-45347949 .ml-form-embedSubmit button.loading { display: none; }
#mlb2-45347949 .ml-error input { border-color: #c0392b !important; }
#mlb2-45347949 .ml-form-successBody { text-align: center; }

/* submit loader */
.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: #fff #fff #fff transparent;
  animation: ml-form-embedSubmitLoad 1.2s linear infinite;
}
@keyframes ml-form-embedSubmitLoad {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0,0,0,0); border: 0;
}
