.lelypas-footer-v2 {
  --lelypas-navy: #121f38;
  --lelypas-teal: #046784;
  --lelypas-mint: #99ccbf;
  --lelypas-mint-soft: #dceee9;
  --lelypas-yellow: #f5ba0f;
  --lelypas-white: #fff;
  --lelypas-line: #c9d8d5;
  box-sizing: border-box;
  display: block !important;
  width: 100%;
  gap: 0 !important;
  row-gap: 0 !important;
  column-gap: 0 !important;
  margin: 0;
  padding: 0;
  color: var(--lelypas-navy);
  background: var(--lelypas-mint-soft);
  font-family: Rubik, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.45;
}

.lelypas-footer-v2 *,
.lelypas-footer-v2 *::before,
.lelypas-footer-v2 *::after {
  box-sizing: border-box;
}

body.lelypas-footer-v2-enabled footer.ehp-footer:not(.lelypas-footer-v2),
body.lelypas-footer-v2-enabled .elementor-location-footer,
body.lelypas-footer-v2-enabled footer[data-elementor-type="footer"] {
  display: none !important;
}

body.lelypas-footer-v2-enabled footer.lelypas-footer-v2 {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.lelypas-footer-v2__local-strip {
  width: 100%;
  height: 76px;
  background-color: var(--lelypas-mint);
  background-image: url('images/lelypas-website-header.png');
  background-repeat: repeat-x;
  background-position: left top;
  background-size: auto 380px;
}

.lelypas-footer-v2__row,
.lelypas-footer-v2__newsletter {
  width: min(1160px, calc(100% - 40px));
  margin-right: auto;
  margin-left: auto;
}

.lelypas-footer-v2__row {
  display: grid;
  grid-template-columns: .85fr 1.45fr .75fr;
  gap: 34px;
  padding: 24px 0 20px;
}

.lelypas-footer-v2__block {
  min-width: 0;
  margin: 0;
  padding: 0;
}

.lelypas-footer-v2__site-link {
  display: block;
  width: 182px;
  max-width: 100%;
}

.lelypas-footer-v2__site-logo {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  border: 0;
}

.lelypas-footer-v2__description {
  margin: 8px 0 0;
  color: var(--lelypas-navy);
  font-weight: 700;
}

.lelypas-footer-v2__social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.lelypas-footer-v2 a,
.lelypas-footer-v2 a:link,
.lelypas-footer-v2 a:visited {
  color: inherit;
  background-color: transparent;
}

.lelypas-footer-v2__social-icon {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 2px solid currentColor;
  border-radius: 50%;
  color: var(--lelypas-navy);
  text-decoration: none;
  transition: color 150ms ease, background 150ms ease;
}

.lelypas-footer-v2__social-icon:hover,
.lelypas-footer-v2__social-icon:active {
  color: var(--lelypas-navy);
  background: var(--lelypas-yellow);
}

.lelypas-footer-v2__social-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.lelypas-footer-v2 h2 {
  margin: 0 0 10px;
  color: var(--lelypas-teal);
  font-family: inherit;
  font-size: 17px;
  line-height: 1.2;
}

.lelypas-footer-v2__menu {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lelypas-footer-v2__menu li {
  min-width: 0;
  margin: 0;
  padding: 0;
}

.lelypas-footer-v2__menu a,
.lelypas-footer-v2__contact-information a,
.lelypas-footer-v2__legal a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: inherit;
  text-decoration: none;
  text-underline-offset: 3px;
  font-weight: 700;
}

.lelypas-footer-v2__menu a:hover,
.lelypas-footer-v2__contact-information a:hover,
.lelypas-footer-v2__legal a:hover,
.lelypas-footer-v2__menu a:active,
.lelypas-footer-v2__contact-information a:active,
.lelypas-footer-v2__legal a:active,
.lelypas-footer-v2__menu a:focus-visible,
.lelypas-footer-v2__contact-information a:focus-visible,
.lelypas-footer-v2__legal a:focus-visible {
  color: inherit;
  background-color: transparent;
  text-decoration: underline;
}

.lelypas-footer-v2__contact-information {
  display: grid;
  margin: 0;
}

.lelypas-footer-v2__contact-information a {
  gap: 8px;
}

.lelypas-footer-v2__contact-information svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  fill: none;
  stroke: var(--lelypas-teal);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.lelypas-footer-v2__newsletter {
  overflow: hidden;
  border: 1px solid rgba(18, 31, 56, .18);
  border-radius: 12px;
  color: var(--lelypas-navy);
  background: var(--lelypas-white);
  box-shadow: 0 6px 16px rgba(18, 31, 56, .06);
}

.lelypas-footer-v2__newsletter summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  min-height: 68px;
  align-items: center;
  padding: 10px 14px;
  cursor: pointer;
  list-style: none;
}

