.ck-powered-by {
    display: none;
}

.br-0 {
    border-radius: 0;
}

.layout-horizontal .header-top {
    padding: 2rem .4rem;
}

.user-dropdown-name {
    font-size: 1rem;
    margin-top: 0;
    font-weight: 700;
    line-height: 1.2;
    color: #25396f;
}

.rte {
    h1, h2, h3, h4, h5, h6 {
        margin-bottom: 1rem;
    }

    p {
        line-height: 2.25rem;
        font-size: 1.125rem;
        margin-bottom: 1.5rem;
    }

    p:has(+ ul) {
        margin-bottom: 0.5em;
    }

    ul, ol {
        font-size: 1.125rem;
        margin-bottom: 1.5rem
    }

    li {
        line-height: 2.25rem;
        margin-bottom: 1rem;
    }

    hr {
        margin: 3rem 0;
    }

    .summary {
        margin-bottom: 2rem;
        li {
            margin-bottom: 0.75rem;
        }
    }
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Space Grotesk", sans-serif;
}

.password-validation-list {
    font-size: 0.8rem !important;
    li {
        line-height: 0.25rem;
    }
}
