.nw-series-sec-schedule-container {
    width: 100%;
    background: #ffffff;
    padding: 15px 0 0;
}

/* Table Container with Flex */
.nw-series-sec-table-container {
    display: flex;
    flex-direction: column;
}

.nw-series-sec-table-header,
.nw-series-sec-table-row a {
    display: flex;
    color: #333;
    align-items: center;
    padding: 12px 5px;
    border-bottom: 1px solid #ddd;
}

.nw-series-sec-block a:hover {
    background-color: #f2f4f7;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
}

.nw-series-sec-block a .nw-series-sec-series-name:hover{
    color: #00B6FF;
    transition: ease-in-out 0.3s;
}

.nw-series-sec-table-header {
    background: #3F980D;
    color: #fff;
    font-weight: bold;
}

.nw-series-sec-table-header div,
.nw-series-sec-table-row a div {
    flex: 1;
    text-align: center;
    font-weight: 600;
}

.nw-series-sec-month-title {
    font-weight: bold;
    color: #000;
    background: #EEF7FF;
    padding: 12px;
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
    width: 100%;
}

.nw-series-sec-series {
    background: #f9f9f9;
    padding: 12px;
    margin-bottom: 5px;
    border-radius: 5px;
    transition: background 0.3s ease-in-out;
}

.nw-series-sec-series:hover {
    background: #e3f2fd;
}

.sw-ani-live-score-main{
    display: flex;
    gap: 300px;
}