
/*
Theme Name: Fizjoterapia Rokitnica
Author: Spike Design
Description: Motyw dedykowany dla kliniki Fizjoterapia Rokitnica (v21.0 Final)
Version: 21.0
Text Domain: fizjoterapia-rokitnica
*/

/* --- 1. IKONY LUCIDE --- */
.lucide {
    display: inline-block;
    vertical-align: middle;
}

/* --- 2. MENU ANIMACJE --- */
#mob-menu {
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

/* --- 3. LISTA Z "FAJKAMI" (CHECKMARKS) --- */
/* Obsługa zarówno klasy w PHP jak i treści z Edytora */
.styled-list ul, 
.wysiwyg-content ul {
    list-style: none !important;
    padding-left: 0 !important;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.styled-list li, 
.wysiwyg-content li {
    position: relative;
    padding-left: 2.5rem;
    margin-bottom: 0.75rem;
    color: #475569; /* secondary-600 */
    font-weight: 500;
    display: flex;
    align-items: center;
}

.styled-list li::before,
.wysiwyg-content li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.25rem;
    height: 1.25rem;
    /* Ikona "Check" w SVG */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%230ea5e9' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}

/* --- 4. STYLE WORDPRESS DEFAULT --- */
.aligncenter { display: block; margin: 0 auto; }
.alignright { float: right; margin-left: 1.5rem; margin-bottom: 1rem; }
.alignleft { float: left; margin-right: 1.5rem; margin-bottom: 1rem; }
.alignnone { margin-bottom: 1rem; }
.wp-caption-text { text-align: center; font-size: 0.875rem; color: #64748b; margin-top: 0.5rem; }

/* --- 5. EDITOR FIXES --- */
.editor-styles-wrapper iframe {
    max-width: 100%;
    pointer-events: none;
}
