body {
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #222;
}

h1 {
    margin: 0;
    font-size: 20px;
}

h2 {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
}

h3 {
    margin-top: 30px;
    border-bottom: 2px solid #000;
    padding-bottom: 5px;
}

/* HEADER */

.header-top {
    position: relative;
    height: 60px;
}

.logo-left {
    position: absolute;
    left: 0;
    height: 50px;
}

.logo-right {
    position: absolute;
    right: 0;
    height: 50px;
}

.header-title {
    text-align: center;
    margin-top: 10px;
}

/* STUDENT */

.student-meta {
    margin-top: 20px;
}

/* BLOCKS */

.block {
    margin-top: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;

    page-break-inside: avoid;
}

.block-header {
    display: flex;
    justify-content: space-between;
    font-weight: bold;

    page-break-after: avoid;
}

.block-summary {
    margin: 5px 0 10px 0;
    font-style: italic;
}

/* CATEGORY */

.category {
    margin-top: 10px;
}

.category-title {
    font-weight: bold;
}

/* COMMENT */

.comment {
    margin-top: 10px;
}

/* FINAL */

.final-block {
    margin-top: 20px;
}

.final-header {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    font-size: 13px;
}

.component {
    display: flex;
    justify-content: space-between;
    font-size: 10px;
}

/* PAGE CONTROL */

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