/* css/pages/wazektomia.css - MĘSKA ANTYKONCEPCJA */
/* ===================== HERO SECTION WITH BACKGROUND IMAGE ===================== */
.specialization-hero {
    position: relative;
    height: 50vh;
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--white);
    overflow: hidden;
    width: 100%;
    margin-top: -70px;
    padding-top: 70px;
}

.specialization-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../../zdj/wazektomia.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    filter: brightness(0.8) saturate(0.8) contrast(0.95);
}

.specialization-hero-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(8, 47, 97, 0.7) 0%, rgba(10, 51, 94, 0.8) 50%, rgba(8, 47, 97, 0.7) 100%);
    z-index: 1;
    pointer-events: none;
}

.specialization-hero .container {
    position: relative;
    z-index: 3;
    max-width: 800px;
    width: 100%;
    padding: 0 20px;
}

.specialization-hero h1 {
    color: var(--white);
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    margin-bottom: 0;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
    letter-spacing: 0.1em;
}

/* Jasny równoległobok dla smaczku */
.specialization-hero::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background: linear-gradient(45deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.1) 100%);
    transform: skewX(-15deg);
    z-index: 2;
}

/* Responsywność */
@media (max-width: 768px) {
    .specialization-hero {
        height: auto;
        min-height: unset;
        padding: 140px 0 40px;
    }

    .specialization-hero h1 {
        font-size: clamp(2rem, 6vw, 3rem);
    }
}

.specialization-hero p {
    font-size: 1.3rem;
    color: rgba(255,255,255,0.9);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* ===================== MINIMALISTYCZNE STYLE KOMPATYBILNE Z MOTYWEM ===================== */

/* Tytuł sekcji - minimalistyczny bez tarczy */
.section-title h1 {
    font-family: 'Michroma', sans-serif;
    color: var(--primary);
    font-size: 2.5rem;
    margin-bottom: 25px;
    text-align: center;
    position: relative;
    line-height: 1.3;
    padding-bottom: 40px;
}

.section-title h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(to right, var(--primary), var(--secondary));
}

/* Układ obraz + tekst jak w sekcji "o nas" */
.about-block {
    display: flex;
    gap: 40px;
    align-items: center;
    margin: 60px 0 80px 0;
}

.about-block.wide {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    margin: 30px 0 40px 0; /* Mniejsze marginesy */
}

.block-image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.block-image img {
    width: 100%;
    max-width: 400px;
    height: 300px;
    object-fit: cover;
    object-position: center bottom;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    mix-blend-mode: multiply;
    opacity: 0.9;
    border: 3px solid rgba(8,47,97,0.2);
}

.about-block.wide .block-image img {
    max-width: 500px;
    height: 350px;
}

.block-image img:hover {
    transform: scale(1.02);
    opacity: 1;
    mix-blend-mode: normal;
}

.block-text {
    flex: 2;
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 30px;
}

.block-text p {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 20px;
    color: var(--dark);
    text-align: justify;
}

.block-text p:last-child {
    margin-bottom: 0;
}

/* Responsywność */
.price-section {
    background: var(--white);
    border: 2px solid var(--light-gray);
    border-radius: var(--border-radius);
    margin: 30px 0;
    padding: 30px;
    text-align: center;
    box-shadow: var(--shadow);
    transition: var(--transition);
    position: relative;
}

.price-section:hover {
    border-color: var(--primary);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.price-section h2 {
    color: var(--primary);
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 1.5rem;
}

.price-section p {
    color: var(--dark);
    font-size: 1.2rem;
    margin-bottom: 20px;
    font-weight: 600;
}

/* Treść po bloku ze zdjęciem - marginesy jak w chorobie Peyroniego */
.content-after-image {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.content-after-image p {
    max-width: 800px;
}

/* Nagłówki sekcji - bez numeracji, minimalistyczne */
.content h2 {
    color: var(--primary);
    font-family: 'Michroma', sans-serif;
    font-size: 1.6rem;
    margin-top: 40px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--light-gray);
}

.content h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 2px;
    background: linear-gradient(to right, var(--primary), var(--secondary));
    transition: width 0.3s ease;
}

.content h2:hover::after {
    width: 100px;
}

/* Paragrafy - kompatybilne z motywem */
.content p {
    line-height: 1.7;
    margin-bottom: 20px;
    color: var(--dark);
    text-align: justify;
}

/* Listy - niebieskie kropki jak w badaniu nasienia */
.content ul {
    margin: 15px 0;
    padding-left: 0;
}

.content li {
    margin-bottom: 8px;
    line-height: 1.6;
    position: relative;
    padding-left: 20px;
    list-style: none;
}

.content li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background: var(--secondary);
    border-radius: 50%;
}

.asymmetric-section.section-dark .content li::before {
    background: var(--white);
}

/* Przycisk - kompatybilny z motywem */
.btn {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    border: none;
    border-radius: 25px;
    padding: 12px 30px;
    color: var(--white);
    font-weight: 600;
    text-decoration: none;
    transition: var(--transition);
    box-shadow: var(--shadow);
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(8, 47, 97, 0.3);
}

/* Responsywność */
@media (max-width: 768px) {
    .section-title h1 {
        font-size: 2rem;
    }

    .block-image img {
        border-radius: 10px;
    }

    .content h2 {
        font-size: 1.4rem;
    }

    .price-section {
        padding: 20px;
    }

    .about-block {
        flex-direction: column;
        gap: 30px;
    }

    .block-image,
    .block-text {
        flex: none;
        width: 100%;
    }
}

