/* Custom styles for recipe listings (/oppskrifter and /oppskrifter-2) */

.dr-archive-recipe-ingrd,
.dr-archive-recipe-by-alph {
    display: none !important;
}

@media screen and (max-width: 768px) {

    #primary,
    #content,
    .wpdelicious-outer-wrapper,
    .recipe-archive {
        padding: 0 !important;
        margin: 0 !important;
    }

    .dr-archive-list-gridwrap.grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 1rem !important;
    }
}

.dr-archive-list-gridwrap {
    padding: 1rem !important;
}