/* === Blog: Erste Ernte (tagesmutter postid-904 + strolche postid-873) === */
.postid-904 .entry-content,
.postid-873 .entry-content {
    text-align: center !important;
}
.postid-904 .entry-content .wp-block-image,
.postid-873 .entry-content .wp-block-image {
    display: inline-block !important;
    width: calc(33.333% - 10px) !important;
    margin: 6px !important;
    vertical-align: top !important;
}
.postid-904 .entry-content .wp-block-image img,
.postid-873 .entry-content .wp-block-image img {
    width: 100% !important;
    height: auto !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08) !important;
}
.postid-904 .entry-content .wp-block-image img:hover,
.postid-873 .entry-content .wp-block-image img:hover {
    transform: scale(1.03);
    box-shadow: 0 4px 14px rgba(0,0,0,0.12) !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
@media (max-width: 600px) {
    .postid-904 .entry-content .wp-block-image,
    .postid-873 .entry-content .wp-block-image {
        width: calc(33.333% - 8px) !important;
        margin: 4px !important;
    }
}
@media (max-width: 400px) {
    .postid-904 .entry-content .wp-block-image,
    .postid-873 .entry-content .wp-block-image {
        width: 100% !important;
        margin: 4px 0 !important;
    }
}