/* Blended sekcje jak na "O nas" */
.about-blended-section {
    width: 100vw;
    padding: 0;
    margin-top: 0;
    margin-left: 50%;
    transform: translateX(-50%);
}

.asymmetric-section {
    width: 100%;
    display: flex;
    align-items: stretch;
    min-height: 600px;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    margin: 0;
    box-shadow: none;
}

.asymmetric-section.section-dark {
    justify-content: flex-end;
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 50%, var(--primary-dark) 100%);
    color: var(--white);
}

.asymmetric-section.section-light {
    justify-content: flex-start;
    background: linear-gradient(135deg, rgba(240, 248, 255, 0.95) 0%, rgba(230, 240, 250, 0.9) 30%, rgba(240, 248, 255, 0.95) 70%, rgba(230, 240, 250, 0.9) 100%);
}

.asymmetric-section.reverse {
    flex-direction: row-reverse;
}

.asymmetric-image {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    margin: 0;
}

.asymmetric-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
    z-index: 1;
}

.asymmetric-section:hover .asymmetric-image img {
    transform: scale(1.05);
}

.asymmetric-image::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.asymmetric-section.section-light .asymmetric-image::after {
    background: linear-gradient(to left, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.45) 55%, rgba(255, 255, 255, 0.05) 100%);
}

.asymmetric-section.section-dark .asymmetric-image::after {
    background: linear-gradient(to left, rgba(8, 47, 97, 0.9) 0%, rgba(8, 47, 97, 0.45) 55%, rgba(8, 47, 97, 0.12) 100%);
}

.asymmetric-section.reverse .asymmetric-image::after {
    left: 0;
    right: auto;
}

.asymmetric-section.reverse.section-light .asymmetric-image::after {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.45) 55%, rgba(255, 255, 255, 0.05) 100%);
}

.asymmetric-section.reverse.section-dark .asymmetric-image::after {
    background: linear-gradient(to right, rgba(8, 47, 97, 0.9) 0%, rgba(8, 47, 97, 0.45) 55%, rgba(8, 47, 97, 0.12) 100%);
}

.asymmetric-content {
    flex: 1;
    max-width: 58%;
    padding: 56px 64px;
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(8px);
    position: relative;
    z-index: 2;
    border-radius: 0;
    box-shadow: none;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.asymmetric-section.section-light .asymmetric-content {
    background: rgba(255, 255, 255, 0.8);
    margin-right: auto;
}

.asymmetric-section.section-dark .asymmetric-content {
    background: rgba(6, 32, 68, 0.72);
    backdrop-filter: blur(8px);
    border-left: 1px solid rgba(255, 255, 255, 0.18);
    margin-left: auto;
}

.asymmetric-content h2 {
    color: var(--primary);
    font-family: 'Michroma', sans-serif;
    font-size: clamp(2.1rem, 3vw, 2.6rem);
    margin-bottom: 28px;
    margin-top: 0;
    position: relative;
    padding-bottom: 15px;
    letter-spacing: 0.02em;
}

.asymmetric-section.section-dark .asymmetric-content h2 {
    color: var(--white);
}

.asymmetric-section.section-dark .asymmetric-content h3 {
    color: var(--white);
}

.asymmetric-section.section-dark .asymmetric-content strong {
    color: var(--white);
}

.asymmetric-content h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90px;
    height: 3px;
    background: linear-gradient(90deg, var(--primary), var(--secondary));
    border-radius: 2px;
}

.asymmetric-section.section-dark .asymmetric-content h2::after {
    background: linear-gradient(90deg, var(--white), var(--primary-light));
}

.asymmetric-content p {
    line-height: 1.9;
    margin-bottom: 22px;
    color: #1f2a44;
    font-size: 1.08rem;
    position: relative;
    z-index: 2;
}

.asymmetric-section.section-dark .asymmetric-content p {
    color: rgba(255, 255, 255, 0.92);
}

.asymmetric-content ul {
    margin: 15px 0;
    padding-left: 0;
}

.asymmetric-content ul li {
    color: #1f2a44;
    line-height: 1.8;
    margin-bottom: 8px;
    position: relative;
    padding-left: 20px;
    list-style: none;
}

.asymmetric-content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    background: var(--secondary);
    border-radius: 50%;
}

.asymmetric-section.section-dark .asymmetric-content ul li {
    color: rgba(255, 255, 255, 0.92);
}

.asymmetric-section.section-dark .asymmetric-content ul li::before {
    background: var(--white);
}

@media (max-width: 768px) {
    .asymmetric-section {
        flex-direction: column !important;
        min-height: auto;
    }

    .asymmetric-image {
        position: relative;
        height: 260px;
    }

    .asymmetric-content {
        max-width: 100%;
        padding: 32px 28px;
        border-left: none;
    }
}

/* ===================== ACCORDION / TABS LAYOUT Z EFEKTAMI ===================== */

/* Główny kontener */
.content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Accordion container */
.accordion-container {
    margin: 10px 0 30px 0;
}

.accordion-item {
    border-radius: 15px;
    margin-bottom: 20px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    border: 2px solid rgba(8,47,97,0.1);
    overflow: hidden;
    transition: all 0.3s ease;
}

.accordion-item:hover {
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
    border-color: rgba(8,47,97,0.2);
}

/* Accordion header */
.accordion-header {
    background: linear-gradient(135deg, rgba(8,47,97,0.05) 0%, rgba(10,51,94,0.08) 100%);
    padding: 25px 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
    position: relative;
}

.accordion-header:focus {
    outline: 2px solid var(--primary);
    outline-offset: 2px;
}

