<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background: #EAEAEA;
    margin-top: 20px;
    margin-left: -17px;
}

.title {
    color: #333333;
    /* Website Desktop/Heading/H4 Bold */
    font-family: 'ArialRoundedMTforSE_Latin', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 136.364% */
}

.sub-title {
    color: #333333;
    font-family: 'ArialRoundedMTforSE_Latin', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 137.5% */
    display: block;
}

.container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background: #EAEAEA;
}

@media (max-width: 45.5625em) {
    .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        padding: 15px;
        margin-top: 10px !important;
        margin-left: 0px !important;
        background: #EAEAEA;
    }
    .cs-button {
        width: -webkit-fill-available;
    }
}

.ddc-wc-documentCategories-container {
 /*    margin-left: -36px;
    margin-top: -24px; */
    min-height: 300px !important;
}

@media(max-width:46em) {
    .ddc-wc-documentCategories-container {
        min-height: 300px !important;
    }
}</pre></body></html>