.site-map-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.site-map-card {
    background: #ffffff;
    border: 1px solid #eadfea;
    border-radius: 12px;
    box-shadow: 0 8px 22px rgba(75, 19, 79, 0.07);
    padding: 1.2rem;
}

.site-map-card h2 {
    font-size: 1.05rem;
    margin-bottom: 0.8rem;
}

.site-map-card a {
    color: #5f5365;
    display: block;
    font-weight: 650;
    padding: 0.42rem 0;
    text-decoration: none;
}

.site-map-card a:hover {
    color: #c94b4b;
}
