h1.pdf {
    font-size: 18px;
    margin-bottom: 3px;
}

h2.pdf {
    background-color: rgb(236, 236, 236);
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

h3.pdf {
    /* background-color: rgb(239, 248, 253); */
    font-size: 13px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    margin-bottom: 6px;
    width: 35%;
}

h4.pdf {
    font-size: 13px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    padding-top: 3px;
    padding-bottom:3px;
    padding-left: 3px;
    margin-top: 8px;
    margin-bottom: 6px;
    color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.035);
}

p.pdf {
    font-size: 13px;
    margin: 0;
    margin-bottom: 6px;
    width: 35%;
}

p.pdf-long-text {
    font-size: 13px;
    margin: 0;
    margin-bottom: 6px;
    width: 63%;
}

p.comment {
    font-size: 13px;
    margin: 0;
    margin-bottom: 6px;
}

a.pdf {
    font-size: 13px;
    margin: 0;
    margin-bottom: 6px;
}

.header__id {
    font-size: 12px;
    margin: 0;
    margin-bottom: 6px;
}

.photo-container {
    position: relative;
    width: 0; 
    height: 0;
}

#photo {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 130px;
    height: auto;
    margin-left: 30px;
    border-radius: 4px;
    border: 1px solid var(--color-content-frame);
}

.pdf__center {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pdf__page-break {
    page-break-before: always;
}

.pdf__breakline-1 {
    width: 100%;
    height: 1px;
    background-color: var(--color-breakline);
    margin-top: 12px;
    margin-bottom: 12px;
}

.pdf__breakline {
    width: 100%;
    height: 1px;
    background-color: var(--color-breakline);
}

.pdf__content-box--column {
    display: flex;
    flex-direction: column;
}

.pdf__content-box--row {
    display: flex;
    flex-direction: row;
    gap: 10px;
}