/* EW Recipes Hub Ads */
.ew-rha-slot {
    width: 100%;
    margin: 42px auto;
    text-align: center;
    clear: both;
}

.ew-rha-slot__desktop,
.ew-rha-slot__mobile {
    display: flex;
    justify-content: center;
    width: 100%;
}

.ew-rha-slot__mobile {
    display: none;
}

@media (max-width: 767px) {
    .ew-rha-slot {
        margin: 32px auto;
    }

    .ew-rha-slot__desktop {
        display: none;
    }

    .ew-rha-slot__mobile {
        display: flex;
    }
}
