.mp-cookie-banner,
.mp-cookie-modal,
.mp-legal-shell,
.mp-legal-footer {
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

.mp-cookie-banner {
  position: fixed;
  z-index: 2147483000;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto;
  padding: 20px 22px;
  color: #fff;
  background: linear-gradient(125deg, #111 0%, #1f1f22 58%, #68131b 100%);
  border: 1px solid rgba(255,255,255,.22);
  border-left: 4px solid #e61c2a;
  border-radius: 14px;
  box-shadow: 0 18px 55px rgba(0,0,0,.45);
}

.mp-cookie-banner-content { max-width: 640px; padding-right: 20px; }
.mp-cookie-title { margin: 0 0 5px; font-size: 21px; font-weight: 800; }
.mp-cookie-banner p { margin: 0 0 7px; font-size: 14px; line-height: 1.45; color: #f3f3f3; }
.mp-cookie-more { color: #fff; font-size: 13px; text-decoration: underline; }
.mp-cookie-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px; min-width: 390px; }
.mp-cookie-button {
  min-height: 42px;
  padding: 0 17px;
  cursor: pointer;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 8px;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.mp-cookie-button:hover,
.mp-cookie-button:focus { transform: translateY(-1px); box-shadow: 0 7px 18px rgba(0,0,0,.24); outline: 2px solid #fff; outline-offset: 2px; }
.mp-cookie-refuse { background: #29292c; }
.mp-cookie-custom { background: #414146; }
.mp-cookie-accept { background: #e31b29; }

.mp-cookie-modal {
  position: fixed;
  z-index: 2147483001;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(0,0,0,.68);
}
.mp-cookie-modal-card {
  width: 100%;
  max-width: 620px;
  max-height: 90vh;
  overflow: auto;
  padding: 26px;
  color: #222;
  background: #fff;
  border-top: 4px solid #e31b29;
  border-radius: 14px;
  box-shadow: 0 22px 70px rgba(0,0,0,.45);
}
.mp-cookie-kicker,
.mp-legal-kicker { color: #e31b29; font-size: 11px; font-weight: 900; letter-spacing: 2px; }
.mp-cookie-modal h2 { margin: 6px 0 8px; font-size: 28px; }
.mp-cookie-modal-card > p { margin: 0 0 18px; color: #555; line-height: 1.5; }
.mp-cookie-choice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 10px 0;
  padding: 15px;
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fafafa;
}
.mp-cookie-choice strong { display: block; margin-bottom: 3px; font-size: 15px; }
.mp-cookie-choice small { display: block; color: #666; line-height: 1.35; }
.mp-cookie-choice input { width: 21px; height: 21px; accent-color: #e31b29; }
.mp-cookie-modal-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 20px; }
.mp-cookie-open { overflow: hidden; }

.mp-map-consent {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 300px;
  overflow: hidden;
  text-align: center;
  color: #fff;
  background: radial-gradient(circle at 75% 30%, #65151d 0, #241719 35%, #151517 75%);
  border-radius: 10px;
}
.mp-map-consent iframe { display: block; width: 100%; }
.mp-map-placeholder { max-width: 430px; padding: 28px; }
.mp-map-placeholder strong { display: block; margin-bottom: 8px; font-size: 22px; }
.mp-map-placeholder p { margin: 0 0 17px; color: #eee; line-height: 1.45; }
.mp-map-placeholder button {
  padding: 12px 18px;
  cursor: pointer;
  color: #fff;
  font-weight: 800;
  background: #e31b29;
  border: 0;
  border-radius: 8px;
}

.mp-legal-footer {
  width: 1000px;
  max-width: calc(100% - 20px);
  margin: 14px auto 28px;
  padding: 18px 22px;
  color: #eee;
  text-align: center;
  background: linear-gradient(110deg, #121214, #242427 70%, #4b1117);
  border-top: 2px solid #e31b29;
  border-radius: 10px;
}
.mp-legal-footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px 18px; }
.mp-legal-footer a,
.mp-legal-footer button {
  padding: 0;
  cursor: pointer;
  color: #fff;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  background: transparent;
  border: 0;
}
.mp-legal-footer-company { margin-top: 10px; color: #bdbdbd; font-size: 11px; }

.mp-legal-shell {
  width: 1000px;
  max-width: calc(100% - 20px);
  margin: 16px auto 28px;
  color: #252525;
  background: #f5f5f6;
  border: 1px solid #ddd;
  border-left: 3px solid #e31b29;
  border-radius: 14px;
  box-shadow: 0 12px 35px rgba(0,0,0,.18);
}
.mp-legal-hero { padding: 28px 32px 22px; color: #fff; background: linear-gradient(120deg, #111, #252529 70%, #6b141c); border-radius: 11px 11px 0 0; }
.mp-legal-hero h1 { margin: 6px 0 8px; font-size: 31px; }
.mp-legal-hero p { margin: 0; color: #eee; line-height: 1.5; }
.mp-legal-content { padding: 24px 32px 32px; }
.mp-legal-content h2 { margin: 28px 0 9px; padding-bottom: 7px; font-size: 20px; border-bottom: 2px solid #e31b29; }
.mp-legal-content h2:first-child { margin-top: 0; }
.mp-legal-content h3 { margin: 20px 0 7px; font-size: 16px; }
.mp-legal-content p,
.mp-legal-content li { font-size: 14px; line-height: 1.6; }
.mp-legal-content ul { padding-left: 22px; }
.mp-legal-card { margin: 14px 0; padding: 16px 18px; background: #fff; border: 1px solid #ddd; border-radius: 10px; }
.mp-legal-alert { border-left: 4px solid #e31b29; background: #fff4f4; }
.mp-legal-table { width: 100%; border-collapse: collapse; background: #fff; }
.mp-legal-table th,
.mp-legal-table td { padding: 11px; text-align: left; vertical-align: top; border: 1px solid #ddd; font-size: 13px; line-height: 1.45; }
.mp-legal-table th { color: #fff; background: #252529; }

@media (max-width: 760px) {
  .mp-cookie-banner { right: 8px; bottom: 8px; left: 8px; display: block; padding: 17px; }
  .mp-cookie-banner-content { padding-right: 0; }
  .mp-cookie-actions { min-width: 0; margin-top: 14px; justify-content: stretch; }
  .mp-cookie-actions .mp-cookie-button { flex: 1 1 130px; }
  .mp-cookie-modal-card { padding: 20px; }
  .mp-cookie-modal-actions { display: grid; grid-template-columns: 1fr; }
  .mp-legal-hero,
  .mp-legal-content { padding: 21px 18px; }
  .mp-legal-hero h1 { font-size: 25px; }
  .mp-legal-table { display: block; overflow-x: auto; }
}
