.rha-lig-widget {
    background: #111;
    color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
.rha-lig-widget__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #e30613;
    padding: 10px 14px;
}
.rha-lig-widget__league {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.02em;
}
.rha-lig-widget__ball {
    opacity: 0.9;
}
.rha-lig-widget__tabs {
    display: flex;
    background: #1b1b1b;
}
.rha-lig-tab {
    flex: 1;
    border: 0;
    background: transparent;
    color: #bbb;
    padding: 10px 8px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}
.rha-lig-tab.is-active {
    color: #fff;
    background: #222;
    box-shadow: inset 0 -2px 0 #e30613;
}
.rha-lig-pane {
    display: none;
    padding: 8px 0 10px;
}
.rha-lig-pane.is-active {
    display: block;
}
.rha-lig-table-head,
.rha-lig-row {
    display: grid;
    grid-template-columns: 1fr 36px 36px;
    gap: 6px;
    align-items: center;
    padding: 6px 14px;
    font-size: 12px;
}
.rha-lig-table-head {
    color: #999;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 11px;
}
.rha-lig-table-body {
    max-height: 280px;
    overflow-y: auto;
}
.rha-lig-row {
    border-top: 1px solid #2a2a2a;
    color: #eee;
}
.rha-lig-row.is-highlight {
    background: rgba(227, 6, 19, 0.18);
    color: #fff;
    font-weight: 700;
}
.rha-lig-col--o,
.rha-lig-col--p {
    text-align: center;
}
.rha-lig-fixture {
    padding: 10px 14px;
    border-top: 1px solid #2a2a2a;
}
.rha-lig-fixture:first-child {
    border-top: 0;
}
.rha-lig-fixture__date {
    color: #aaa;
    font-size: 11px;
    margin-bottom: 4px;
}
.rha-lig-fixture__match {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
}
.rha-lig-fixture__vs {
    color: #e30613;
    font-size: 11px;
    font-weight: 700;
}
.rha-lig-widget__note {
    display: block;
    padding: 0 14px 10px;
    color: #888;
    font-size: 10px;
}
