.mr-privacy,
.mr-privacy * {
  box-sizing: border-box;
  letter-spacing: 0;
}

.mr-privacy {
  color: #182a33;
  font-family: "DM Sans", Arial, sans-serif;
}

.mr-privacy [hidden] {
  display: none !important;
}

.mr-privacy-panel {
  position: fixed;
  inset: auto 0 0;
  z-index: 1000;
  max-height: 72vh;
  overflow-y: auto;
  border-top: 1px solid #d8e2dc;
  background: #ffffff;
  box-shadow: 0 -12px 32px rgba(14, 39, 48, 0.16);
  padding: 18px 22px;
}

.mr-privacy-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: end;
  max-width: 1120px;
  margin: 0 auto;
}

.mr-privacy-copy h2 {
  margin: 0;
  color: #173446;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  outline: none;
}

.mr-privacy-copy > p {
  max-width: 760px;
  margin: 6px 0 0;
  color: #526568;
  font-size: 13px;
  line-height: 1.55;
}

.mr-privacy-copy .mr-privacy-gpc {
  color: #08645d;
  font-weight: 700;
}

.mr-privacy-links {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 16px;
  margin-top: 8px;
}

.mr-privacy-links a {
  color: #147d74;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.mr-privacy-custom {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  margin-top: 14px;
  border-top: 1px solid #e4ebe7;
  padding-top: 14px;
}

.mr-privacy-custom label {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  color: #526568;
  font-size: 12px;
  line-height: 1.45;
}

.mr-privacy-custom input {
  width: 16px;
  height: 16px;
  margin: 1px 0 0;
  accent-color: #147d74;
}

.mr-privacy-custom strong {
  display: block;
  color: #173446;
  font-size: 12px;
}

.mr-privacy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  min-width: 286px;
}

.mr-privacy-actions button,
.mr-privacy-launcher {
  min-height: 40px;
  border: 1px solid #cbd8d1;
  border-radius: 6px;
  background: #ffffff;
  color: #284047;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  padding: 9px 14px;
}

.mr-privacy-actions button:hover,
.mr-privacy-launcher:hover {
  border-color: #147d74;
  color: #08645d;
}

.mr-privacy-actions .mr-privacy-primary {
  border-color: #147d74;
  background: #147d74;
  color: #ffffff;
}

.mr-privacy-actions .mr-privacy-primary:hover {
  border-color: #08645d;
  background: #08645d;
  color: #ffffff;
}

.mr-privacy-launcher {
  position: fixed;
  left: 12px;
  bottom: 12px;
  z-index: 900;
  min-height: 36px;
  box-shadow: 0 6px 18px rgba(14, 39, 48, 0.14);
  padding: 7px 11px;
  font-size: 12px;
}

.footer-privacy-summary p {
  max-width: 900px;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  line-height: 1.6;
}

.footer-privacy-summary a {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

body.booking-embed .mr-privacy {
  display: none !important;
}

@media (max-width: 760px) {
  .mr-privacy-panel {
    padding: 16px;
  }

  .mr-privacy-inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  .mr-privacy-custom {
    grid-template-columns: minmax(0, 1fr);
  }

  .mr-privacy-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-width: 0;
  }

  .mr-privacy-actions button {
    width: 100%;
  }
}
