.loco-games-advanced .section__title {
    margin-bottom: 16px
}

.loco-games-advanced__list {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3,1fr);
    margin-top: 20px
}

.loco-games-advanced__card {
    background: var(--card-bg);
    border-radius: 16px;
    color: var(--card-text);
    position: relative;
    -webkit-transition: -webkit-box-shadow .3s ease-in-out;
    transition: -webkit-box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
    width: 100%
}

.loco-games-advanced__card,.loco-games-advanced__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.loco-games-advanced__content {
    padding: 16px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.loco-games-advanced__content:not(:has(.loco-games-advanced__details)) .loco-games-advanced__buttons {
    padding-top: 16px
}

.loco-games-advanced__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    border-bottom: 1px solid var(--line-secondary);
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    gap: 4px;
    padding-bottom: 16px
}

.loco-games-advanced__img {
    border-radius: 16px 16px 0 0;
    height: 200px;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.loco-games-advanced__img img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.loco-games-advanced__category {
    color: var(--card-text-secondary);
    font-size: 14px;
    font-weight: 400;
    line-height: 150%
}

.loco-games-advanced__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 140%
}

.loco-games-advanced__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0,0,0,.5);
    border-radius: 16px 16px 0 0;
    gap: 4px;
    padding: 12px;
    position: absolute;
    width: 100%
}

.loco-games-advanced__tag {
    border-radius: 36px;
    color: var(--white);
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    padding: 4px 12px
}

.loco-games-advanced__tag_popular {
    background: var(--error-base)
}

.loco-games-advanced__tag_new {
    background: var(--success-darken-1)
}

.loco-games-advanced__tag_jackpot {
    background: var(--contrast-bg);
    color: var(--contrast-color)
}

.loco-games-advanced__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
    margin: 16px 0
}

.loco-games-advanced__detail {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%
}

.loco-games-advanced__detail:before {
    color: var(--contrast-bg);
    content: var(--check-icon);
    display: inline-block;
    font-family: latter-icons;
    font-size: 10px;
    line-height: 20px;
    margin-right: 8px;
    text-align: center;
    width: 20px;
    -ms-flex-negative: 0;
    border: none;
    border-radius: 50%;
    flex-shrink: 0;
    height: 20px
}

.loco-games-advanced__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    margin-top: auto
}

.loco-games-advanced__link {
    margin: 24px auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.loco-games-advanced__link svg {
    height: 20px;
    width: 20px
}

@media (max-width: 1000px) {
    .loco-games-advanced__list {
        grid-template-columns:repeat(2,1fr)
    }
}

@media (width <= 768px) {
    .loco-games-advanced__img {
        height: 161px
    }
}

@media (max-width: 600px) {
    .loco-games-advanced__list {
        grid-template-columns:repeat(1,1fr)
    }
}

@media not all and (pointer: coarse) {
    .loco-games-advanced__card:hover {
        -webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,.08),0 12px 20px 0 rgba(0,0,0,.06);
        box-shadow: 0 4px 8px 0 rgba(0,0,0,.08),0 12px 20px 0 rgba(0,0,0,.06)
    }
}
