.pbk-widget-container-4905835a {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
    overflow: hidden;
    font-family: 'Plus Jakarta Sans', sans-serif;
    width: 100%;
}

.pbk-sport-select-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 100%;
}

/* Dropdown styling */
.pbk-sport-select {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #111827;
    background: transparent;
    border: none;
    border-right: 1px solid #e5e7eb;
    padding: 18px 32px 18px 16px;
    height: 100%;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 100px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    outline: none;
}

/* Inline SVG chevron */
.pbk-sport-select-wrap::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 6px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23111827' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
}

.pbk-league-scroll {
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow-x: auto;
    flex: 1;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.pbk-league-scroll::-webkit-scrollbar {
    display: none;
}

.pbk-game-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 18px 24px;
    border-right: 1px solid #e5e7eb;
    flex-shrink: 0;
}

.pbk-logo {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.pbk-abbr {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #111827;
}

.pbk-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    min-width: 80px;
    text-align: center;
}

.pbk-time {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    color: #374151;
    font-weight: 600;
}

.pbk-date {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13px;
    color: #9ca3af;
}

.pbk-live-badge {
    background: #ef4444;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 99px;
}

.pbk-final-label {
    font-size: 10px;
    font-weight: 700;
    color: #6b7280;
    text-transform: uppercase;
}

.pbk-score {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #111827;
}