.accordion-header:hover {
    background: linear-gradient(135deg, rgba(8,47,97,0.08) 0%, rgba(10,51,94,0.12) 100%);
}

.accordion-header h2 {
    color: var(--primary);
    font-family: 'Michroma', sans-serif;
    font-size: 1.5rem;
    margin: 0;
    position: relative;
    z-index: 2;
}

.accordion-header h2::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(to right, var(--primary), var(--secondary));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.accordion-header:hover h2::after {
    opacity: 1;
}

/* Accordion icon */
.accordion-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 1.2rem;
    font-weight: bold;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.accordion-icon::before {
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    transition: transform 0.3s ease;
}

.accordion-item.active .accordion-icon::before {
    content: '\f077';
    transform: rotate(180deg);
}

/* Accordion content */
.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.accordion-item.active .accordion-content {
    max-height: 1000px;
}

.accordion-body {
    padding: 30px;
    position: relative;
}

.accordion-body p {
    margin-bottom: 20px;
    font-size: 1rem;
}

/* Listy w accordion */
.accordion-body ul {
    margin: 5px 0 15px 0;
    padding-left: 0;
}

.accordion-body li {
    margin-bottom: 6px;
    line-height: 1.6;
    position: relative;
    padding-left: 20px;
    list-style: none;
}

.accordion-body li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background: var(--secondary);
    border-radius: 50%;
}

/* JavaScript dla accordion - inline dla prostoty */
.accordion-header {
    user-select: none;
}

/* Responsywność */
@media (max-width: 768px) {
    .accordion-header {
        padding: 20px;
    }

    .accordion-header h2 {
        font-size: 1.3rem;
    }

    .accordion-body {
        padding: 20px;
    }

    .accordion-icon {
        width: 25px;
        height: 25px;
        font-size: 1rem;
    }
}

/* ====================================================================== */
/* ============== FLAGSHIP REDESIGN — WAZEKTOMIA — START ================ */
/* ====================================================================== */

:root {
    --waz-accent: #0ea5b7;
    --waz-accent-soft: #67e8f9;
    --waz-text: #1f2a44;
    --waz-text-muted: #4b5675;
    --waz-bg-soft: #f5f9ff;
    --waz-card-radius: 22px;
    --waz-card-shadow: 0 12px 40px -12px rgba(8, 47, 97, 0.18);
}

.page-template-template-wazektomia .content,
.page-template-template-wazektomia .content p,
.page-template-template-wazektomia .content li {
    color: var(--waz-text);
    font-size: 1.06rem;
    line-height: 1.78;
    letter-spacing: 0.005em;
}

.page-template-template-wazektomia .content {
    max-width: 1280px;
    padding: 0 24px;
}

/* HERO */
.page-template-template-wazektomia .specialization-hero {
    height: 60vh;
    min-height: 420px;
}

.page-template-template-wazektomia .specialization-hero-bg {
    filter: brightness(0.7) saturate(0.95) contrast(1.05);
    transform: scale(1.04);
    transition: transform 12s ease-out;
}

.page-template-template-wazektomia .specialization-hero:hover .specialization-hero-bg {
    transform: scale(1.08);
}

.page-template-template-wazektomia .specialization-hero-bg::after {
    background:
        radial-gradient(ellipse at top, rgba(8, 47, 97, 0.55) 0%, rgba(8, 47, 97, 0.85) 100%),
        linear-gradient(180deg, rgba(8, 47, 97, 0.3) 0%, rgba(6, 32, 68, 0.85) 100%);
}

.page-template-template-wazektomia .specialization-hero h1 {
    font-family: 'Michroma', sans-serif;
    font-size: clamp(2.6rem, 5.5vw, 4.4rem);
    letter-spacing: 0.12em;
    text-shadow: 0 4px 22px rgba(0, 0, 0, 0.55);
    position: relative;
    padding-bottom: 28px;
}

.page-template-template-wazektomia .specialization-hero h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 110px;
    height: 4px;
    background: linear-gradient(90deg, transparent, var(--waz-accent-soft), transparent);
    border-radius: 4px;
}

/* INTRO ABOUT-BLOCK */
.page-template-template-wazektomia .about-block.wide {
    margin: 36px auto 40px auto;
    padding: 24px 28px;
    background: linear-gradient(135deg, #ffffff 0%, var(--waz-bg-soft) 100%);
    border-radius: var(--waz-card-radius);
    box-shadow: var(--waz-card-shadow);
    border: 1px solid rgba(8, 47, 97, 0.08);
    position: relative;
    overflow: hidden;
}

.page-template-template-wazektomia .about-block.wide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, var(--primary), var(--secondary), var(--waz-accent));
}

