.stone {
    --excerpt-bottom-spacing: 1em;
    font-family: var(--memo-heading-font-family);
    font-weight: var(--memo-heading-font-weight);
    background-color: var(--memo-color-light-salmon);
    text-align: center;
    color: #3c3c3c;
    padding: 1em;
    margin: 0.5em auto 0.5em auto;
    border-top: 3px solid var(--memo-color-rust);
    border-bottom: 3px solid var(--memo-color-rust);
    font-size: 0.975em;
    font-variant: small-caps;
    letter-spacing: 0.05em;
    line-height: 1.15em;
}

.stone-year {
    margin-top: -0.5em;
    margin-bottom: 0.5em;
}

.monument-details {
    font-size: 85%;
}

/* spaziatura uniforme tra le righe della scheda ed etichette discrete */
.monument-details p {
    margin-bottom: 0.25rem;
}

.monument-details .row.border-bottom {
    --bs-border-color: var(--memo-border-color);
}

.monument-details .fw-bold {
    color: var(--memo-body-muted-text);
}

/* titoletti dei gruppi di tag: peso normale, colore discreto, gruppi distanziati */
.monument-details .tag-group-label {
    display: block;
    margin-bottom: 0.2rem;
    font-size: 90%;
    color: var(--memo-body-muted-text);
}

.monument-details .tag-group-label:not(:first-child) {
    margin-top: 0.7rem;
}

/* ── Titoli di sezione: ancore ── */
.menu-section-title:target {
    animation: menu-section-flash 1.6s ease-out 1;
}

@keyframes menu-section-flash {
    from {
        color: var(--memo-color-rust);
    }
}

.memo_stone_line {
    display: block;
    margin: 0;
    padding: 0 0 0.1em 0;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.8);
    border-width: 0 0 1px 0;
}

.memo_stone_line:last-child {
    border-width: 0 !important;
}

.memo_stone_line_empty {
    display: block;
    border-width: 0 !important;
    margin-bottom: 0.75em;
}
