/*
Theme Name: Pomoc WordPress
Theme URI: https://twoj-administrator.pl/
Author: Alan Adamczyk
Author URI: https://twoj-administrator.pl/
Description: Motyw dedykowany dla strony "Pomoc WordPress" – naprawa awarii, malware, błędów krytycznych. Kompatybilny z Elementorem oraz Elementor Pro (Theme Builder). Motyw udostępnia lokalizacje header/footer dla Elementor Pro, szablon Canvas oraz szablon pełnoekranowy bez sidebar.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pomoc-wordpress
Tags: one-column, custom-colors, custom-menu, featured-images, full-width-template, theme-options, translation-ready, elementor
*/

/*
Główne style są ładowane z assets/css/theme.css poprzez wp_enqueue_style
Ten plik zawiera tylko nagłówek motywu (wymagany przez WordPressa) oraz fallbackowe
style WordPressowe (alignment, wp-block, dostępność itd.).
*/

/* ============ WP alignment / accessibility fallbacks ============ */
.alignleft    { float: left;  margin: 0.375em 1.5em 1.5em 0; }
.alignright   { float: right; margin: 0.375em 0 1.5em 1.5em; }
.aligncenter  { clear: both;  display: block; margin-left: auto; margin-right: auto; }
.alignwide    { max-width: 1140px; margin-left: auto; margin-right: auto; }
.alignfull    { max-width: 100%; }

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px; width: 1px;
    margin: -1px; overflow: hidden;
    padding: 0; position: absolute !important;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
    clip: auto !important; clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px; font-weight: bold;
    height: auto; width: auto;
    left: 5px; top: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    z-index: 100000;
}

.sticky    { display: block; }
.bypostauthor { display: block; }
.gallery-caption { display: block; }
