.section-heading {
    align-items: center;
}

.player-shell {
    padding: 16px;
}

.player-status-card {
    background: rgba(17, 24, 31, 0.92);
}

.loadscreen-commerce-slot {
    width: min(100%, 340px);
    margin-top: 14px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(14px);
}

.loadscreen-commerce-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.84rem;
    font-weight: 600;
}

.loadscreen-commerce-body {
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 14px;
    background: rgba(7, 11, 18, 0.52);
}

.loadscreen-commerce-frame {
    width: 100%;
    max-width: 300px;
    height: 250px;
    border: 0;
    background: transparent;
}

.promo-card {
    background: rgba(255, 255, 255, 0.025);
}

@media (max-width: 820px) {
    .section-heading {
        align-items: start;
    }

    .section-heading .hero-actions {
        width: 100%;
    }

    .section-heading .hero-actions .button-secondary,
    .section-heading .hero-actions .button-ghost {
        flex: 1 1 calc(50% - 6px);
        min-width: 0;
    }
}
