/*
Theme Name: Twenty Twenty-Five Child
Template:   twentytwentyfive
Version:    1.0.0
*/

body {
    background-color: #f5f5f0;
    color: #1a1a2e;
}

/* ── Featured Image: kein Beschnitt ── */
.single-post .wp-block-post-featured-image {
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    margin-bottom: 2rem;
}

.single-post .wp-block-post-featured-image img {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    display: block;
    margin: 0 auto;
    border: 1px solid #333;
    border-radius: 4px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.4);
}

.single-post figure.wp-block-post-featured-image {
    padding: 0;
    overflow: visible;
}

.wp-block-post-featured-image {
    margin-top: 1.8rem;
}

/* ── Typography ── */
body, p, li, a, blockquote, .entry-content {
    font-family: system-ui, sans-serif;
    line-height: 1.7;
}

h1, h2, h3, h4, .wp-block-post-title {
    font-weight: 650;
}

h1 { font-size: 2.55rem; line-height: 1.15; }
h2 { font-size: 1.95rem; line-height: 1.35; }

/* ── Mobile ── */
@media (max-width: 782px) {
    h1.wp-block-post-title, .wp-block-post-title { font-size: 2.1rem !important; }
    h2 { font-size: 1.65rem !important; }
}

@media (max-width: 480px) {
    h1.wp-block-post-title, .wp-block-post-title { font-size: 1.65rem !important; }
}
