.about-page {
    padding: 12px;
    color: var(--txt);
}

.about-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 14px;
    max-width: 1000px;
    margin: 0 auto;
}

.about-title {
    margin: 0 0 8px;
    font-size: var(--fs-2xl);
    font-weight: 800;
    color: var(--txt);
    border-bottom: 1px solid var(--border);
    padding-bottom: 6px;
}

.about-body {
    line-height: 1.6;
}

.about-body h2 {
    margin-top: 14px;
    font-size: 1.15rem;
}

.about-body p {
    margin: 8px 0;
}

.about-updated {
    margin-top: 12px;
    font-size: .9rem;
    color: var(--txt-dim);
}

.about-empty {
    color: var(--txt-dim);
    font-style: italic;
}

.card-base h3 {
    text-align: left !important;
}