/*
Theme Name: Divi Child
Theme URI: https://deine-domain.tld
Description: Child Theme für Divi
Author: Dein Name
Author URI: https://deine-domain.tld
Version: 1.0.0
Template: Divi
*/

/* Darstellung des Beitragsbilds mit Bildunterschrift */
.post-featured-image-with-caption {
    margin: 0 0 24px;
}

.post-featured-image-with-caption img {
    display: block;
    width: 100%;
    height: auto;
}

.post-featured-image-with-caption__caption {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    text-align: center;
}