/* Player props uses the established sports hub system; these rules only fit its content to those components. */
.player-props-product-hero .sports-hub-ball svg {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.6;
}

.player-props-product-hero .sportsbet-hero-copy {
    width: 100%;
    min-width: 0;
}

.player-props-sample .code-panel pre {
    max-height: 560px;
}

.player-props-catalog-heading {
    max-width: 760px;
    margin-bottom: 24px;
}

.player-props-catalog-heading h2,
.player-props-catalog-heading p {
    margin: 0;
}

.player-props-catalog-heading p {
    margin-top: 12px;
    color: var(--muted);
    font-size: 1.02rem;
    line-height: 1.65;
}

.player-props-sport-list {
    border-top: 1px solid var(--glass-border-muted);
}

.player-props-sport {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 20px;
    padding: 24px 0;
    border-bottom: 1px solid var(--glass-border-muted);
}

.player-props-sport-art {
    display: grid;
    min-height: 64px;
    margin: 0;
    align-self: start;
    padding-top: 4px;
    place-items: start center;
    color: var(--accent);
}

.player-props-sport-icon {
    display: block;
    width: 60px;
    height: 60px;
    background: currentColor;
    -webkit-mask: var(--sport-icon) center / contain no-repeat;
    mask: var(--sport-icon) center / contain no-repeat;
}

.player-props-sport-content {
    min-width: 0;
}

.player-props-sport-head {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 16px;
}

.player-props-sport-head h3,
.player-props-sport-head p {
    margin: 0;
}

.player-props-sport-head h3 {
    color: var(--text);
    font-size: var(--type-section-title-size);
    line-height: var(--type-section-title-line-height);
}

.player-props-sport-head p {
    max-width: 620px;
    margin-top: 4px;
    color: var(--muted);
    font-size: 0.94rem;
    line-height: 1.5;
}

.player-props-sport-head > span {
    flex: 0 0 auto;
    padding-top: 4px;
    color: var(--muted);
    font-family: var(--font-mono);
    font-size: 0.78rem;
    white-space: nowrap;
}

.player-props-market-list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0 12px;
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}

.player-props-market-list li {
    display: flex;
    min-width: 0;
    min-height: 32px;
    align-items: center;
    border-top: 1px solid var(--glass-border-muted);
}

.player-props-market-list code {
    min-width: 0;
    color: var(--text);
    font-size: 0.78rem;
    line-height: 1.3;
    overflow-wrap: anywhere;
}

.player-props-catalog-note {
    max-width: 820px;
    margin: 12px 0 0;
    color: var(--muted);
    font-size: 0.8rem;
    line-height: 1.4;
}

.player-props-catalog-section {
    padding-bottom: 32px;
}

.player-props-catalog-section + .sports-hub-path-section {
    padding-top: 48px;
}

.player-props-path-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.player-props-developer-proof .section-heading {
    max-width: 760px;
    margin: 0 auto 36px;
    text-align: center;
}

.player-props-developer-proof .us-ops-card .text-link {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    margin-top: auto;
}

@media (max-width: 1280px) {
    .player-props-market-list {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 1100px) {
    .player-props-market-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .player-props-sport {
        grid-template-columns: 76px minmax(0, 1fr);
        gap: 16px;
        padding: 24px 0;
    }

    .player-props-sport-art {
        min-height: 56px;
    }

    .player-props-sport-icon {
        width: 54px;
        height: 54px;
    }

    .player-props-market-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .player-props-path-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nba-player-props-section .nba-prop-node--threes {
        right: 8px;
    }

    .nba-player-props-section .nba-prop-node--pra code {
        transform: none;
    }
}

@media (max-width: 680px) {
    .player-props-product-hero .sportsbet-hero-copy h1,
    .player-props-product-hero .sportsbet-hero-intro,
    .player-props-product-hero .sportsbet-hero-links,
    .player-props-product-hero .hero-email-cta {
        width: 100%;
        min-width: 0;
    }

    .player-props-product-hero .sportsbet-hero-copy h1 {
        overflow-wrap: anywhere;
        text-wrap: balance;
    }

    .player-props-product-hero .sportsbet-hero-links {
        width: 100%;
        gap: 0 16px;
    }

    .player-props-product-hero .sports-hub-kicker {
        font-size: 0.72rem;
        letter-spacing: 0.1em;
        text-align: left;
    }

    .player-props-catalog-heading {
        margin-bottom: 24px;
    }

    .player-props-catalog-section {
        padding-bottom: 24px;
    }

    .player-props-catalog-section + .sports-hub-path-section {
        padding-top: 40px;
    }

    .player-props-sport {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 28px 0;
    }

    .player-props-sport-art {
        min-height: 0;
        padding-top: 0;
        place-items: start;
    }

    .player-props-sport-icon {
        width: 52px;
        height: 52px;
    }

    .player-props-sport-head {
        align-items: start;
        flex-direction: column;
        gap: 8px;
    }

    .player-props-sport-head > span {
        padding-top: 0;
    }

    .player-props-market-list {
        grid-template-columns: 1fr;
        margin-top: 16px;
    }

    .player-props-path-list {
        grid-template-columns: 1fr;
    }

    .player-props-sample .code-panel pre {
        max-height: 460px;
    }
}
