/*
Theme Name: Zufallsgenerators.de
Theme URI: https://www.zufallsgenerators.de/
Author: Zufallsgenerators.de
Description: URL-preserving WordPress theme for the Zufallsgenerators.de tools and editorial pages. Includes WordPress integration hooks for Journey by Mediavine and other plugins.
Version: 1.0.0
Requires at least: 6.2
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: zufallsgenerators
*/

/* The exported application supplies its own styles. These rules style only the
   WordPress fallback templates used for posts and unknown routes. */
body.zg-wordpress-fallback {
    margin: 0;
    color: #0f172a;
    background: #f8fafc;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.zg-wp-shell {
    width: min(1100px, calc(100% - 2rem));
    margin: 0 auto;
}

.zg-wp-header,
.zg-wp-footer {
    padding: 1.25rem 0;
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
}

.zg-wp-footer {
    margin-top: 3rem;
    border-top: 1px solid #e2e8f0;
    border-bottom: 0;
}

.zg-wp-main {
    min-height: 60vh;
    padding: 3rem 0;
}

.zg-wp-main a { color: #2563eb; }
