﻿/* section title styling */
#centerFullWidthPanel .club-competition.club-details .container .row .section-name,
#centerFullWidthPanel .club-competition.club-details .container .row.div-result .col-12.p-0 .section-subtitle-container {
    flex: 0 0 83.33333% !important;
    max-width: 83.33333% !important;
    margin-left: 8.33333% !important;
}

#centerFullWidthPanel .club-competition.club-details .container .row .section-name {
    font-size: 30px;
    color: var(--primary-red);
    font-weight: 600;
}

/* table section styling */
.section-subtitle {
    color: var(--secondary-red);
    font-size: 22px;
    line-height: 27px;
    padding-left: 18px;
}

.section-subtitle2 {
    color: var(--primary-red);
    font-size: 14px;
    line-height: 21px;
}

.section-subtitle-container {
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgb(173, 32, 47, 0.3);
    border-bottom-left-radius: var(--border-radius-xxxl);
    border-bottom-right-radius: var(--border-radius-xxxl);
}

    /* collapsible, expandable (i.e., '-' & '+' icon buttons) */
    .section-subtitle-container .float-right.clickable {
        color: var(--primary-red);
        background-color: var(--primary-white);
        padding: 2px 30px 2px 30px;
        border-radius: var(--border-radius-pill);
        margin-right: 18px;
        cursor: pointer;
    }
/* --- */

/* table styling */
/* table header styling */
.table-clubfixtures .table__header {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.table__header {
    display: flex;
    align-items: center;
    letter-spacing: 0.01em;
    color: var(--secondary-white);
    font-size: 1.4rem;
    padding-bottom: 1.6rem;
}

.table__header {
    padding-top: 1.6rem;
    background-color: var(--secondary-red);
    border-radius: var(--border-radius-pill);
}

._l-flex, .l_flex {
    display: flex;
    align-items: center;
    flex: 1;
}

.u_justify-between {
    justify-content: space-between;
}

.table.table-clubfixtures .row-container .table__header ._l-flex.u_justify-between ._l-left-col .table-text {
    color: var(--secondary-white);
}

/* table details styling */
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: var(--primary-red);
}

.table-clubfixtures {
    border-bottom: none !important;
    margin-bottom: 40px;
}

    .table-clubfixtures .table__header {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .table-clubfixtures ._l-left-col {
        display: flex;
        align-items: center;
        flex: 1;
    }

    .table-clubfixtures .table-text {
        padding-left: .8rem;
        padding-right: .8rem;
    }

@media (min-width: 992px) {
    .table-clubfixtures .table-text {
        min-width: 200px;
    }

        .table-clubfixtures .table-text.narrow {
            min-width: 200px;
        }

        .table-clubfixtures .table-text.wide {
            min-width: 460px;
        }
}

/* table alternating row colour */
.table-clubfixtures .row-container:nth-child(even) {
    background-color: rgb(173, 32, 47, 0.1);
}
/* --- */

.table__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: .9rem;
    padding-bottom: .9rem;
}

    .table__row:before {
        content: '';
        display: block;
        height: 50px;
        width: 1px;
        margin-left: -1px;
    }

.table-clubfixtures .table__row {
    padding-top: .4rem;
    padding-bottom: .4rem;
}

.table-clubfixtures .col-cta {
    text-align: right;
    padding-right: 30px;
}

.table-clubfixtures .col-date {
    padding-left: 31px;
}

.table-clubfixtures .btn-sm {
    color: var(--secondary-white);
    font-size: 14px !important;
    font-weight: 500;
    padding: 9px 16px;
    box-shadow: none !important;
}

.table.table-clubfixtures .table__row.table__row--leaderboard {
    border-bottom: 1px solid rgb(173, 32, 47, 0.3);
}

    .table.table-clubfixtures .table__row.table__row--leaderboard a.btn-viewdetails:hover,
    .table.table-clubfixtures .table__row.table__row--leaderboard a.btn-viewdetails:focus,
    .table.table-clubfixtures .table__row.table__row--leaderboard a.btn-viewdetails:active {
        color: var(--secondary-white);
        background-color: var(--secondary-red);
    }

.table.table-clubfixtures .row-container .table__row_more {
    background-color: var(--secondary-white) !important;
}

    .table.table-clubfixtures .row-container .table__row_more .row {
        margin: 5px 20px 30px 20px;
        border-bottom: 1px solid rgb(173, 32, 47, 0.3);
        border-bottom-left-radius: var(--border-radius-xxxl);
        border-bottom-right-radius: var(--border-radius-xxxl);
        padding-bottom: 20px;
    }

        .table.table-clubfixtures .row-container .table__row_more .row > div {
            padding-left: 25px;
        }
