#main > .post.cv-page {
    padding-top: 3rem;
}

.cv-section {
    margin: 0;
}

.cv-title {
    margin: 0 0 1.25rem;
    color: #717981;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    line-height: 1.5;
    text-transform: uppercase;
}

.cv-resources {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.55rem;
    margin-bottom: 1.5rem;
    font-size: 1rem;
    font-weight: 500;
}

.cv-viewer {
    overflow: hidden;
    width: 100%;
    height: min(900px, 82vh);
    min-height: 620px;
    border: 1px solid #d9dde1;
    border-radius: 4px;
    background: #333333;
    box-shadow: 0 10px 30px rgba(33, 41, 49, 0.12);
}

.cv-viewer iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

@media screen and (max-width: 736px) {
    #main > .post.cv-page {
        padding-top: 2rem;
    }

    .cv-viewer {
        height: 72vh;
        min-height: 480px;
    }
}