.page-template-template-wazektomia .about-block.wide .block-image img {
    mix-blend-mode: normal;
    opacity: 1;
    border: none;
    box-shadow: 0 18px 45px -10px rgba(8, 47, 97, 0.35);
    border-radius: 16px;
    height: 300px;
    max-width: 420px;
    object-fit: cover;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.page-template-template-wazektomia .about-block.wide .block-image img:hover {
    transform: translateY(-4px) scale(1.01);
    box-shadow: 0 24px 60px -10px rgba(8, 47, 97, 0.45);
}

.page-template-template-wazektomia .about-block.wide .block-text {
    background: transparent;
    backdrop-filter: none;
    padding: 8px 0 8px 18px;
    border-left: 4px solid var(--secondary);
}

.page-template-template-wazektomia .about-block.wide .block-text p {
    font-size: 1.02rem;
    line-height: 1.7;
    color: var(--waz-text);
    text-align: left;
    font-weight: 400;
}

.page-template-template-wazektomia .about-block.wide .block-text p:first-child::first-letter {
    font-family: inherit !important;
    font-size: inherit !important;
    color: inherit !important;
    float: none !important;
    line-height: inherit !important;
    padding: 0 !important;
    font-weight: inherit !important;
}

/* ASYMMETRIC SECTIONS — compact flagship */
.page-template-template-wazektomia .about-blended-section {
    margin-top: 30px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.page-template-template-wazektomia .asymmetric-section {
    min-height: 380px;
    border-bottom: none;
    border-radius: 18px;
    overflow: hidden;
    margin: 0 auto;
    max-width: 1280px;
    width: calc(100% - 24px);
    box-shadow: 0 10px 32px -14px rgba(8, 47, 97, 0.25);
}

.page-template-template-wazektomia .asymmetric-section:last-child {
    border-bottom: none;
}

.page-template-template-wazektomia .asymmetric-content {
    max-width: 56%;
    padding: 40px 48px;
    background: rgba(255, 255, 255, 0.94) !important;
    backdrop-filter: blur(14px);
    box-shadow: 0 20px 50px -24px rgba(8, 47, 97, 0.3);
    border-left: none;
    position: relative;
}

.page-template-template-wazektomia .asymmetric-section.section-dark .asymmetric-content {
    background: linear-gradient(135deg, rgba(6, 32, 68, 0.92) 0%, rgba(8, 47, 97, 0.88) 100%) !important;
    backdrop-filter: blur(14px);
}

.page-template-template-wazektomia .asymmetric-content::before {
    content: '';
    position: absolute;
    top: 24px;
    left: 0;
    width: 5px;
    height: 44px;
    background: linear-gradient(180deg, var(--primary), var(--secondary));
    border-radius: 0 3px 3px 0;
}

.page-template-template-wazektomia .asymmetric-section.section-dark .asymmetric-content::before {
    background: linear-gradient(180deg, var(--waz-accent-soft), var(--secondary));
}

.page-template-template-wazektomia .asymmetric-content h2 {
    font-size: clamp(1.55rem, 2vw, 1.9rem);
    line-height: 1.25;
    margin-bottom: 18px;
    padding-bottom: 12px;
    letter-spacing: 0.02em;
}

.page-template-template-wazektomia .asymmetric-content h2::after {
    width: 54px;
    height: 3px;
    border-radius: 3px;
}

.page-template-template-wazektomia .asymmetric-content h3 {
    color: var(--primary);
    font-family: 'Michroma', sans-serif;
    font-size: 1.02rem;
    margin: 22px 0 10px 0;
    padding-left: 12px;
    border-left: 3px solid var(--secondary);
    line-height: 1.4;
    letter-spacing: 0.02em;
}

.page-template-template-wazektomia .asymmetric-section.section-dark .asymmetric-content h3 {
    color: var(--white);
    border-left-color: var(--waz-accent-soft);
}

.page-template-template-wazektomia .asymmetric-content p {
    font-size: 0.98rem;
    line-height: 1.7;
    margin-bottom: 12px;
    color: var(--waz-text);
}

.page-template-template-wazektomia .asymmetric-section.section-dark .asymmetric-content p {
    color: rgba(255, 255, 255, 0.94);
}

.page-template-template-wazektomia .asymmetric-content ul,
.page-template-template-wazektomia .asymmetric-content ol {
    margin: 10px 0 16px 0;
    padding-left: 4px;
}

.page-template-template-wazektomia .asymmetric-content ul li,
.page-template-template-wazektomia .asymmetric-content ol li {
    padding-left: 24px;
    margin-bottom: 6px;
    line-height: 1.6;
    font-size: 0.96rem;
    color: var(--waz-text);
}

.page-template-template-wazektomia .asymmetric-content ul li::before {
    content: '';
    position: absolute;
    left: 4px;
    top: 12px;
    width: 8px;
    height: 8px;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(8, 47, 97, 0.08);
}

.page-template-template-wazektomia .asymmetric-section.section-dark .asymmetric-content ul li {
    color: rgba(255, 255, 255, 0.94);
}

.page-template-template-wazektomia .asymmetric-section.section-dark .asymmetric-content ul li::before {
    background: linear-gradient(135deg, var(--waz-accent-soft), #ffffff);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.12);
}

.page-template-template-wazektomia .asymmetric-content ol {
    counter-reset: waz-counter;
    padding-left: 0;
}

.page-template-template-wazektomia .asymmetric-content ol li {
    counter-increment: waz-counter;
    list-style: none;
    padding-left: 44px;
    position: relative;
}

.page-template-template-wazektomia .asymmetric-content ol li::before {
    content: counter(waz-counter);
    position: absolute;
    left: 0;
    top: 2px;
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: 700;
    font-family: 'Michroma', sans-serif;
}

.page-template-template-wazektomia .asymmetric-section.section-dark .asymmetric-content ol li::before {
    background: linear-gradient(135deg, var(--waz-accent-soft), var(--white));
    color: var(--primary-dark);
}

.page-template-template-wazektomia .asymmetric-content strong {
    color: var(--primary);
    font-weight: 700;
}

.page-template-template-wazektomia .asymmetric-section.section-dark .asymmetric-content strong {
    color: var(--waz-accent-soft);
}

.page-template-template-wazektomia .asymmetric-image img {
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.page-template-template-wazektomia .asymmetric-section:hover .asymmetric-image img {
    transform: scale(1.06);
}

/* ACCORDION FAQ */
.page-template-template-wazektomia .accordion-container {
    max-width: 1100px;
    margin: 80px auto 60px auto;
    padding: 0 20px;
}

.page-template-template-wazektomia .accordion-container > h2 {
    font-family: 'Michroma', sans-serif;
    color: var(--primary);
    font-size: clamp(2rem, 3vw, 2.6rem);
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 24px;
    letter-spacing: 0.08em;
}

.page-template-template-wazektomia .accordion-container > h2::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 90px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary), var(--secondary));
    border-radius: 4px;
}

.page-template-template-wazektomia .accordion-item {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid rgba(8, 47, 97, 0.08);
    box-shadow: 0 6px 20px -6px rgba(8, 47, 97, 0.12);
    margin-bottom: 16px;
    overflow: hidden;
    transition: box-shadow 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.page-template-template-wazektomia .accordion-item:hover {
    box-shadow: 0 14px 34px -8px rgba(8, 47, 97, 0.22);
    border-color: rgba(8, 47, 97, 0.18);
    transform: translateY(-2px);
}

.page-template-template-wazektomia .accordion-item.active {
    border-color: var(--primary);
    box-shadow: 0 18px 40px -10px rgba(8, 47, 97, 0.28);
}

.page-template-template-wazektomia .accordion-header {
    background: transparent;
    padding: 24px 28px;
}

.page-template-template-wazektomia .accordion-header:hover {
    background: linear-gradient(135deg, rgba(8, 47, 97, 0.04) 0%, rgba(10, 51, 94, 0.06) 100%);
}

.page-template-template-wazektomia .accordion-item.active .accordion-header {
    background: linear-gradient(135deg, rgba(8, 47, 97, 0.06) 0%, rgba(10, 51, 94, 0.1) 100%);
}

.page-template-template-wazektomia .accordion-header h2 {
    font-size: 1.18rem;
    font-family: 'Michroma', sans-serif;
    color: var(--primary);
    line-height: 1.4;
    letter-spacing: 0.02em;
}

.page-template-template-wazektomia .accordion-icon {
    width: 36px;
    height: 36px;
    box-shadow: 0 4px 12px rgba(8, 47, 97, 0.25);
    flex-shrink: 0;
}

.page-template-template-wazektomia .accordion-body {
    padding: 8px 28px 32px 28px;
    border-top: 1px solid rgba(8, 47, 97, 0.06);
}

.page-template-template-wazektomia .accordion-body p,
.page-template-template-wazektomia .accordion-body li {
    color: var(--waz-text);
    font-size: 1.02rem;
    line-height: 1.75;
}

.page-template-template-wazektomia .accordion-body ol {
    counter-reset: waz-faq-counter;
    padding-left: 0;
}

.page-template-template-wazektomia .accordion-body ol li {
    counter-increment: waz-faq-counter;
    list-style: none;
    padding-left: 38px;
    position: relative;
    margin-bottom: 10px;
}

.page-template-template-wazektomia .accordion-body ol li::before {
    content: counter(waz-faq-counter);
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.78rem;
    font-weight: 700;
    font-family: 'Michroma', sans-serif;
}

/* WCAG */
.page-template-template-wazektomia a:focus-visible,
.page-template-template-wazektomia button:focus-visible,
.page-template-template-wazektomia .accordion-header:focus-visible,
.page-template-template-wazektomia .btn:focus-visible {
    outline: 3px solid var(--secondary);
    outline-offset: 3px;
    border-radius: 4px;
}

@media (prefers-reduced-motion: reduce) {
    .page-template-template-wazektomia *,
    .page-template-template-wazektomia *::before,
    .page-template-template-wazektomia *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/* Responsywność */
@media (max-width: 1024px) {
    .page-template-template-wazektomia .asymmetric-content {
        max-width: 70%;
        padding: 56px 48px;
    }
}

@media (max-width: 768px) {
    .page-template-template-wazektomia .about-block.wide {
        padding: 24px;
        margin: 30px 16px 50px 16px;
        flex-direction: column;
    }
    .page-template-template-wazektomia .about-block.wide .block-image img {
        height: 240px;
        max-width: 100%;
    }
    .page-template-template-wazektomia .about-block.wide .block-text {
        padding: 0;
        border-left: none;
        border-top: 4px solid var(--secondary);
        padding-top: 20px;
    }
    .page-template-template-wazektomia .about-block.wide .block-text p {
        font-size: 1.05rem;
    }
    .page-template-template-wazektomia .about-block.wide .block-text p:first-child::first-letter {
        font-size: inherit !important;
        padding-right: 0 !important;
    }
    .page-template-template-wazektomia .asymmetric-section { min-height: auto; }
    .page-template-template-wazektomia .asymmetric-content {
        max-width: 100%;
        padding: 40px 24px;
    }
    .page-template-template-wazektomia .asymmetric-content h2 { font-size: 1.6rem; }
    .page-template-template-wazektomia .asymmetric-content h3 { font-size: 1.05rem; }
    .page-template-template-wazektomia .accordion-container { margin: 40px auto; }
    .page-template-template-wazektomia .accordion-header h2 { font-size: 1rem; }
}

@media (max-width: 480px) {
    .page-template-template-wazektomia .specialization-hero h1 {
        font-size: 2.1rem;
        letter-spacing: 0.06em;
    }
    .page-template-template-wazektomia .accordion-header { padding: 18px 20px; }
    .page-template-template-wazektomia .accordion-body { padding: 8px 20px 24px 20px; }
}

/* Klamra końcowa */
.page-template-template-wazektomia .content > p:last-child {
    text-align: center;
    font-size: 1.18rem;
    font-style: italic;
    color: var(--primary);
    margin: 60px auto 40px auto;
    max-width: 600px;
    padding: 24px;
    border-top: 2px solid rgba(8, 47, 97, 0.1);
    border-bottom: 2px solid rgba(8, 47, 97, 0.1);
    font-weight: 500;
}

/* ====================================================================== */
/* ============== FLAGSHIP REDESIGN — WAZEKTOMIA — END ================== */
/* ====================================================================== */

/* ============================================================================ */
/* ============ REDESIGN v2 — wide text, visible images, compact ============== */
/* ============================================================================ */

/* Reset stacking — sekcje stają się siatką dwukolumnową, obraz w pełni widoczny */
.page-template-template-wazektomia .about-blended-section {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
    margin: 24px auto 32px auto !important;
    margin-left: auto !important;
    max-width: 1500px !important;
    width: auto !important;
    padding: 0 32px !important;
    transform: none !important;
}

.page-template-template-wazektomia .asymmetric-section {
    display: grid !important;
    grid-template-columns: 360px 1fr;
    gap: 28px;
    align-items: stretch !important;
    min-height: unset !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    box-shadow: 0 8px 28px -10px rgba(8, 47, 97, 0.18) !important;
    background: #ffffff !important;
    position: relative !important;
}

.page-template-template-wazektomia .asymmetric-section.reverse {
    grid-template-columns: 1fr 360px;
}

.page-template-template-wazektomia .asymmetric-section.section-dark {
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%) !important;
    color: var(--white);
}

.page-template-template-wazektomia .asymmetric-section.section-light {
    background: linear-gradient(135deg, #ffffff 0%, var(--waz-bg-soft, #f5f9ff) 100%) !important;
}

/* Obraz — pełen kadr, statyczny, bez overlay */
.page-template-template-wazektomia .asymmetric-section .asymmetric-image,
.page-template-template-wazektomia .asymmetric-section.reverse .asymmetric-image {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 280px;
    margin: 0 !important;
    grid-column: 1 / 2;
    align-self: stretch !important;
    border-radius: 0 !important;
    overflow: hidden !important;
}

.page-template-template-wazektomia .asymmetric-section.reverse .asymmetric-image {
    grid-column: 2 / 3;
}

.page-template-template-wazektomia .asymmetric-image::before,
.page-template-template-wazektomia .asymmetric-image::after {
    display: none !important;
    content: none !important;
    background: none !important;
}

.page-template-template-wazektomia .asymmetric-image img,
.page-template-template-wazektomia .asymmetric-image .blended-image {
    width: 100% !important;
    height: 100% !important;
    min-height: 280px;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
    transform: none !important;
    filter: none !important;
    mix-blend-mode: normal !important;
    opacity: 1 !important;
}

/* Treść — szeroka, kompaktowa */
.page-template-template-wazektomia .asymmetric-section .asymmetric-content,
.page-template-template-wazektomia .asymmetric-section.section-dark .asymmetric-content,
.page-template-template-wazektomia .asymmetric-section.section-light .asymmetric-content {
    grid-column: 2 / 3;
    max-width: 100% !important;
    width: 100% !important;
    padding: 28px 36px !important;
    background: transparent !important;
    backdrop-filter: none !important;
    box-shadow: none !important;
    border-left: none !important;
    margin: 0 !important;
    align-self: center;
}

.page-template-template-wazektomia .asymmetric-section.reverse .asymmetric-content {
    grid-column: 1 / 2;
}

.page-template-template-wazektomia .asymmetric-content::before {
    top: 28px !important;
    height: 36px !important;
    width: 4px !important;
}

/* Typografia — kompaktowa, czytelna w szerokości */
.page-template-template-wazektomia .asymmetric-content h2 {
    font-size: clamp(1.35rem, 1.6vw, 1.65rem) !important;
    margin-bottom: 12px !important;
    padding-bottom: 10px !important;
    line-height: 1.25;
}

.page-template-template-wazektomia .asymmetric-content h3 {
    font-size: 0.98rem !important;
    margin: 16px 0 6px 0 !important;
    padding-left: 10px !important;
}

.page-template-template-wazektomia .asymmetric-content p {
    font-size: 0.94rem !important;
    line-height: 1.6 !important;
    margin-bottom: 8px !important;
}

.page-template-template-wazektomia .asymmetric-content ul,
.page-template-template-wazektomia .asymmetric-content ol {
    margin: 6px 0 12px 0 !important;
    columns: 1 !important;
    column-gap: 0 !important;
}

.page-template-template-wazektomia .asymmetric-content ul li,
.page-template-template-wazektomia .asymmetric-content ol li {
    font-size: 0.9rem !important;
    line-height: 1.5 !important;
    margin-bottom: 4px !important;
    padding-left: 20px !important;
    break-inside: avoid;
}

.page-template-template-wazektomia .asymmetric-content ul li::before {
    top: 9px !important;
    width: 6px !important;
    height: 6px !important;
}

.page-template-template-wazektomia .asymmetric-content ol li {
    padding-left: 36px !important;
}

.page-template-template-wazektomia .asymmetric-content ol li::before {
    width: 22px !important;
    height: 22px !important;
    font-size: 0.72rem !important;
}

/* Krótsze listy — wyłącz columns dla 1-3 elementów (best-effort: reset dla zagnieżdżonych) */
.page-template-template-wazektomia .asymmetric-content ul:has(li:only-child),
.page-template-template-wazektomia .asymmetric-content ol:has(li:only-child) {
    columns: 1;
}

/* Intro about-block — tez szerszy, niższy */
.page-template-template-wazektomia .about-block.wide {
    margin: 24px auto 28px auto !important;
    padding: 22px 28px !important;
    max-width: 1500px;
    display: flex;
    gap: 28px;
    align-items: center;
}

.page-template-template-wazektomia .about-block.wide .block-image {
    flex: 0 0 320px;
}

.page-template-template-wazektomia .about-block.wide .block-image img {
    height: 220px !important;
    max-width: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
    border-radius: 14px !important;
}

.page-template-template-wazektomia .about-block.wide .block-text {
    flex: 1;
}

/* Responsywność */
@media (max-width: 900px) {
    .page-template-template-wazektomia .asymmetric-section,
    .page-template-template-wazektomia .asymmetric-section.reverse {
        grid-template-columns: 1fr !important;
    }
    .page-template-template-wazektomia .asymmetric-section .asymmetric-image,
    .page-template-template-wazektomia .asymmetric-section.reverse .asymmetric-image {
        grid-column: 1 / -1 !important;
        min-height: 220px;
    }
    .page-template-template-wazektomia .asymmetric-section .asymmetric-content,
    .page-template-template-wazektomia .asymmetric-section.reverse .asymmetric-content {
        grid-column: 1 / -1 !important;
        padding: 22px 24px !important;
    }
    .page-template-template-wazektomia .asymmetric-content ul,
    .page-template-template-wazektomia .asymmetric-content ol {
        columns: 1 !important;
    }
    .page-template-template-wazektomia .about-block.wide {
        flex-direction: column;
    }
    .page-template-template-wazektomia .about-block.wide .block-image {
        flex: none;
        width: 100%;
    }
}

/* ============================================================================ */
/* === LAST SECTION ("Dlaczego warto... Garbary Clinic") — full-width text  == */
/* === Hide built-in asymmetric-image so user can paste WP images inside    == */
/* ============================================================================ */
.page-template-template-wazektomia .about-blended-section .asymmetric-section:last-child {
    grid-template-columns: 1fr !important;
    background: linear-gradient(135deg, #ffffff 0%, var(--waz-bg-soft, #f5f9ff) 100%) !important;
    padding: 8px 0 !important;
}

.page-template-template-wazektomia .about-blended-section .asymmetric-section:last-child .asymmetric-image {
    display: none !important;
}

.page-template-template-wazektomia .about-blended-section .asymmetric-section:last-child .asymmetric-content {
    grid-column: 1 / -1 !important;
    max-width: 100% !important;
    padding: 36px 56px !important;
}

/* Tekst i listy mogą oblewać dowolne floatowane obrazki wklejone w WP */
.page-template-template-wazektomia .about-blended-section .asymmetric-section:last-child .asymmetric-content::after {
    content: '';
    display: block;
    clear: both;
}

.page-template-template-wazektomia .about-blended-section .asymmetric-section:last-child .asymmetric-content img {
    max-width: 360px;
    height: auto;
    border-radius: 14px;
    box-shadow: 0 8px 22px rgba(8, 47, 97, 0.18);
    margin: 6px 0 14px 0;
    display: block;
}

.page-template-template-wazektomia .about-blended-section .asymmetric-section:last-child .asymmetric-content img.alignleft,
.page-template-template-wazektomia .about-blended-section .asymmetric-section:last-child .asymmetric-content img[align="left"] {
    float: left;
    margin: 6px 28px 14px 0;
    shape-outside: inset(0 round 14px);
}

.page-template-template-wazektomia .about-blended-section .asymmetric-section:last-child .asymmetric-content img.alignright,
.page-template-template-wazektomia .about-blended-section .asymmetric-section:last-child .asymmetric-content img[align="right"] {
    float: right;
    margin: 6px 0 14px 28px;
    shape-outside: inset(0 round 14px);
}

.page-template-template-wazektomia .about-blended-section .asymmetric-section:last-child .asymmetric-content img.aligncenter {
    margin: 14px auto;
}

/* WP figure wrappers */
.page-template-template-wazektomia .about-blended-section .asymmetric-section:last-child .asymmetric-content figure.alignleft,
.page-template-template-wazektomia .about-blended-section .asymmetric-section:last-child .asymmetric-content .wp-block-image.alignleft {
    float: left;
    max-width: 360px;
    margin: 6px 28px 14px 0;
    shape-outside: inset(0 round 14px);
}

.page-template-template-wazektomia .about-blended-section .asymmetric-section:last-child .asymmetric-content figure.alignright,
.page-template-template-wazektomia .about-blended-section .asymmetric-section:last-child .asymmetric-content .wp-block-image.alignright {
    float: right;
    max-width: 360px;
    margin: 6px 0 14px 28px;
    shape-outside: inset(0 round 14px);
}

.page-template-template-wazektomia .about-blended-section .asymmetric-section:last-child .asymmetric-content figure img,
.page-template-template-wazektomia .about-blended-section .asymmetric-section:last-child .asymmetric-content .wp-block-image img {
    width: 100%;
    height: auto;
    border-radius: 14px;
    box-shadow: 0 8px 22px rgba(8, 47, 97, 0.18);
}

@media (max-width: 768px) {
    .page-template-template-wazektomia .about-blended-section .asymmetric-section:last-child .asymmetric-content {
        padding: 24px 22px !important;
    }
    .page-template-template-wazektomia .about-blended-section .asymmetric-section:last-child .asymmetric-content img.alignleft,
    .page-template-template-wazektomia .about-blended-section .asymmetric-section:last-child .asymmetric-content img.alignright,
    .page-template-template-wazektomia .about-blended-section .asymmetric-section:last-child .asymmetric-content figure.alignleft,
    .page-template-template-wazektomia .about-blended-section .asymmetric-section:last-child .asymmetric-content figure.alignright,
    .page-template-template-wazektomia .about-blended-section .asymmetric-section:last-child .asymmetric-content .wp-block-image.alignleft,
    .page-template-template-wazektomia .about-blended-section .asymmetric-section:last-child .asymmetric-content .wp-block-image.alignright {
        float: none !important;
        max-width: 100%;
        margin: 14px 0;
    }
}

/* === GLOBAL TEXT ALIGN LEFT + BLUE DOT BULLETS (like badanie-nasienia) === */
.page-template-template-wazektomia .asymmetric-content,
.page-template-template-wazektomia .asymmetric-content h2,
.page-template-template-wazektomia .asymmetric-content h3,
.page-template-template-wazektomia .asymmetric-content h4,
.page-template-template-wazektomia .asymmetric-content p,
.page-template-template-wazektomia .asymmetric-content li,
.page-template-template-wazektomia .asymmetric-content ul,
.page-template-template-wazektomia .asymmetric-content ol {
    text-align: left !important;
}

.page-template-template-wazektomia .asymmetric-content ul,
.page-template-template-wazektomia .asymmetric-content ol {
    list-style: none !important;
    padding-left: 0 !important;
}

.page-template-template-wazektomia .asymmetric-content li {
    position: relative;
    padding-left: 22px !important;
    margin-bottom: 8px;
    line-height: 1.6;
    list-style: none !important;
}

.page-template-template-wazektomia .asymmetric-content li::before {
    content: '' !important;
    position: absolute !important;
    left: 4px !important;
    top: 10px !important;
    width: 7px !important;
    height: 7px !important;
    background: var(--secondary, #1e6fb8) !important;
    border-radius: 50% !important;
    color: transparent !important;
}

/* Remove white/gradient underline on asymmetric h2 */
.page-template-template-wazektomia .asymmetric-content h2::after,
.page-template-template-wazektomia .asymmetric-section.section-dark .asymmetric-content h2::after {
    display: none !important;
    content: none !important;
    background: none !important;
    width: 0 !important;
    height: 0 !important;
}
.page-template-template-wazektomia .asymmetric-content h2 {
    padding-bottom: 0 !important;
}

/* ============================================================ */
/* === MOBILE FIX — wazektomia layout & overflow            === */
/* ============================================================ */
@media (max-width: 768px) {
    .page-template-template-wazektomia,
    .page-template-template-wazektomia .about-blended-section,
    .page-template-template-wazektomia .asymmetric-section {
        overflow-x: hidden !important;
    }
    .page-template-template-wazektomia .about-blended-section {
        width: 100% !important;
        margin-left: 0 !important;
        transform: none !important;
        padding: 0 !important;
    }
    .page-template-template-wazektomia .asymmetric-section,
    .page-template-template-wazektomia .asymmetric-section.reverse {
        display: flex !important;
        flex-direction: column !important;
        grid-template-columns: 1fr !important;
        min-height: auto !important;
        margin: 12px 0 !important;
    }
    .page-template-template-wazektomia .asymmetric-image {
        width: 100% !important;
        height: 220px !important;
        max-height: 240px !important;
    }
    .page-template-template-wazektomia .asymmetric-image img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }
    .page-template-template-wazektomia .asymmetric-content {
        padding: 18px 12px !important;
        max-width: 100% !important;
    }
    .page-template-template-wazektomia .asymmetric-content h2 {
        text-align: center !important;
        font-size: 1.35rem !important;
    }
}

@media (max-width: 480px) {
    .page-template-template-wazektomia .asymmetric-content {
        padding: 14px 8px !important;
    }
    .page-template-template-wazektomia .asymmetric-image {
        height: 180px !important;
    }
}

/* === MOBILE: maximize text width in wazektomia === */
@media (max-width: 768px) {
    .page-template-template-wazektomia .container {
        padding-left: 6px !important;
        padding-right: 6px !important;
        max-width: 100% !important;
    }
    .page-template-template-wazektomia .about-block,
    .page-template-template-wazektomia .about-block.wide,
    .page-template-template-wazektomia .about-block .block-text,
    .page-template-template-wazektomia .about-blended-section {
        padding-left: 6px !important;
        padding-right: 6px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .page-template-template-wazektomia .asymmetric-content {
        padding: 18px 8px !important;
        max-width: 100% !important;
    }
    .page-template-template-wazektomia .asymmetric-content p,
    .page-template-template-wazektomia .asymmetric-content li {
        font-size: 0.97rem !important;
        line-height: 1.55 !important;
    }
    .page-template-template-wazektomia .asymmetric-content ul,
    .page-template-template-wazektomia .asymmetric-content ol {
        padding-left: 0 !important;
        margin: 6px 0 12px 0 !important;
        columns: 1 !important;
    }
    .page-template-template-wazektomia .asymmetric-content li {
        padding-left: 18px !important;
    }
    .page-template-template-wazektomia .asymmetric-content li::before {
        left: 2px !important;
        top: 9px !important;
    }
    .page-template-template-wazektomia .accordion-container,
    .page-template-template-wazektomia .accordion-body,
    .page-template-template-wazektomia .accordion-header {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
}

@media (max-width: 480px) {
    .page-template-template-wazektomia .container,
    .page-template-template-wazektomia .about-block .block-text {
        padding-left: 4px !important;
        padding-right: 4px !important;
    }
    .page-template-template-wazektomia .asymmetric-content {
        padding: 14px 6px !important;
    }
    .page-template-template-wazektomia .asymmetric-content h2 {
        font-size: 1.2rem !important;
    }
}
