/*
Theme Name: Freywerk Tailwind Theme
Theme URI: https://freywerk.de
Author: freywerk
Author URI: https://freywerk.de
Description: Ein minimales WordPress-Theme mit Tailwind CSS, optimiert für die Verwendung mit dem Manus WordPress Connector Plugin. Unterstützt vollständige HTML/CSS-Kontrolle ohne Content-Filter.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: freywerk-tailwind
Tags: tailwind, minimal, custom, flexible, api-ready
*/

/* 
 * Dieses Theme nutzt Tailwind CSS via CDN.
 * Alle Styles werden über Tailwind-Klassen oder inline-Styles gesteuert.
 * Minimale Custom-Styles hier für WordPress-spezifische Elemente.
 */

/* WordPress Core Styles */
.alignnone {
    margin: 0;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
    margin-right: 1.5em;
}

.alignright {
    float: right;
    margin-left: 1.5em;
}

/* Screen Reader Text */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Sticky Post */
.sticky {
    /* Add your sticky post styles here */
}

/* Gallery */
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

/* Ensure images don't overflow */
img {
    max-width: 100%;
    height: auto;
}
