.custom-gmap {
    width: 100%;
    min-height: 400px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* CORREÇÃO: Força a exibição dos ícones/setas do Google Maps */
.custom-gmap img {
    max-width: none !important;
}

.gm-style button {
    text-transform: none !important;
}

/* Formatação da Info Window */
.cgm-window {
    padding: 10px;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}

.cgm-window img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin-bottom: 8px;
}