/**
 * Gutenberg Colors declared in the theme.json (from Figma)
 * Main colors
 */
/**
 * Other theme colors
 */
/**
 * Additional theme colors
 */
/**
 * Grid Breakpoints
 */
/**
 * Main variables
 */
/**
 * For rem calculations
 */
/**
 * Transitions
 */
/**
 * Border
 */
/**
 * Shadows
 */
/**
 * Block gap
 */
/**
 * Font sizes and fluid font sizes from theme.json
 */
/**
 * Project Styles
 */
.b-form-mailerlite {
  padding: 1.5rem;
  background: var(--wp--preset--color--sunnyyellow-100);
}
.b-form-mailerlite--sticky {
  position: sticky;
  top: 7rem;
}
.b-form-mailerlite__header {
  margin-bottom: 1.5rem;
  color: var(--wp--preset--color--dark-100);
  font-size: var(--wp--preset--font-size--24);
  font-weight: 400;
  letter-spacing: 0.06rem;
  line-height: 1.4;
}
.b-form-mailerlite input[type=text] {
  width: 100%;
  padding: 0.9rem 1rem;
  border: 1px solid #d2d2d2;
  color: var(--wp--preset--color--dark-100);
  font-size: var(--wp--preset--font-size--16);
}
.b-form-mailerlite input[type=text]::-moz-placeholder {
  color: #d2d2d2;
}
.b-form-mailerlite input[type=text]::placeholder {
  color: #d2d2d2;
}
.b-form-mailerlite input[type=text]:focus {
  border: 1px solid #202020;
}
.b-form-mailerlite__form {
  margin-top: 1rem;
}
.b-form-mailerlite__form-text, .b-form-mailerlite__form-checkbox {
  position: relative;
  display: block;
  margin-bottom: 0.7rem;
}
.b-form-mailerlite__form-text.error::after, .b-form-mailerlite__form-checkbox.error::after {
  display: block;
  margin: 0.5rem 0 0;
  color: #ed0c22;
  content: attr(data-error);
  font-size: var(--wp--preset--font-size--12);
  font-weight: 600;
}
.b-form-mailerlite__form-text.error input, .b-form-mailerlite__form-checkbox.error input {
  border: 1px solid #ed0c22;
}
.b-form-mailerlite__form-checkbox input[type=checkbox] {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.b-form-mailerlite__form-checkbox::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border: 2px solid #a5a5a5;
  background: var(--wp--preset--color--white-100);
  content: "";
  cursor: pointer;
  outline: none !important;
}
.b-form-mailerlite__form-checkbox span {
  display: block;
  width: 100%;
  padding: 0 0 0 1.3rem;
  color: var(--wp--preset--color--dark-100);
  font-size: var(--wp--preset--font-size--10);
  font-weight: 400;
}
.b-form-mailerlite__form-checkbox input[type=checkbox]:checked + span::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background: rgba(31, 31, 31, 0.6);
  content: "";
}
.b-form-mailerlite__form-button {
  padding: 0.95rem 1.3rem;
  border: none;
  background: var(--wp--preset--color--classicblue-100);
  color: var(--wp--preset--color--white-100);
  cursor: pointer;
  font-size: var(--wp--preset--font-size--16);
  font-weight: 600;
  letter-spacing: 0.045rem;
  transition: background 0.5s ease-out;
}
.b-form-mailerlite__form-button:hover {
  background: var(--wp--preset--color--classicblue-80);
}
.b-form-mailerlite__form-button--loaded {
  background: var(--wp--preset--color--dark-20);
  pointer-events: none;
}
.b-form-mailerlite__popup {
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background: rgba(0, 0, 0, 0.3);
}
.b-form-mailerlite__popup img {
  width: 100%;
  height: auto;
}
.b-form-mailerlite__popup-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  width: 90%;
  max-width: 46.87rem;
  height: auto;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  background: #fff;
  gap: 1rem;
  text-align: center;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .b-form-mailerlite__popup-wrapper {
    padding: 2rem;
  }
}
@media (min-width: md) {
  .b-form-mailerlite__popup-wrapper {
    padding: 2rem;
  }
}
.b-form-mailerlite__popup-title {
  font-size: var(--wp--preset--font-size--40);
  letter-spacing: 1.2px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .b-form-mailerlite__popup-title {
    letter-spacing: 1.6px;
  }
}
@media (min-width: md) {
  .b-form-mailerlite__popup-title {
    letter-spacing: 1.6px;
  }
}
.b-form-mailerlite__popup-subtitle {
  color: var(--wp--preset--color--dark-100);
  font-size: var(--wp--preset--font-size--24);
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.4;
}
.b-form-mailerlite__popup-text {
  color: var(--wp--preset--color--dark-100);
  font-size: var(--wp--preset--font-size--16);
  font-weight: 400;
  letter-spacing: 0.6px;
  line-height: 1.4;
}
.b-form-mailerlite__popup-button {
  padding: 0.95rem 1.3rem;
  border: none;
  background: var(--wp--preset--color--classicblue-100);
  color: var(--wp--preset--color--white-100);
  cursor: pointer;
  font-size: var(--wp--preset--font-size--16);
  font-weight: 600;
  letter-spacing: 0.045rem;
  transition: background 0.5s ease-out;
}
@media (min-width: 768px) {
  .b-form-mailerlite__popup-button {
    margin-top: 2rem;
  }
}
@media (min-width: md) {
  .b-form-mailerlite__popup-button {
    margin-top: 2rem;
  }
}
.b-form-mailerlite__popup-button:hover {
  background: var(--wp--preset--color--classicblue-80);
}

/*# sourceMappingURL=block_form-mailerlite.css.map*/