.coe-markdown .grid-container {
    padding: 5rem 20rem;
    font-family: "VWHeadWeb-Bold", Arial, sans-serif;
    font-weight: normal;
}

.documentation {
    margin-top: 3rem;
    font-size: 1.6rem;
    line-height: 3rem;
}

.documentation a {
    color: #0099da;
}

.notification {
    margin-top: 4rem;
    font-size: 1.6rem;
    line-height: 3rem;
    text-align: center;
    color: #0099da;
}

.screenshot {
    margin-top: 3rem;
    text-align: center;
}

.screenshot .coe-image img {
    max-width: 100% !important;
}

@media print {
    .coe-markdown {
        display: block;
        page-break-inside: avoid;
        break-inside: avoid;
        -webkit-column-break-inside: avoid;
    }
}
