.jasmandi-produkt-posts-block {
    display: flex;
    flex-wrap: wrap;
    max-width: 1140px !important;
    margin: auto;
    margin-block-start: 40px !important;
    margin-block-end: 60px !important;
    gap: 40px;
}

.jasmandi-produkt-post {
    display: flex;
    flex-direction: column;
    flex: 1 1 300px;
    min-width: 300px;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #e5e5e5;
}

.jasmandi-produkt-post-image-wrapper {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #ddd;
    border-radius: 10px 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jasmandi-produkt-post-image-wrapper a {
    display: block;
    width: 100%;
    height: 100%;
}

.jasmandi-produkt-post-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}

.jasmandi-produkt-post-body {
    padding: 16px 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
}

.jasmandi-produkt-post h3 {
    margin: 0;
    font-size: 20px;
    line-height: 1.3;
}

.jasmandi-produkt-post h3 a,
.jasmandi-produkt-post a {
    text-decoration: none;
    color: inherit;
}

.jasmandi-produkt-post-excerpt {
    margin: 0;
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}

.jasmandi-kategorie-badge {
    display: inline-block;
    background-color: var(--color-violett);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 2px 8px;
    align-self: flex-start;
}
