
.news-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
    min-height: 330px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 20px;
    background: -webkit-gradient(linear, left top, right top, from(#000), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(90deg, #000, rgba(0, 0, 0, 0));
    color: #ffffff;
}

@media print, screen and (min-width: 40em) {
    .news-slide {
        padding: 30px;
        min-height: 400px;
    }
}

@media print, screen and (min-width: 64em) {
    .news-slide {
        padding: 30px 70px;
        min-height: 500px;
        border-radius: 8px;
    }
}

.news-slide__img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.news-slide__img > img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.news-slide__data {
    width: 100%;
    max-width: 90%;
}

@media print, screen and (min-width: 40em) {
    .news-slide__data {
        max-width: 75%;
    }
}

@media print, screen and (min-width: 64em) {
    .news-slide__data {
        max-width: 50%;
    }
}

.news-slide__top {
    padding-bottom: 24px;
}

@media print, screen and (min-width: 64em) {
    .news-slide__top {
        margin-bottom: 24px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
}

.news-slide__date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    color: #ACACB5;
    margin-bottom: 10px;
}

.news-slide__date svg {
    fill: #ACACB5;
    margin-right: 6px;
    position: relative;
    top: 1px;
    width: 12px;
    height: 12px;
}

.news-slide__title {
    font-size: 24px;
    text-transform: none;
    margin-bottom: 8px;
    font-style: normal;
    color: #ffffff;
}

@media print, screen and (min-width: 40em) {
    .news-slide__title {
        font-size: 32px;
    }
}

.news-slide__text {
    color: #ACACB5;
}

.news-slide__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.news-slide__author, .bgs-card__author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
    color: #ACACB5;
    font-size: 12px;
}

.news-slide__author-photo {
    border-radius: 100%;
    margin-right: 8px;
    width: 60px;
    min-width: 60px;
    height: 60px;
    display: block;
}

.news-slide__author-photo img {
    border-radius: 100%;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.news-slide__more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    font-weight: 600;
    text-align: right;
    font-size: 14px;
    -webkit-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
    margin-right: 5px;
    -webkit-transition: color .2s;
    transition: color .2s;
}

.news-slide__more span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 8px;
    height: 46px;
    width: 34px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(29, 185, 84, 0);
    -webkit-transition: background-color .2s, border-color .2s;
    transition: background-color .2s, border-color .2s;
}

.news-slide__more span svg {
    fill: #1DB954;
    -webkit-transition: fill .2s;
    transition: fill .2s;
}

@media screen and (min-width: 992px) {
    .news-slide__more:hover {
        color: #ffffff;
    }

    .news-slide__more:hover span {
        background-color: #1DB954;
        border-color: #1DB954;
    }

    .news-slide__more:hover span svg {
        fill: #ffffff;
    }
}


.betting-guides-small .section-head__st-1 {
    padding-top: 40px;
    border-top: 2px solid rgba(151, 151, 178, 0.1);
}

.news-slide__author-name {
    color: #ACACB5 !important;
}


@media print, screen and (max-width: 39.99875em) {
    .bgs-card-grid .cell:not(:first-child) .bgs-card {
        padding-top: 24px;
        border-top: 2px solid rgba(151, 151, 178, 0.1);
    }

    .news-slide__author-photo {
        width: 40px;
        min-width: 40px;
        height: 40px;
    }
}

.bgs-card {
    margin-bottom: 24px;
}

@media print, screen and (min-width: 64em) {
    .bgs-card {
        margin-bottom: 36px;
    }
    .news-slide__author-photo {
        width: 40px;
        min-width: 40px;
        height: 40px;
    }
}

.bgs-card__top {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 12px;
}

.bgs-card__top img {
    border-radius: 8px;
    position: relative;
}

.bgs-card__top .bgs-card__tag {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #F6F7F9;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    color: #9797B2;
    padding: 4px 10px 2px;
    width: max-content;
    max-width: calc(100% - 80px);
}

.bgs-card__top .bgs-card__tag .icon {
    display: block;
    position: absolute;
    top: 0;
    fill: #F6F7F9;
}

.bgs-card__top .bgs-card__tag .icon.news-tag-l {
    right: 100%;
    -webkit-transform: translateX(1px);
    -ms-transform: translateX(1px);
    transform: translateX(1px);
}

.bgs-card__top .bgs-card__tag .icon.news-tag-r {
    left: 100%;
    -webkit-transform: translateX(-1px);
    -ms-transform: translateX(-1px);
    transform: translateX(-1px);
}

.bgs-card__title {
    font-size: 16px;
    text-transform: none;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 12px;
    position: relative;
    overflow: hidden;
    line-height: 1.4rem;
    height: 2.8rem;
}

.bgs-card__title:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 1.4rem;
    width: 30%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(246, 247, 249, 0)), color-stop(#f6f7f9), to(#F6F7F9));
    background: linear-gradient(to right, rgba(246, 247, 249, 0), #f6f7f9, #F6F7F9);
}

.bgs-card__title a {
    color: #2D2C4E;
    -webkit-transition: color .2s;
    transition: color .2s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

@media screen and (min-width: 992px) {
    .bgs-card__title:hover a {
        color: #1DB954;
    }
}

.bgs-card__text {
    font-size: 14px;
    margin-bottom: 12px;
    line-height: 1.4em;
    position: relative;
    overflow: hidden;
    height: 4.2em;
}

.bgs-card__text:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 1.4em;
    width: 30%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(246, 247, 249, 0)), color-stop(#f6f7f9), to(#F6F7F9));
    background: linear-gradient(to right, rgba(246, 247, 249, 0), #f6f7f9, #F6F7F9);
}

.bgs-card__meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    color: #9797B2;
}

.bgs-card__meta-date {
    margin-left: 0;
}

.bgs-card__meta-author {
    margin-left: 5px;
}

.bgs-card__meta-author a {
    color: #9797B2;
}

@media screen and (min-width: 992px) {
    .bgs-card__meta-author a:hover {
        text-decoration: underline;
    }
}

.section-head__st-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
}

.section-head__st-1 > * {
    margin-bottom: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.section-head__st-1 .section-title, .section-head__st-1 .lined-section-title {
    padding-right: 20px;
    margin-right: auto;
    -webkit-box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
}

.section-head__st-1 .button-mobile-large {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
}
