﻿
/* Details section: 3 columns, first 4 items visible */
.details-column-block h3 {
    margin-bottom: 0.75rem;
    font-family: "Work Sans", "Segoe UI", Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 0.015em;
}

.details-column-block blockquote {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 0.85rem;
}

/* SW removed 2026-04-14 ... 
    Server decides how much info to provide
    Not "CSS decides how much to prevent from showing
*/
/*
.blockquote-preview blockquote > p:nth-child(n+5),
.blockquote-preview blockquote ul li:nth-child(n+5) {
    display: none;
}
*/