.ag-mapa-card {
    max-width: 1100px;
    margin: 50px auto;
    background: #fff;
    border-radius: 18px;
    padding: 25px;
    box-shadow: 0 10px 32px rgba(0,0,0,0.08);
}

.ag-mapa-content {
    text-align: center;
    padding: 20px 10px;
}

.ag-mapa-content h2 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 8px;
}

.ag-mapa-content p {
    font-size: 1.1rem;
    opacity: 0.85;
    margin-bottom: 18px;
}

.ag-mapa-btn {
    display: inline-block;
    padding: 12px 26px;
    background: #2563eb;
    color: #fff;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: 0.2s ease;
}

.ag-mapa-btn:hover {
    background: #1e40af;
}
