/*!
Theme Name: PolGuard
Theme URI: https://polguard.pl
Description: Profesjonalny szablon WordPress dla firmy PolGuard – ekspertów w ochronie danych osobowych i zgodności RODO/GDPR. Szablon zawiera nowoczesny design z Tailwind CSS, pełną responsywność, animacje i kompleksową integrację z WordPress Customizer dla łatwej edycji treści.
Version: 1.0.1
Author: PolGuard Team
Author URI: https://polguard.pl
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: polguard
Domain Path: /languages
Tags: business, corporate, security, gdpr, rodo, cybersecurity, responsive, modern, tailwind, professional

PolGuard WordPress Theme, Copyright 2024 PolGuard Team
PolGuard is distributed under the terms of the GNU GPL

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
*/

/* 
 * GĹ‚Ăłwne style sÄ… obsĹ‚ugiwane przez Tailwind CSS w header.php
 * Ten plik zawiera tylko niezbÄ™dne informacje o szablonie i dodatkowe customizacje
 */

/* Custom WordPress Editor Styles */
.wp-block-group {
    margin: 1rem 0;
}

.wp-block-heading {
    margin: 1rem 0;
}

.wp-block-paragraph {
    margin: 0.5rem 0;
}

/* Custom animations for WordPress */
@keyframes polguard-fade-in {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.polguard-animate {
    animation: polguard-fade-in 0.6s ease-out;
}

/* Accessibility improvements */
.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-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* WordPress specific adjustments */
.admin-bar nav {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar nav {
        top: 46px;
    }
}
