﻿/* Scope */
.memory-page {
    width: 100%;
}

/* Headings & text */
.memory-title {
    color: #161616;
    margin-top: 2rem ;
    font-size: clamp(1.25rem, 2vw + .5rem, 2rem); /* responsive, replaces inline size */
    font-weight: 700;
}

.memory-lead {
    font-size: 1.125rem; /* ~18px */
    line-height: 2.25rem;
    color: #161616;
    margin-bottom: 2rem !important;
    text-align: justify;
}

/* Timeline image */
.timeline-section {
    display: flex;
    justify-content: center;
}

.timeline-image {
    border-radius: .5rem; /* optional polish */
    max-width: 100%;
    height: auto;
}

/* Avoid global link overrides here to keep UA defaults for focus/underline */
