.map-embed { position: relative; min-height: 360px; overflow: hidden; background: #ddd5c9; }
.map-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.map-embed a { position: absolute; z-index: 2; right: 18px; bottom: 18px; padding: 13px 15px; background: #1c1b1a; color: #fff; font-size: 12px; font-weight: 600; line-height: 1.45; text-decoration: none; }
.map-embed a:hover { background: #f47528; }
.map-consent { position: absolute; inset: 0; display: grid; place-items: center; padding: 32px; background: linear-gradient(135deg, #1c1b1a, #35434b); color: #fff; text-align: center; }.map-consent div { max-width: 320px; }.map-consent p { margin: 0 0 16px; font-size: 14px; line-height: 1.55; }.map-consent__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; }.map-consent button { padding: 10px 13px; border: 1px solid #f47528; background: transparent; color: #fff; font: inherit; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }.map-consent__accept, .map-consent button:hover { background: #f47528; }
/* Contraste reforzado para el consentimiento del mapa. */
.map-consent button { min-height: 44px; padding: 12px 16px; border: 1px solid #f47528; background: transparent; color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.map-consent__accept { background: #f47528 !important; border-color: #f47528 !important; color: #fff !important; box-shadow: 0 8px 18px rgba(244, 117, 40, .3); }
.map-consent__settings { border-color: rgba(255, 255, 255, .72) !important; color: #fff !important; }
.map-consent button:hover, .map-consent button:focus-visible { background: #ff9b3e !important; border-color: #ff9b3e !important; color: #fff !important; }

@media (max-width: 760px) { .map-embed { min-height: 260px; } }
