    .about-container {
        max-width: 900px;
        margin: 0 auto;
        line-height: 1.6;
    }

    .about-header {
        margin-bottom: 24px;
    }

    .about-header h1 {
        font-size: 1.6em;
        margin-bottom: 8px;
        color: var(--text-primary);
    }

    .about-header p {
        font-size: 0.95em;
        color: #a8b3c1;
    }

    .section {
        background: var(--fanduel-gray);
        border: 1px solid var(--fanduel-light-gray);
        border-radius: 8px;
        padding: 20px 16px;
        margin-bottom: 20px;
    }

    .section h2 {
        font-size: 1.3em;
        margin-bottom: 14px;
        color: var(--fanduel-blue);
        border-bottom: 2px solid var(--fanduel-light-gray);
        padding-bottom: 8px;
    }

    .section h3 {
        font-size: 1.1em;
        margin: 16px 0 10px 0;
        color: var(--text-primary);
    }

    .section p {
        color: #a8b3c1;
        margin-bottom: 12px;
        font-size: 0.95em;
    }

    .section ul {
        margin: 12px 0 12px 20px;
        color: #a8b3c1;
    }

    .section li {
        margin-bottom: 10px;
        font-size: 0.95em;
    }

    .highlight {
        color: var(--text-primary);
        font-weight: 500;
    }

    .visual-example {
        margin: 20px 0;
        width: 100%;
    }

    .visual-example img {
        width: 100%;
        height: auto;
        display: block;
    }

    .visual-example p {
        text-align: center;
        font-size: 0.85em;
        color: #a8b3c1;
        font-style: italic;
        margin-top: 8px;
    }

    .lock-notice {
        background: rgba(20, 147, 255, 0.1);
        border-left: 4px solid var(--fanduel-blue);
        padding: 16px;
        margin-top: 20px;
        border-radius: 4px;
    }

    .lock-notice p {
        color: var(--text-primary);
        margin: 0;
        font-size: 0.95em;
    }
