/* Contenido de terceros bloqueado hasta obtener consentimiento */
.external-content {
  position: relative;
  width: 100%;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #d8d8d8;
  background: #f4f5f6;
}

.external-content--video {
  aspect-ratio: 16 / 9;
  min-height: 360px;
}

.external-content--map {
  min-height: 450px;
}

.external-content iframe {
  width: 100%;
  height: 100%;
  min-height: inherit;
  border: 0;
  display: block;
}

.external-content__placeholder {
  max-width: 620px;
  padding: 34px 24px;
  text-align: center;
  color: #333;
}

.external-content__placeholder p {
  margin: 0 0 12px;
}

.external-content__placeholder .button {
  cursor: pointer;
  margin-top: 6px;
}

.cookie-policy-table {
  width: 100%;
  margin: 18px 0 28px;
  border-collapse: collapse;
}

.cookie-policy-table th,
.cookie-policy-table td {
  padding: 10px;
  border: 1px solid #d7d7d7;
  text-align: left;
  vertical-align: top;
}

.cookie-policy-table th {
  background: #f1f3f4;
}

.cookie-settings-button {
  margin: 12px 0 24px;
}

@media (max-width: 767px) {
  .external-content,
  .external-content--video,
  .external-content--map,
  .external-content iframe {
    min-height: 300px;
  }

  .cookie-policy-table {
    display: block;
    overflow-x: auto;
    white-space: normal;
  }
}

/* Refuerzo específico para el mapa tras aceptar las cookies */
.external-content--map {
  height: 450px;
}
.external-content--map iframe {
  width: 100% !important;
  height: 450px !important;
  min-height: 450px !important;
  border: 0 !important;
}
