/* ============================================================
   FastLocations — Article pages shared stylesheet
   article.css
   ============================================================ */

/* ── Print ── */
@media print {
    body { background-color: white !important; }
    .no-print { display: none !important; }
    article { margin-top: 0 !important; padding-top: 0 !important; }
}

/* ── Article body typography ── */
.article-content p {
    margin-bottom: 1.5rem;
    line-height: 1.8;
    color: #374151;
}

.article-content h2 {
    font-family: 'Inter', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.article-content ul {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.article-content li {
    margin-bottom: 0.75rem;
    line-height: 1.7;
    color: #374151;
}

.article-content a:hover {
    color: #1e5f99;
    text-decoration-color: #1e5f99;
}
