﻿#LegalDocumentContent > .InnerContent {
    max-width: 120em;
    margin: 0 auto;
    padding: 3em 2em 6em;
    box-sizing: border-box;
    flex: auto;
}

#LegalDocumentContent .T h1 {
    text-align: center;
    margin: 1em 0;
    font-weight: 800;
}

#LegalDocumentContent .C {
    padding: 3.4em;
    border-radius: 1.5em;
    max-width: 80em;
    margin: 0 auto;
    background-color: rgb(25 31 62);
}

    #LegalDocumentContent .C strong {
        font-weight: 900;
        color: var(--theme-color-light);
    }
