/* live-report-detail.css */

:root {
    --sp-report-border: 2px solid var(--sp-color);
}

#section-banners-group-1 {
    display: none;
}

.report__content-container {
    background-color: #1c1b21;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    /* border: var(--sp-report-border); */
}

@media screen and (min-width:992px) {
    .report__content-container {
        width: 66.67%;
    }
}

.report__navigation-wrapper {
    display: flex;
    border-bottom: var(--sp-report-border);
}

.report__navigation-item {
    flex: 0 0 50%;
    overflow: hidden;
    color: #fff;
    border: none;
    background: none;
    outline: none;
    text-transform: uppercase;
    padding: 0.5rem 0;
}

.report__navigation-item.--active {
    background-color: var(--sp-color);
    color: #1a1c23;
    font-weight: 600;
}

/* article__teaser */
.report__teaser {
    color: #c7c7c7;
    font-size: 1.25rem;
    font-weight: 500;
    margin: 0.75rem 0 0 0;
    letter-spacing: 0.5px;
}

.report__content-wrapper {
    padding: 12px 18px 18px 18px;
}

.report__title {
    color: #52a4ec;
    font-weight: 600;
    font-size: calc(1.325rem + .9vw);
}

.report__content-item {
    margin-top: 20px;
}

.report__banner {
    margin-top: 24px;
    background-color: var(--sp-color);
    color: #fff;
    padding: 5px 20px 5px 20px;
    border-radius: 20px;
    /* text-align: center; */
    font-weight: bold;
    overflow: hidden;
    width: 100%;
}

.report__data-group-1 {
    display: flex;
}

.report__data-item:last-child:before {
    margin: 0 4px 0 4px;
    content: '-';
}

@media screen and (min-width:576px) {
    .report__level-breaker {
        display: flex;
    }

    .report__data-group-2::before {
        margin: 0 4px 0 4px;
        content: '-';
    }

}

/* .report__level-breaker {
    width: 100%;
    word-break: break-all;
}

.report__data-item:not(:first-child)::before {
    margin: 0 4px 0 4px;
}

@media screen and (min-width:576px) {
    .report__level-breaker {
        display: flex;
    }

    .report__data-item:not(:first-child)::before {
        content: '-';
    }

} */

.report__post {
    margin-top: 24px;
}

.report__post-breadcrumbs {
    color: #68687b;
    display: flex;
}

.report__post-players-field::before {
    margin: 0 4px 0 4px;
    content: '/';
}

/* @media screen and (min-width:576px) {
    .report__post-breadcrumbs {
        display: flex;
    }

    .report__post-players-field::before {
        content: '/';
    }

} */

.report__post-title {
    font-size: 1.5rem;
    font-weight: 600;
}

.report__post-content {
    margin-top: 16px;
    color: #c2c2cc;
    /* font-size: 1.2rem; */
    font-size: 1.1rem;
    line-height: 1.6rem;
}

.report__post-image-wrapper {
    overflow: hidden;
    border-radius: 10px;
}

.report__post-image {
    width: 100%;
    height: 100%;
}

.report__post-image-grid-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* grid-auto-rows: 100px; */
    column-gap: 10px;
    /* row-gap: 1em; */
    row-gap: 0.5em;
}

.--image__box1 {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 3;
}

.--image__box2 {
    grid-column-start: 1;
    grid-row-start: 3;
    grid-row-end: 4;
}

.--small__image {
    /* aspect-ratio: 16/9; */
    aspect-ratio: 4/3;
}

.report__post-image-caption {
    color: #c2c2cc;
    font-size: 0.875rem;
    font-style: italic;
}

.report__tablink,
.report__item {
    transition: all .25s ease-out;
}
