.pgt-f82802a9-container {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0;
    margin: 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.pgt-f82802a9-container::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
}

.pgt-f82802a9-track {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: max-content;
}

.pgt-f82802a9-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 320px;
    padding: 18px 24px;
    box-sizing: border-box;
    flex-shrink: 0;
}

.pgt-f82802a9-card:not(:last-child) {
    border-right: 1px solid #e5e7eb;
}

.pgt-f82802a9-team {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pgt-f82802a9-logo {
    width: 40px;
    height: 40px;
    object-fit: contain;
    flex-shrink: 0;
}

.pgt-f82802a9-logo-placeholder {
    width: 40px;
    height: 40px;
    background-color: #e5e7eb;
    border-radius: 50%;
    flex-shrink: 0;
}

.pgt-f82802a9-team-abbr {
    font-size: 18px;
    font-weight: 600;
    color: #111827;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.pgt-f82802a9-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 12px;
    flex-grow: 1;
}

.pgt-f82802a9-center-info,
.pgt-f82802a9-score {
    font-size: 14px;
    font-weight: 600;
    color: #374151;
    line-height: 1.2;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.pgt-f82802a9-status-detail {
    font-size: 13px;
    color: #6b7280;
    text-transform: uppercase;
    margin-top: 2px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.pgt-f82802a9-live-badge {
    background-color: #ef4444;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 99px;
    margin-bottom: 2px;
    display: inline-block;
    line-height: 1;
    font-family: 'Plus Jakarta Sans', sans-serif;
}
