.container-zOamyJ3l {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: var(--v-rhythm-spacing-4)
}

@media screen and (min-width:1024px) {
    .container-zOamyJ3l {
        column-gap: 64px
    }
}

@media screen and (min-width:1280px) {
    .container-zOamyJ3l {
        grid-template-columns: 1fr 1fr
    }
    body.is-widgetbar-expanded .container-zOamyJ3l {
        grid-template-columns: 1fr
    }
}

@media screen and (min-width:1440px) {
    body.is-widgetbar-expanded .container-zOamyJ3l {
        grid-template-columns: 1fr
    }
}

@media screen and (min-width:1920px) {
    body.is-widgetbar-expanded .container-zOamyJ3l {
        grid-template-columns: 1fr 1fr
    }
}

.container-aPcTuZxR {
    --hotlist-card-padding: 8px;
    display: grid;
    gap: 9px 0
}

@media screen and (min-width:768px) {
    .container-aPcTuZxR {
        column-gap: 48px;
        grid-template-columns: var(--hotlist-cards-grid-template-columns, repeat(2, 1fr))
    }
}

@media screen and (min-width:1280px) {
    .container-aPcTuZxR {
        column-gap: 64px;
        grid-template-columns: var(--hotlist-cards-grid-template-columns, repeat(3, 1fr))
    }
    body.is-widgetbar-expanded .container-aPcTuZxR {
        grid-template-columns: var(--hotlist-cards-grid-template-columns, repeat(1, 1fr))
    }
}

@media screen and (min-width:1440px) {
    .container-aPcTuZxR {
        grid-template-columns: var(--hotlist-cards-grid-template-columns, repeat(2, 1fr))
    }
    body.is-widgetbar-expanded .container-aPcTuZxR {
        grid-template-columns: var(--hotlist-cards-grid-template-columns, repeat(3, 1fr))
    }
}

@media screen and (min-width:2560px) {
    body.is-widgetbar-expanded .container-aPcTuZxR {
        grid-template-columns: var(--hotlist-cards-grid-template-columns, repeat(2, 1fr))
    }
}

.containerLarge-aPcTuZxR {
    --hotlist-card-padding: 12px
}

@media screen and (min-width:768px) {
    .containerLarge-aPcTuZxR {
        gap: 9px 0;
        grid-template-columns: 1fr
    }
}

@media screen and (min-width:1024px) {
    .containerLarge-aPcTuZxR {
        grid-template-columns: 1fr
    }
}

@media screen and (min-width:1280px) {
    .containerLarge-aPcTuZxR {
        grid-template-columns: 1fr
    }
    body.is-widgetbar-expanded .containerLarge-aPcTuZxR {
        gap: 9px 0
    }
}

@media screen and (min-width:1440px) {
    .containerLarge-aPcTuZxR,
    body.is-widgetbar-expanded .containerLarge-aPcTuZxR {
        grid-template-columns: 1fr
    }
}

@media screen and (min-width:1920px) {
    body.is-widgetbar-expanded .containerLarge-aPcTuZxR {
        gap: 9px 0;
        grid-template-columns: 1fr
    }
}

.containerLarge-aPcTuZxR>:not(:first-child):before {
    content: "";
    display: none
}

@media screen and (min-width:768px) {
    .containerLarge-aPcTuZxR>:not(:first-child):before {
        background-color: #f0f3fa;
        display: block;
        height: 1px;
        position: absolute;
        top: -5px;
        width: 100%
    }
    html.theme-dark .containerLarge-aPcTuZxR>:not(:first-child):before {
        background-color: #2a2e39
    }
}