.author-hero {
    padding-top: 120px;
    padding-top: 120px;
    padding-bottom: 80px;
    position: relative;
    background: linear-gradient(0deg, #760ec0 -20%, rgba(0, 0, 0, 0) 80%);
}
@media (max-width: 1352px) {
    .author-hero {
        padding-top: calc(90px + 30 * ((100vw - 360px) / 992));
    }
}
@media (max-width: 1352px) {
    .author-hero {
        padding-bottom: calc(60px + 20 * ((100vw - 360px) / 992));
    }
}
.author-hero .breadcrumbs {
    margin: 0 auto;
    max-width: 1090px;
}
@media (max-width: 1024px) {
    .author-hero .breadcrumbs {
        padding: 0 16px;
    }
}

/* START - Background images */

.author-hero__background {
    position: absolute;
    inset: 0; /* top, right, bottom, left = 0 */
    z-index: -1;
    pointer-events: none;
}

.author-hero__background::before,
.author-hero__background::after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    opacity: 0.2;
}

.author-hero__background::before {
    background-image: url("../img/c19-casino-page-01.webp");
    right: 0;
    bottom: 0;
    width: 320px;
    height: 498px;
    opacity: 0.2;
}

.author-hero__background::after {
    background-image: url("../img/c19-casino-page-02.webp");
    left: 0;
    bottom: 0;
    width: 194px;
    height: 254px;
    opacity: 0.5;
}

@media (max-width: 992px) {
    .author-hero__background::before {
        top: 50px;
        bottom: auto;
        max-width: 60%;
        opacity: 0.1;
    }

    .author-hero__background::after {
        display: none;
    }
}

/* END - Background images */

.author-hero__body {
    position: relative;
    max-width: 1090px;
    margin: 40px auto 0 auto;
}
@media (max-width: 992px) {
    .author-hero__body {
        margin: 20px auto 0 auto;
    }
}
.author-hero__title {
    color: #e7eaee;
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -1.6px;
}
@media (max-width: 1352px) {
    .author-hero__title {
        font-size: calc(26px + 2 * ((100vw - 360px) / 992));
    }
}
.author-hero__content {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    column-gap: 18px;
    margin-top: 22px;
}
@media (max-width: 767px) {
    .author-hero__content {
        flex-direction: column;
        column-gap: 0;
        row-gap: 40px;
    }
}
@media (max-width: 767px) {
    .author-hero__avatar {
        width: fit-content;
        margin: 0 auto;
    }
}
.author-hero__avatar img {
    width: 244px;
    height: 244px;
    max-width: 100% !important;
    min-width: 244px;
    object-fit: cover;
    border-radius: 16px;
}
.author-hero__author {
    grid-column-start: 2;
    grid-row-start: 1;
    background-color: #0f1113;
    padding: 12px;
    display: flex;
    align-items: center;
    column-gap: 8px;
    border-radius: 16px;
}
@media (max-width: 767px) {
    .author-hero__author {
        order: 1;
    }
}
.author-hero__col-02 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 16px;
}
.author-hero__bottom {
    display: flex;
    align-items: stretch;
    gap: 12px;
    flex-wrap: wrap;
}
.author-hero__bottom .col {
    background-color: #151719;
    border-radius: 16px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    column-gap: 4px;
    height: 54px;
}
.author-hero__bottom .col .count {
    color: #e7eaee;
    font-size: 14px;
    font-weight: 700;
}
.author-hero__bottom .col .text {
    color: #e7eaee;
    font-size: 14px;
}
.author-hero__bottom .col .icon {
    margin-right: 12px;
}
.author-hero__bottom .col .social {
    display: flex;
    align-items: center;
    column-gap: 8px;
}
.author-main {
    padding-top: 80px;
    padding-bottom: 120px;
}
@media (max-width: 1352px) {
    .author-main {
        padding-top: calc(60px + 20 * ((100vw - 360px) / 992));
    }
}
@media (max-width: 1352px) {
    .author-main {
        padding-bottom: calc(70px + 50 * ((100vw - 360px) / 992));
    }
}
.author-main__items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 34px;
}
.author-main__item {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    height: 100%;
    background-color: #1b1d21;
}
.author-main__poster img {
    border-radius: 16px 16px 0 0;
    width: 100%;
    object-fit: cover;
    height: 180px;
}
.author-main__title {
    color: #e7eaee;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -1.2px;
    padding: 12px 12px 0 12px;
}
.author-main__desc {
    color: #e7eaee;
    padding: 12px 12px 0 12px;
    margin-bottom: 24px;
}
.author-main__bottom {
    margin-top: auto;
    display: flex;
    align-items: center;
    padding: 0 12px 12px 12px;
}
.author-main__date .date {
    color: #4b505a;
    font-size: 14px;
    line-height: 120%;
    padding-right: 8px;
    margin-right: 8px;
    border-right: 1px solid #23262c;
}
.author-main__time {
    color: #4b505a;
    font-size: 14px;
    line-height: 120%;
    padding-right: 8px;
}
.author-main__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 375px;
    border: 1px solid #7113ff;
    border-radius: 12px;
    padding: 16px 17px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}
.author-main__link span {
    color: #9c0cff;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    transition: all 0.3s ease 0s;
}