.lelypas-footer-v2__newsletter summary::-webkit-details-marker {
  display: none;
}

.lelypas-footer-v2__newsletter[open] summary {
  border-bottom: 1px solid var(--lelypas-line);
}

.lelypas-footer-v2__newsletter-summary-copy {
  display: grid;
  gap: 2px;
}

.lelypas-footer-v2__newsletter-summary-copy strong {
  font-size: 16px;
  line-height: 1.25;
}

.lelypas-footer-v2__newsletter-summary-copy > span {
  color: #526074;
  font-size: 13px;
}

.lelypas-footer-v2__newsletter-summary-action {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 12px;
  color: var(--lelypas-white);
  background: var(--lelypas-navy);
  font-weight: 700;
}

.lelypas-footer-v2__newsletter-summary-action-open {
  display: none;
}

.lelypas-footer-v2__newsletter[open] .lelypas-footer-v2__newsletter-summary-action-closed {
  display: none;
}

.lelypas-footer-v2__newsletter[open] .lelypas-footer-v2__newsletter-summary-action-open {
  display: inline;
}

.lelypas-footer-v2__newsletter-content {
  padding: 12px 14px 14px;
}

.lelypas-footer-v2__newsletter-form {
  position: relative;
  display: grid;
  grid-template-columns: minmax(170px, 1fr) auto;
  gap: 8px;
  margin: 0;
}

.lelypas-footer-v2__newsletter-form > label:not(.lelypas-footer-v2__consent) {
  grid-column: 1 / -1;
  font-weight: 700;
}

.lelypas-footer-v2__newsletter-form input[type="email"],
.lelypas-footer-v2__newsletter-form button {
  min-height: 44px;
  border: 2px solid var(--lelypas-navy);
  border-radius: 12px;
  font: inherit;
}

.lelypas-footer-v2__newsletter-form input[type="email"] {
  min-width: 0;
  margin: 0;
  padding: 8px 10px;
  color: var(--lelypas-navy);
  background: var(--lelypas-white);
  box-shadow: none;
}

.lelypas-footer-v2__newsletter-form button {
  margin: 0;
  padding: 8px 14px;
  color: var(--lelypas-white);
  background: var(--lelypas-navy);
  font-weight: 700;
  cursor: pointer;
}

.lelypas-footer-v2__newsletter-form button:hover:not(:disabled) {
  color: var(--lelypas-navy);
  background: var(--lelypas-yellow);
}

.lelypas-footer-v2__newsletter-form button:active:not(:disabled) {
  color: var(--lelypas-white);
  background: var(--lelypas-teal);
}

.lelypas-footer-v2__newsletter-form button:disabled,
.lelypas-footer-v2__newsletter-form input:disabled {
  cursor: not-allowed;
  opacity: .65;
}

.lelypas-footer-v2__newsletter-form .lelypas-footer-v2__consent {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 8px;
  min-height: 44px;
  align-items: center;
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.35;
}

.lelypas-footer-v2__consent input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0;
  accent-color: var(--lelypas-teal);
}

.lelypas-footer-v2__honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.lelypas-footer-v2__newsletter-note {
  margin: 7px 0 0;
  color: #526074;
  font-size: 12px;
  line-height: 1.35;
}

