.vowe-legal-nav {
  padding: 18px 0;
  border-top: 1px solid rgba(10, 28, 65, .12);
}

.vowe-legal-nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vowe-legal-nav a,
.vowe-cookie-settings {
  color: #0a1c41;
  font: inherit;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.vowe-cookie-settings {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.vowe-cookie-compat {
  display: none !important;
}

.vowe-cookie-notice {
  position: fixed;
  z-index: 100000;
  right: 24px;
  bottom: 24px;
  width: min(520px, calc(100vw - 48px));
  padding: 24px;
  border: 1px solid rgba(10, 28, 65, .12);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(10, 28, 65, .2);
  color: #0a1c41;
}

.vowe-cookie-notice[hidden] {
  display: none;
}

.vowe-cookie-notice__title {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 700;
}

.vowe-cookie-notice__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
}

.vowe-cookie-notice__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 18px;
  margin-top: 18px;
}

.vowe-cookie-notice__link {
  color: #0a1c41;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.vowe-cookie-dialog {
  width: min(620px, calc(100vw - 32px));
  padding: 0;
  border: 0;
  border-radius: 22px;
  color: #0a1c41;
  box-shadow: 0 24px 80px rgba(10, 28, 65, .28);
}

.vowe-cookie-dialog::backdrop {
  background: rgba(10, 28, 65, .54);
}

.vowe-cookie-dialog__body {
  padding: 28px;
}

.vowe-cookie-dialog__body h2 {
  margin: 0 0 12px;
  font-size: 28px;
}

.vowe-cookie-category {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 18px;
  padding: 16px 0;
  border-top: 1px solid rgba(10, 28, 65, .12);
}

.vowe-cookie-category:first-of-type {
  margin-top: 18px;
}

.vowe-cookie-category p {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.vowe-cookie-category__status {
  color: #087d6d;
  font-size: 13px;
  font-weight: 700;
}

.vowe-cookie-category__status--off {
  color: #596579;
}

.vowe-cookie-dialog__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.vowe-privacy-confirmation {
  display: flex !important;
  align-items: flex-start;
  gap: 9px;
  margin-top: 14px;
  line-height: 1.4;
}

.vowe-privacy-confirmation input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  flex: 0 0 auto;
  accent-color: #00a8e8;
}

.vowe-form-privacy {
  margin: 10px 0 0;
  color: #596579;
  font-size: 12px;
  line-height: 1.45;
}

.vowe-form-privacy a {
  text-decoration: underline;
}

.vowe-static-status[role="alert"] {
  color: #b42318;
}

.vowe-map-placeholder {
  position: relative;
  display: flex;
  min-height: 360px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 38px;
  border-radius: inherit;
  background: #eef7fb;
  text-align: center;
}

.vowe-map-placeholder__preview,
.vowe-map-placeholder__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.vowe-map-placeholder__preview {
  object-fit: cover;
}

.vowe-map-placeholder__shade {
  background: linear-gradient(135deg, rgba(238, 247, 251, .58), rgba(255, 255, 255, .26));
}

.vowe-map-placeholder__attribution {
  position: absolute;
  right: 10px;
  bottom: 8px;
  z-index: 2;
  padding: 4px 7px;
  border-radius: 6px;
  background: rgba(255, 255, 255, .9);
  color: #0e1a39;
  font-size: 10px;
  line-height: 1.2;
  text-decoration: underline;
}

.vowe-map-placeholder__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 540px);
  max-width: 540px;
  padding: 24px 28px;
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 24px;
  background: rgba(255, 255, 255, .91);
  box-shadow: 0 18px 46px rgba(14, 26, 57, .18);
  backdrop-filter: blur(8px);
}

.vowe-map-placeholder__eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  color: #008ec9;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.vowe-map-placeholder__address {
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
}

.vowe-map-placeholder__privacy {
  max-width: 500px;
  margin: 14px auto 22px;
  color: #4f5f76;
  font-size: 13px;
  line-height: 1.55;
}

.vowe-map-placeholder__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.vowe-map-placeholder__link {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.vowe-map-placeholder.is-loaded {
  display: block;
  min-height: 420px;
  padding: 0;
  background: #e5e3df;
}

.vowe-map-placeholder.is-loaded .vowe-map-placeholder__preview,
.vowe-map-placeholder.is-loaded .vowe-map-placeholder__shade,
.vowe-map-placeholder.is-loaded .vowe-map-placeholder__attribution {
  display: none;
}

.vowe-google-map-frame {
  display: block;
  width: 100%;
  min-height: 420px;
  border: 0;
}

.vowe-google-map-hide {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 12px 18px;
  border: 1px solid rgba(14, 26, 57, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 8px 24px rgba(14, 26, 57, .16);
  color: #0e1a39;
  font-weight: 700;
  z-index: 2;
}

.content--legal {
  max-width: 920px;
}

.content--legal h2 {
  margin-top: 38px;
}

.content--legal h3 {
  margin-top: 26px;
}

.content--legal li + li {
  margin-top: 8px;
}

.content--legal table {
  width: 100%;
  margin: 20px 0;
  border-collapse: collapse;
  font-size: 15px;
}

.content--legal th,
.content--legal td {
  padding: 12px;
  border: 1px solid rgba(10, 28, 65, .16);
  text-align: left;
  vertical-align: top;
}

@media (max-width: 767px) {
  .vowe-map-placeholder {
    min-height: 390px;
    padding: 24px 16px;
  }

  .vowe-map-placeholder__inner {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .vowe-map-placeholder__address {
    font-size: 17px;
  }

  .vowe-map-placeholder__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .vowe-map-placeholder__actions .btn {
    width: 100%;
  }

  .vowe-map-placeholder.is-loaded,
  .vowe-google-map-frame {
    min-height: 430px;
  }

  .vowe-cookie-notice {
    right: 12px;
    bottom: 12px;
    width: calc(100vw - 24px);
    padding: 20px;
    border-radius: 18px;
  }

  .vowe-cookie-notice__actions,
  .vowe-cookie-dialog__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .vowe-cookie-notice__actions .btn,
  .vowe-cookie-dialog__actions .btn {
    width: 100%;
  }

  .vowe-legal-nav__list {
    align-items: center;
    flex-direction: column;
  }

  .content--legal table,
  .content--legal thead,
  .content--legal tbody,
  .content--legal tr,
  .content--legal th,
  .content--legal td {
    display: block;
  }

  .content--legal th {
    background: #eef7fb;
  }
}
