/* Legal and dynamic CMS pages. */
/* === LEGAL & DYNAMIC PAGES === */
.content-wrapper--legal {
    line-height: 1.8;
    color: var(--color-text-main);
    font-size: 1.1rem;
    position: relative;
    z-index: 1;
}

.content-wrapper--legal h2 {
    color: var(--color-primary);
    font-size: 1.5rem;
    margin-top: 3.5rem;
    margin-bottom: 1.5rem;
    padding-left: 1.25rem;
    border-left: 4px solid var(--color-accent);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 800;
}

.content-wrapper--legal h2:first-of-type {
    margin-top: 1rem;
}

.content-wrapper--legal h3 {
    color: var(--color-primary);
    font-size: 1.25rem;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.content-wrapper--legal h4 {
    color: var(--color-accent);
    font-size: 1.1rem;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    font-weight: 700;
}

.content-wrapper--legal p {
    margin-bottom: 1.5rem;
    color: oklch(0.4 0.037 257.281); /* Slate 600 */
}

.content-wrapper--legal ul {
    margin-bottom: 2.5rem;
    padding-left: 1.5rem;
    list-style: none;
}

.content-wrapper--legal li {
    margin-bottom: 1rem;
    position: relative;
    padding-left: 1.5rem;
}

.content-wrapper--legal li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: var(--color-accent);
    font-weight: 800;
}

.content-wrapper--legal strong {
    color: var(--color-primary);
}

