.cv-wrapper {
    max-width: var(--reading-width);
    margin: 0 auto;
}

.cv-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
    padding: 1rem 1.25rem;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    flex-wrap: wrap;
}

.cv-toolbar-meta {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.cv-last-updated {
    font-size: 0.85rem;
    color: var(--text-muted);
}

.cv-paper {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 3rem 2.5rem;
    box-shadow: var(--shadow-md);
}

.cv-header {
    text-align: center;
    border-bottom: 2px solid var(--navy);
    padding-bottom: 1.75rem;
    margin-bottom: 2rem;
}

.cv-header h1 {
    font-size: 2.4rem;
    margin-bottom: 0.25rem;
}

.cv-subtitle {
    font-size: 1.1rem;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.cv-contact-bar {
    font-size: 0.9rem;
    color: var(--text-muted);
}

.cv-section {
    margin-bottom: 2.25rem;
}

.cv-section h2 {
    font-size: 1.3rem;
    border-bottom: 1px solid var(--border);
    padding-bottom: 0.4rem;
    margin-bottom: 1rem;
}

.cv-section h3 {
    font-size: 1.05rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.cv-entry {
    margin-bottom: 1.25rem;
}

.cv-entry-header {
    display: flex;
    justify-content: space-between;
    font-size: 1rem;
}

.cv-institution {
    font-style: italic;
    color: var(--text-secondary);
    margin-bottom: 0.4rem;
}

.cv-detail {
    font-size: 0.92rem;
    margin-bottom: 0.25rem;
}

.cv-pub-list,
.cv-list {
    padding-left: 1.25rem;
    font-size: 0.92rem;
}

.cv-pub-list li,
.cv-list li {
    margin-bottom: 0.65rem;
}

.cv-note {
    display: inline-block;
    margin-left: 0.35rem;
    font-weight: 700;
    color: var(--navy);
}

.cv-award-note {
    color: var(--text-secondary);
}
