/*
Theme Name: Wodociągi Słupsk   
Theme URI: https://wodociagi.local
Author: Honeti
Author URI: https://yourwebsite.com
Description: Nowoczesny motyw WordPress zbudowany na komponentach z Figmy z pełnym wsparciem dla Gutenberg bloków
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wodociagi
Tags: block-theme, full-site-editing, custom-blocks, responsive

This theme, like WordPress, is licensed under the GPL.
*/

/* ==========================================================================
   TABLE OF CONTENTS
   ==========================================================================
   1. Reset & Base Styles
   2. Layout System
   3. Accessibility
   4. WordPress Core Alignments
   5. Frontpage Sections
   6. Archive & Post Styles
   7. Responsive Breakpoints
   ========================================================================== */

/* ==========================================================================
   NOTE: Fonts and base typography are defined in design-system.css
   This file contains only theme-specific styles
   ========================================================================== */

/* ==========================================================================
   1. RESET & BASE STYLES
   ========================================================================== */

/* Gutenberg Table - Responsive with horizontal scroll */
.wp-block-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 1.5rem 0;
}

.wp-block-table table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

.wp-block-table th {
    background-color: #00A5E3;
    color: #3A407F;
    padding: 12px 16px;
    font-weight: 600;
    text-align: left;
    border: 1px solid #e5e7eb;
}

.wp-block-table td {
    padding: 12px 16px;
    border: 1px solid #e5e7eb;
    color: #4B5563;
}

.wp-block-table tbody tr:nth-child(even) {
    background-color: #f9fafb;
}

/* *