/* Author Page Styles */

/* Hero Section */
.museum-hero-adapted {
    background-size: cover !important;
    background-position: bottom !important;
}

/* Content Sections - Base Colors */
.about-section.content-section {
    background-color: #ffffff;
}

.museum-section.content-section {
    background-color: #f4f3ec;
}

/* Specific section overrides for alternating colors */
/* Birth & Family Section - 1st section (white) */
main .content-section:nth-of-type(1) {
    background-color: #ffffff;
}

/* Early Education Section - 2nd section (gray) */
main .content-section:nth-of-type(2) {
    background-color: #f4f3ec;
}

/* Inspiration & Literary Path Section - 3rd section (white) */
main .content-section:nth-of-type(3) {
    background-color: #ffffff;
}

/* Marriage Section - 4th section (gray) */
main .content-section:nth-of-type(4) {
    background-color: #f4f3ec;
}

/* Journalism Section - 5th section (white) */
main .content-section:nth-of-type(5) {
    background-color: #ffffff;
}

/* Timeline marker styling */
.timeline-marker {
    font-weight: bold;
    color: var(--color-accent);
    margin-right: 8px;
}

/* Blockquote styling */
blockquote {
    font-family: var(--font-heading);
    font-style: italic;
    color: var(--color-accent);
    border-left: 3px solid var(--color-accent);
    padding-left: 1.5rem;
    margin: 2rem 0;
}
