/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 22.6.2026, 13.16.51
    Author     : simon
*/

.post-type-archive-ompelimo #wf-main,
.tax-workshop_category #wf-main {
    display: flex;
    gap: 1em;
    flex-wrap: wrap;
}

.post-type-archive-ompelimo #wf-main .wf_post_block,
.tax-workshop_category #wf-main .wf_post_block {
    flex: 1 1 30%;
}

.post-type-archive-ompelimo #wf-main .wf_post_item .image img,
.tax-workshop_category #wf-main .wf_post_item .image img {
    aspect-ratio: 16/9;
    object-fit: cover;
}