.mapa-page {
    background: #f5f7fb;
}

.mapa-intro {
    text-align: center;
    color: #4a5568;
    margin-bottom: 2rem;
}

.mapa-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(0, 20, 70, 0.07);
    padding: 1.5rem 1.35rem;
    height: 100%;
}

.mapa-card h2 {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    color: #163c94;
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.mapa-card h2 i {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #e8eefc;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.mapa-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mapa-card li + li {
    border-top: 1px solid #eef2f7;
}

.mapa-card a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.7rem 0.15rem;
    color: #1a1a2e;
    text-decoration: none;
    font-weight: 600;
}

.mapa-card a:hover {
    color: #1d4ed8;
}

.mapa-card a i {
    font-size: 0.85rem;
    color: #94a3b8;
}
