.cv-education-heading {
    display: flex;
    align-items: baseline;
    gap: 0.75rem;
}

.cv-education-heading > strong {
    flex: 0 0 10rem;
}

.cv-education-degree {
    flex: 1 1 auto;
    color: var(--muted);
}

.cv-date {
    margin-left: auto;
    white-space: nowrap;
    color: var(--muted);
}

.cv-hanging-indent {
    padding-left: 1.25rem;
    text-indent: -1.25rem;
}

.content.cv-page-shell {
    background: transparent;
    box-shadow: none;
    max-width: none;
    min-height: auto;
    padding: 0;
}

.cv-page-stack {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    width: 100%;
}

.cv-page {
    width: 100%;
    max-width: 8.5in;
    min-height: 11in;
    margin: 0 auto;
    background: var(--card);
    border: 1px solid var(--border);
    box-shadow: 0 0.2rem 0.7rem rgba(0, 0, 0, 0.12);
    border-radius: 0.25rem;
    padding: 0.5in 0.5in;
    break-inside: avoid;
}

.cv-page h2 {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0.35rem;
    background: transparent;
    border-bottom: 1px solid var(--border);
}

.cv-experience-heading {
    display: flex;
    align-items: baseline;
    gap: 2.0rem;
    padding-bottom: 0.5rem;
}

.thrust {
    margin-left: 0.75rem;
}

ul {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

@media (max-width: 640px) {
    .cv-education-heading,
    .cv-experience-heading {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
    }

    .cv-education-heading > strong,
    .cv-experience-heading > strong {
        flex-basis: auto;
    }

    .cv-date {
        margin-left: 0;
    }

    .cv-page {
        max-height: none;
    }
}
