/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: Hello Elementor Child Theme - BSZ Bayreuth
Author: GO-ITC
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* Featured Image in Single Posts */
.single-post .post-featured-image {
    width: 100%;
    margin-bottom: 1.5em;
    text-align: center;
}

.single-post .post-featured-image img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    border-radius: 8px;
    max-height: 80vh;
    width: auto;
}

/* Post meta info */
.single-post .post-meta {
    color: #666;
    font-size: 0.9em;
    margin-bottom: 1.5em;
    padding-bottom: 1em;
    border-bottom: 1px solid #eee;
}
