/*------------------------------------*\
    POLICY, LEGALS & 404
\*------------------------------------*/

#policy h3 {
    margin-top: .5rem;
}

#policy li {
    font-size: var(--base);
    font-weight: 400;
}

#policy span {
    font-weight: 700;
    color: var(--color-primary);
}

#policy table {
    width: 100%;
}

#policy th {
    text-align: left;
    line-height: 2;
}

.error404 h1 {
    font-size: var(--title-xl);
    color: var(--color-primary);
}

.error404 .breadcrumbs {
    display: none;
}

.error404 .edit {
    width: 100%;
}