    .section {
        margin-bottom: 40px;
    }

    .section-title {
        font-size: 18px;
        color: var(--fanduel-blue);
        margin-bottom: 15px;
        padding-bottom: 8px;
        border-bottom: 2px solid var(--fanduel-light-gray);
    }

    .edge-to-edge-image {
        width: 100vw;
        margin-left: calc(-50vw + 50%);
        display: block;
    }

    .roster-divider {
        margin: 20px 0;
        padding: 10px 0;
        border-top: 2px solid var(--fanduel-light-gray);
        border-bottom: 2px solid var(--fanduel-light-gray);
        text-align: center;
        color: var(--text-secondary);
        font-weight: 600;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

