.wdk-gadget-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: -8px;
    width: calc(100% + 16px);
    padding: 0 8px 8px 8px;
    min-height: 44px;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.wdk-gadget-wrapper .wdk-featured-card {
    padding: 16px 20px 16px 20px;
}

.wdk-gadget-wrapper::-webkit-scrollbar {
    display: none;
}

.wdk-gadget-wrapper .wdk-featured-card {
    /* width: 100%; */
    margin: 8px !important;
}

.wdk-gadget-wrapper {
    height: 342px;
    margin-bottom: 8px;
}

.monoblock .wdk-gadget-wrapper {
    height: auto;
}

.monoblock .wdk-gadget-wrapper .wdk-featured-card {
    width: initial;
}

@media(min-width: 1400px) {
    .wdk-gadget-wrapper .wdk-featured-card {
        width: initial;
        margin: 0;
        margin-bottom: 8px !important;
    }
}

@media(max-width: 1024px) {
    .wdk-gadget-wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }
    /* .wdk-gadget-wrapper .wdk-featured-card {
        width: 48%;
    } */
    .wdk-gadget-wrapper .wdk-featured-card .wdk-group {
        flex-wrap: initial;
    }
}
