/* Estilos para el bloque Geoloc Content */
.geoloc-content-block img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    background-color: #d6f3de !important;
}

.geoloc-content-block .content-editor-image-center {
    text-align: center;
}

/* Estilos adicionales para mejorar la presentación */
.geoloc-content-block h3 {
    margin-top: 1em;
    margin-bottom: 0.5em;
}

.geoloc-content-block h3 a {
  color: #339900 !important;
}

.geoloc-content-block h3 a:hover {
  color: #333300 !important;
}

.geoloc-content-block h3 a:after {
  color: #669999 !important;
}

.geoloc-content-block p {
    margin-bottom: 1em;
}

/* Estilos responsivos */
@media (max-width: 768px) {
    .geoloc-content-block img {
        width: 100%; /* En pantallas pequeñas, ocupar todo el ancho disponible */
    }
} 