/*
Theme Name: Garbary Clinic
Theme URI: https://garbaryclinic.pl
Author: Garbary Clinic
Author URI: https://garbaryclinic.pl
Description: Motyw WordPress na bazie statycznej strony Garbary Clinic.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: garbary-clinic
*/

/* Główne style są ładowane z /css */

@import url('css/main.css');
@import url('css/responsive.css');
@import url('css/header-footer.css');
@import url('css/block-styles.css');

/* Ikony w listach przez CSS */
.icon-list li {
    list-style: none;
    padding-left: 30px;
    position: relative;
}
.icon-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--primary);
}

/* Footer styles */
.footer-bottom p {
    color: white !important;
}

/* O nas fixes - only for o-nas page */
body.page-template-template-o-nas .section,
body.page-slug-o-nas .section {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

body.page-template-template-o-nas .section + .about-blended-section,
body.page-slug-o-nas .section + .about-blended-section {
    margin-top: 0 !important;
}

.about-blended-section {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.about-blended-block {
    margin-bottom: 0 !important;
}

.blended-content {
    padding: 20px !important;
}

.blended-content-inner {
    padding: 0 !important;
}

/* Block editor styles - make editor look like frontend */
.block-editor-page .editor-styles-wrapper {
    max-width: 1200px !important;
    margin: 0 auto !important;
}

.block-editor-page .wp-block {
    max-width: none !important;
}

.block-editor-page .wp-block-group {
    margin-left: auto !important;
    margin-right: auto !important;
}
