@page {
    size: A4 portrait;
    margin: 8mm;
}

body {
    margin: 0 !important;
}

.tsv-tc {
    position: static !important;
    width: 100% !important;
    font-size: 13px !important;
}

.tsv-tc__intro {
    padding: 14px 18px !important;
}

.tsv-tc__intro h2 {
    margin: 2px 0 0 !important;
    font-size: 26px !important;
}

.tsv-tc__kicker {
    font-size: 10px !important;
}

.tsv-tc__form {
    padding: 15px 18px !important;
}

.tsv-tc__step h3 {
    margin: 0 0 12px !important;
    font-size: 23px !important;
}

.tsv-tc__result-head {
    padding: 12px 14px !important;
}

.tsv-tc__result-head > div > span {
    font-size: 32px !important;
}

.tsv-tc__result-head h4 {
    font-size: 20px !important;
}

.tsv-tc__result-head > strong,
.tsv-tc__rating b {
    padding: 5px 9px !important;
    font-size: 11px !important;
}

.tsv-tc__numbers {
    gap: 7px !important;
    margin: 11px 0 !important;
}

.tsv-tc__numbers > div {
    padding: 10px !important;
}

.tsv-tc__numbers b {
    margin-top: 2px !important;
    font-size: 16px !important;
}

.tsv-tc__reserve {
    margin: 9px 0 !important;
    padding: 9px 11px !important;
}

.tsv-tc__reserve + p {
    margin: 9px 0 !important;
}

.tsv-tc__ratings {
    margin: 10px 0 !important;
}

.tsv-tc__rating {
    padding: 7px 2px !important;
}

.tsv-tc__ratings + h4 {
    margin: 12px 0 5px !important;
    font-size: 19px !important;
}

.tsv-tc__notes {
    margin: 4px 0 9px !important;
}

.tsv-tc__notes li {
    margin: 3px 0 !important;
}

.tsv-tc__disclaimer {
    margin: 8px 0 0 !important;
    padding-top: 8px !important;
    font-size: 10px !important;
}

.tsv-tc__result-head,
.tsv-tc__numbers,
.tsv-tc__reserve,
.tsv-tc__ratings,
.tsv-tc__notes,
.tsv-tc__disclaimer {
    break-inside: avoid;
    page-break-inside: avoid;
}

/* Umfangreiche Auswertungen werden automatisch etwas kompakter gedruckt. */
.tsv-tc.has-long-result {
    font-size: 11px !important;
}

.tsv-tc.has-long-result .tsv-tc__intro {
    padding: 9px 16px !important;
}

.tsv-tc.has-long-result .tsv-tc__intro h2 {
    font-size: 22px !important;
}

.tsv-tc.has-long-result .tsv-tc__form {
    padding: 9px 16px !important;
}

.tsv-tc.has-long-result .tsv-tc__step h3 {
    margin-bottom: 8px !important;
    font-size: 19px !important;
}

.tsv-tc.has-long-result .tsv-tc__result-head {
    padding: 8px 11px !important;
}

.tsv-tc.has-long-result .tsv-tc__result-head > div > span {
    font-size: 27px !important;
}

.tsv-tc.has-long-result .tsv-tc__result-head h4 {
    font-size: 18px !important;
}

.tsv-tc.has-long-result .tsv-tc__numbers {
    margin: 7px 0 !important;
}

.tsv-tc.has-long-result .tsv-tc__numbers > div {
    padding: 7px !important;
}

.tsv-tc.has-long-result .tsv-tc__numbers b {
    font-size: 14px !important;
}

.tsv-tc.has-long-result .tsv-tc__reserve,
.tsv-tc.has-long-result .tsv-tc__reserve + p,
.tsv-tc.has-long-result .tsv-tc__ratings {
    margin: 6px 0 !important;
}

.tsv-tc.has-long-result .tsv-tc__reserve {
    padding: 6px 9px !important;
}

.tsv-tc.has-long-result .tsv-tc__rating {
    padding: 4px 2px !important;
}

.tsv-tc.has-long-result .tsv-tc__ratings + h4 {
    margin: 7px 0 3px !important;
    font-size: 16px !important;
}

.tsv-tc.has-long-result .tsv-tc__notes {
    margin: 2px 0 5px !important;
}

.tsv-tc.has-long-result .tsv-tc__notes li {
    margin: 1px 0 !important;
}

.tsv-tc.has-long-result .tsv-tc__disclaimer {
    margin-top: 4px !important;
    padding-top: 4px !important;
    font-size: 9px !important;
}
