/*
Theme Name: Energia dla Kleszczowa
Theme URI: https://energiadlakleszczowa.pl
Author: Energia dla Kleszczowa
Author URI: https://energiadlakleszczowa.pl
Description: Nowoczesny motyw WordPress dla strony informacyjnej projektu elektrociepłowni w Kleszczowie
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: energia-kleszczow
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/

/* 
 * Reset i podstawowe style są ładowane przez Tailwind CDN w header.php
 * Ten plik jest wymagany przez WordPress jako identyfikator motywu
 */

body {
    margin: 0;
    padding: 0;
}

/* WordPress specific fixes */
.alignleft {
    float: left;
    margin-right: 1.5em;
}

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

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

/* WordPress Gallery */
.gallery {
    margin: 0 -0.5em;
}

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

/* Accessibility */
.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;
}
