﻿.two-col {
    column-width: 24em;
    column-count: 2;
    column-gap: 4em;
    text-align: justify;
    font-size: 90%;
}

h2:has(+ *),
h3:has(+ *),
h4:has(+ *),
h5:has(+ *),
h6:has(+ *) {
    break-after: avoid;
}

h2, h3, h4, h5, h6 {
    break-inside: avoid;
    margin-top: 0;
}

h1 {
    margin-bottom: 2em;
}

p {
    break-before: avoid;
    orphans: 2;
    widows: 2;
}

.language-note {
    font-style: italic;
    margin-bottom: 3em;
}

    .language-note p {
        position: relative;
        padding-left: 1.5em;
        text-indent: -1.5em;
        font-style: italic;
        margin: 0;
    }

        .language-note p::before {
            content: "⚠";
            font-style: normal;
            margin-right: 0.5em;
            pointer-events: none;
        }

.privacy-policy-content h1 {
    display: none;
}

.last-updated {
    margin-top: 4em;
    font-style: italic;
}
