/* ========== CONTENT PAGES ========== */
body.content-page {
    background-color: var(--md-sys-color-surface-container-low);
}

.content-container {
    padding: 2rem 1.5rem;
}

.login-container {
    padding: 5rem 2.2rem;
    justify-content: center;
    align-items: center;
}

.content-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    max-width: 900px;
    margin: 0 auto 1.5rem auto;
}

.content-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--md-sys-color-primary);
    margin: 0;
}

.content-subtitle {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--md-sys-color-on-surface);
    margin: 1.5rem 0 0.5rem 0;
}

.content-date {
    font-size: 0.9rem;
    color: var(--md-sys-color-on-surface-variant);
    margin: 0.25rem 0 0.5rem 0;
}

.create-explainer {
    font-size: 0.875rem;
    line-height: 1.5;
    color: var(--md-sys-color-on-surface-variant);
    margin: 1rem 0 0 0;
}

.content-body {
    font-size: 1.1rem;
    line-height: 1.7;
    max-width: 900px;
    margin: 0 auto;
}

.content-body p {
    margin-bottom: 1.5rem;
}

.page-container .content-body p {
    font-size: 0.875rem;
    line-height: 1.6;
}