
.w-100 { width: 100%; }
.h-100 { height: 100%; }
.obj-cover { object-fit: cover; }
.relative { position: relative; }
.absolute-inset { position: absolute; inset: 0; }
.z-0 { z-index: 0; }
.z-1 { z-index: 1; }
.z-2 { z-index: 2; }
.z-3 { z-index: 3; }
.pointer-events-none { pointer-events: none; }
.overflow-hidden { overflow: hidden; }
.flex-center { display: flex; align-items: center; justify-content: center; }
.flex-between { display: flex; justify-content: space-between; align-items: center; }
.flex-align-center { display: flex; align-items: center; }
.flex-wrap { flex-wrap: wrap; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.align-center { align-items: center; }
.align-end { align-items: flex-end; }
.gap-10 { gap: 10px; }
.gap-15 { gap: 15px; }
.gap-20 { gap: 20px; }
.m-0 { margin: 0; }
.mb-5 { margin-bottom: 5px; }
.mb-10 { margin-bottom: 10px; }
.mb-15 { margin-bottom: 15px; }
.mb-20 { margin-bottom: 20px; }
.mb-30 { margin-bottom: 30px; }
.mb-40 { margin-bottom: 40px; }
.mb-50 { margin-bottom: 50px; }
.mt-10 { margin-top: 10px; }
.mt-20 { margin-top: 20px; }
.mt-30 { margin-top: 30px; }
.mt-40 { margin-top: 40px; }
.mt-50 { margin-top: 50px; }
.-mr-15 { margin-right: -15px; }
.p-16-32 { padding: 16px 32px; }
.p-8-18 { padding: 8px 18px; }
.p-20 { padding: 20px; }
.p-30 { padding: 30px; }
.p-40 { padding: 40px; }
.font-head { font-family: 'Playfair Display', serif; }
.font-2rem { font-size: 2rem; }
.font-2-2 { font-size: 2.2rem; }


.page-title-public {
    font-size: clamp(1.8rem, 4vw, 3rem) !important;
    line-height: 1.1;
    font-weight: 800;
    margin-bottom: 15px;
    color: var(--primary);
    font-family: var(--font-head, 'Playfair Display', serif);
}
.page-subtitle-public {
    color: var(--accent);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: clamp(0.75rem, 2vw, 0.85rem);
    display: block;
    margin-bottom: 10px;
}
.section-title-public {
    font-size: clamp(1.8rem, 4vw, 2.5rem) !important;
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 20px;
    color: var(--primary);
}
.font-1-1 { font-size: 1.1rem; }
.font-1-0 { font-size: 1rem; }
.font-1-05 { font-size: 1.05rem; }
.font-0-8 { font-size: 0.8rem; }
.font-0-85 { font-size: 0.85rem; }
.font-0-9 { font-size: 0.9rem; }
.font-bold { font-weight: 700; }
.text-accent { color: var(--accent); }
.text-primary { color: var(--primary); }
.text-white { color: white; }
.text-muted { color: var(--text-muted); }
.text-center { text-align: center; }
.text-right { text-align: right; }
.text-left { text-align: left; }
.italic { font-style: italic; }
.d-block { display: block; }
.d-flex { display: flex; }
.d-none { display: none; }
.line-height-1-2 { line-height: 1.2; }
.line-height-1-8 { line-height: 1.8; }
.max-w-600 { max-width: 600px; }
.avatar-sm { width: 40px; height: 40px; border-radius: 50%; }
.border-white { border: 2px solid white; }
.border-light { border: 1px solid #e2e8f0; }
.radius-8 { border-radius: 8px; }
.radius-12 { border-radius: 12px; }
.radius-16 { border-radius: 16px; }
.radius-20 { border-radius: 20px; }
.radius-24 { border-radius: 24px; }
.shadow-sm { box-shadow: var(--shadow-sm); }
.shadow-md { box-shadow: var(--shadow-lg); }
.shadow-lg { box-shadow: var(--shadow-lg); }
.bg-white { background: white; }
.bg-glass { background: rgba(255,255,255,0.95); backdrop-filter: blur(10px); }
.pointer { cursor: pointer; }


.content-body ul, .lp-content-wrapper ul, #tourDescriptionText ul, .flight-description ul, .info-message-text ul, .timeline-item-desc ul, .custom-editor-content ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 15px;
}
.content-body ol, .lp-content-wrapper ol, #tourDescriptionText ol, .flight-description ol, .info-message-text ol, .timeline-item-desc ol, .custom-editor-content ol {
    list-style-type: decimal;
    padding-left: 20px;
    margin-bottom: 15px;
}
.content-body li, .lp-content-wrapper li, #tourDescriptionText li, .flight-description li, .info-message-text li, .timeline-item-desc li, .custom-editor-content li {
    margin-bottom: 8px;
    display: list-item;
}

/* Poprawa wyglądu gwiazdek w noclegach */
.star-rating {
    letter-spacing: 4px;
    font-size: 1.15em;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.15));
}

/* Wyśrodkowany i rozbudowany tekst nagłówka noclegów */
.acc-subtitle-centered {
    display: block;
    text-align: center;
    max-width: 800px;
    margin: 0.5rem auto 1.5rem auto;
    font-size: 1.1rem;
    line-height: 1.6;
    color: var(--text-muted, #6c757d);
}