.document-parts {
    padding-top: 4px;
    font-size: 18px;
    line-height: 1.39em;
}

.disabled-btn {
    font-size: 20px;
    line-height: 1.3em;
    padding: 18px 30px;
    font-weight: 500;
    font-family: "DM Sans", sans-serif;
    border-radius: 3px;
    width: fit-content;
    position: relative;
    z-index: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-flex;
    text-align: center;
    overflow: hidden;
}

#privacyStatement h1 {
    font-size: 1.75rem;
    letter-spacing: normal;
    margin-top: 20px;
}

#privacyStatement h2 {
    font-size: 1.75rem;
    letter-spacing: normal;
    margin-top: 20px;
}

#privacyStatement a {
    color: #142D6F;
}

#privacyStatement details {
    margin-top: 20px;
}

.error {
    color: #ff0000;
    font-weight: bold;
}

.privacy-cb {
    width: auto;
    height: auto;
}