/* Solidental - lightweight privacy / external content controls */
.privacy-banner {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 99999;
  max-width: 980px;
  margin: 0 auto;
  box-sizing: border-box;
  background: #111;
  color: #fff;
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: 0 12px 38px rgba(0,0,0,.35);
  padding: 20px 22px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.55;
}
.privacy-banner[hidden] { display: none !important; }
.privacy-banner p { margin: 0 0 14px; color: #fff; }
.privacy-banner a { color: #55d7dc; text-decoration: underline; }
.privacy-banner-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.privacy-banner button {
  appearance: none;
  border: 1px solid #10b6bd;
  background: #10b6bd;
  color: #fff;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 2px;
}
.privacy-banner button.secondary { background: transparent; border-color: #888; }
.privacy-banner button:hover { filter: brightness(.96); }
.map-consent-box {
  box-sizing: border-box;
  width: 100%;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
  padding: 28px;
  background: #f3f3f3;
  border: 1px solid #ddd;
  color: #333;
}
.map-consent-box p { margin: 0; max-width: 560px; }
.map-consent-box button {
  appearance: none;
  border: 1px solid #10b6bd;
  background: #10b6bd;
  color: #fff;
  font: inherit;
  cursor: pointer;
  padding: 10px 16px;
}
.map-consent-box a { color: #127b80; }
#mapa iframe { width: 100% !important; min-height: 300px; display: block; }
.footer-links { display: flex; flex-wrap: wrap; gap: 8px 18px; align-items: center; }
.footer-links a { color: inherit; text-decoration: none; }
.footer-links a:hover { text-decoration: underline; }
.footer-links .sep { opacity: .45; }
@media (max-width: 640px) {
  .privacy-banner { left: 10px; right: 10px; bottom: 10px; padding: 16px; font-size: 13px; }
  .privacy-banner-actions { flex-direction: column; }
  .privacy-banner button { width: 100%; }
  .map-consent-box { min-height: 260px; padding: 22px 16px; }
  .footer-links { gap: 6px 12px; }
}