.lelypas-footer-v2__form-message {
  margin: 0 0 10px;
  padding: 8px 10px;
  border-left: 4px solid var(--lelypas-teal);
  border-radius: 4px;
  background: #eef7f4;
}

.lelypas-footer-v2__form-message--invalid,
.lelypas-footer-v2__form-message--error {
  border-left-color: #b32d2e;
  background: #fcf0f1;
}

.lelypas-footer-v2__bottom {
  display: flex;
  width: 100%;
  min-height: 60px;
  gap: 12px 28px;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
  padding: 8px max(20px, calc((100% - 1160px) / 2));
  color: var(--lelypas-white);
  background: var(--lelypas-navy);
  font-size: 13px;
}

.lelypas-footer-v2__bottom p {
  margin: 0;
  color: var(--lelypas-white);
  white-space: nowrap;
}

.lelypas-footer-v2__legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0 18px;
}

.lelypas-footer-v2__legal a {
  color: var(--lelypas-white);
  font-size: 13px;
}

.lelypas-footer-v2 a:focus-visible,
.lelypas-footer-v2 input:focus-visible,
.lelypas-footer-v2 button:focus-visible,
.lelypas-footer-v2 summary:focus-visible {
  outline: 3px solid var(--lelypas-teal);
  outline-offset: 3px;
}

.lelypas-footer-v2__bottom a:focus-visible {
  outline-color: var(--lelypas-yellow);
}

.lelypas-footer-v2-admin__status {
  margin: 16px 0;
  padding: 12px 14px;
  border-left: 4px solid #b32d2e;
  background: #fff;
}

.lelypas-footer-v2-admin__status.is-enabled {
  border-left-color: #00a32a;
}

.lelypas-footer-v2-admin__preview {
  max-width: 1240px;
  margin: 20px 0 28px;
  border: 4px solid #dcdcde;
}

.lelypas-footer-v2-admin__settings {
  max-width: 760px;
  padding: 20px;
  border: 1px solid #c3c4c7;
  background: #fff;
}

@media (max-width: 760px) {
  .lelypas-footer-v2__local-strip {
    height: 54px;
    background-size: auto 270px;
  }

  .lelypas-footer-v2__row,
  .lelypas-footer-v2__newsletter {
    width: min(100% - 28px, 560px);
  }

  .lelypas-footer-v2__row {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 18px 0 14px;
  }

  .lelypas-footer-v2__block--brand {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 12px;
    align-items: center;
  }

  .lelypas-footer-v2__block--brand .lelypas-footer-v2__description {
    grid-column: 1 / -1;
    margin: 0;
  }

  .lelypas-footer-v2__block--brand .lelypas-footer-v2__social-icons {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
  }

  .lelypas-footer-v2__site-link {
    width: 156px;
  }

  .lelypas-footer-v2__contact-information {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 12px;
  }

  .lelypas-footer-v2__contact-information a:last-child {
    grid-column: 1 / -1;
  }

  .lelypas-footer-v2__newsletter-form {
    grid-template-columns: 1fr;
  }

  .lelypas-footer-v2__newsletter-form > label:not(.lelypas-footer-v2__consent),
  .lelypas-footer-v2__newsletter-form .lelypas-footer-v2__consent {
    grid-column: auto;
  }

  .lelypas-footer-v2__bottom {
    display: block;
    padding-right: 14px;
    padding-left: 14px;
  }

  .lelypas-footer-v2__bottom p {
    white-space: normal;
  }

  .lelypas-footer-v2__legal {
    justify-content: flex-start;
    gap: 0 14px;
  }
}

@media (max-width: 380px) {
  .lelypas-footer-v2__block--brand {
    grid-template-columns: 1fr;
  }

  .lelypas-footer-v2__block--brand .lelypas-footer-v2__social-icons {
    grid-column: 1;
    grid-row: auto;
  }

  .lelypas-footer-v2__menu {
    gap: 0 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lelypas-footer-v2__social-icon {
    transition: none;
  }
}
