/* Special styling for image date in timeline */
.timeline-image-date {
    text-align: center;
    margin: 1rem 0 0.75rem;
    font-family: 'Cinzel', serif;
    font-size: 1.1rem;
    font-weight: 500;
    background: linear-gradient(135deg, var(--purple), var(--deep-purple));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    padding: 0.25rem;
    position: relative;
    display: inline-block;
    filter: drop-shadow(0 0 5px rgba(106, 13, 173, 0.5));
}

/* Date wrapper container for centering */
.timeline-date-wrapper {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
