/* ==========================================================================
   KÉPMEDICINA CIKK ÉS GRAFIKUS ELEMEK GLOBÁLIS STÍLUSLAPJA
   ========================================================================== */

.csikung-article {
    /* --- AZ OLDALAD ALAP BETŰTÍPUSAHOZ IGAZÍTVA --- */
    font-family: "Segoe UI", "Montserrat", sans-serif;
    line-height: 1.8;
    color: #333333;
    
    /* --- FIX MAXIMÁLIS OLDALSZÉLESSÉG ÉS KÖZÉPRE IGAZÍTÁS --- */
    width: 100%;
    max-width: 1200px !important; /* Így asztali gépen sem esik szét, nem lesz túl széles */
    margin: 0 auto !important;   /* Tökéletesen középre helyezi a teljes cikket a monitoron */
    
    background-color: #ffffff;
}

/* Szekciók alapbeállításai */
.csikung-article .cikk-szekcio {
    padding: 5rem 20px;
    border-bottom: 1px solid #eaeaea;
}

.csikung-article .section-content {
    padding: 0 20px !important; 
    box-sizing: border-box;
}

.csikung-article section.bg-light {
    background-color: #f9fbfd;
}

/* Tipográfia */
.csikung-article h1, 
.csikung-article h2 {
    text-align: center;
    color: #0b1c2c;
    font-weight: 700;
    margin-top: 0 !important;
}

.csikung-article h1 {
    font-size: 2.6rem;
    margin-bottom: 2.5rem;
    line-height: 1.3;
}

.csikung-article h2 {
    font-size: 2rem;
    margin-bottom: 1.8rem;
    line-height: 1.4;
}

.csikung-article p {
    margin-bottom: 1.6rem;
    text-align: justify;
    font-size: 1.1rem;
    color: #4a5568;
}

/* Arany alcím (Pre-header) */
.csikung-article .arany-alcim {
    color: #cca43b;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 0.8rem;
    font-weight: 600;
    text-align: center;
}

.csikung-article .hieroglifa-inline {
    font-weight: 600;
    color: #0b1c2c;
    background-color: rgba(204, 164, 59, 0.1);
    padding: 2px 6px;
    border-radius: 4px;
}

/* --- 1. MESTER BLOKK (Idézet doboz sárga szegéllyel) --- */
.csikung-article .mester-blokk {
    background-color: #fdfbf7;
    border-left: 5px solid #cca43b;
    padding: 2rem;
    margin: 3rem 0;
    font-style: italic;
    color: #334155;
    line-height: 1.7;
}

.csikung-article .mester-blokk .alcim {
    display: block;
    font-weight: 700;
    color: #0b1c2c;
    font-style: normal;
    margin-bottom: 0.8rem;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 1px;
}

/* --- 2. HÁRMAS MODLL KÁRTYÁK STÍLUSA --- */
.csikung-article .modell-bevezeto {
    text-align: center;
    margin-bottom: 3rem;
}

.csikung-article .modell-kartyak-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin: 2rem 0;
}

.csikung-article .modell-kartya {
    background: #ffffff;
    border-radius: 8px;
    padding: 2rem 1.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border-top: 4px solid #cca43b;
    transition: transform 0.3s ease;
}

.csikung-article .modell-kartya:hover {
    transform: translateY(-5px);
}

.csikung-article .kartya-fej {
    display: flex;
    align-items: center;
    margin-bottom: 1.2rem;
}

.csikung-article .kartya-fej h3 {
    margin: 0;
    font-size: 1.4rem;
    color: #cca43b;
    font-weight: 700;
}

/* Kártya Ikonok CSS-ből renderelve */
.csikung-article .kartya-ikon {
    width: 32px;
    height: 32px;
    margin-right: 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* Anyag (Atom/Molekula struktúra szimbólum) */
.csikung-article .ikon-anyag {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230b1c2c'%3E%3Cpath d='M12 2a3 3 0 1 0 0 6 3 3 0 0 0 0-6zm0 14a3 3 0 1 0 0 6 3 3 0 0 0 0-6zm7.794-3a3 3 0 1 0-5.196-3 3 3 0 0 0 5.196 3zM9.402 8a3 3 0 1 0-5.196 3 3 0 0 0 5.196-3zm0 8a3 3 0 1 0-5.196-3 3 3 0 0 0 5.196 3zm9.794-3a3 3 0 1 0-5.196 3 3 0 0 0 5.196-3z'/%3E%3C/svg%3E");
}

/* Energia (Villám szimbólum) */
.csikung-article .ikon-energia {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230b1c2c'%3E%3Cpath d='M13 10V3L4 14h7v7l9-11h-7z'/%3E%3C/svg%3E");
}

/* Információ (Info szimbólum) */
.csikung-article .ikon-informacio {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230b1c2c'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z'/%3E%3C/svg%3E");
}

.csikung-article .modell-kartya p {
    font-size: 1rem;
    line-height: 1.6;
    color: #4a5568;
    margin: 0;
    text-align: left;
}

/* --- 3. INFOGRAFIKUS IDŐVONAL STÍLUSA --- */
.csikung-article .idovonal-wrapper {
    position: relative;
    max-width: 800px;
    margin: 4rem auto;
    padding: 0;
}

.csikung-article .idovonal-tengely {
    position: absolute;
    left: 18px;
    top: 0;
    height: 100%;
    width: 3px;
    background: #cbd5e1;
}

.csikung-article .idovonal-elem {
    position: relative;
    padding-left: 55px;
    margin-bottom: 2.5rem;
}

.csikung-article .idovonal-elem:last-child {
    margin-bottom: 0;
}

.csikung-article .idovonal-pont {
    position: absolute;
    left: 10px;
    top: 8px;
    width: 18px;
    height: 18px;
    background-color: #cca43b;
    border-radius: 50%;
    border: 4px solid #ffffff;
    box-shadow: 0 0 0 2px #cca43b;
    z-index: 2;
}

.csikung-article .idovonal-doboz {
    background: #f8fafc;
    padding: 1.5rem;
    border-radius: 8px;
    border-left: 4px solid #0b1c2c;
}

.csikung-article .idovonal-datum {
    font-weight: 700;
    font-size: 1.2rem;
    color: #cca43b;
    display: block;
    margin-bottom: 0.4rem;
}

.csikung-article .idovonal-doboz p {
    font-size: 1rem;
    margin: 0;
}

/* --- 4. PRÉMIUM SÖTÉTKÉK CTA DOBOZ --- */
.csikung-article .cikk-cta-wrapper {
    max-width: 100%;
    background-color: #ffffff;
    padding: 5rem 20px;
}

.csikung-article .cikk-cta-box {
    background-color: #ebf0f5; /* Pontos mély sötétkék a beküldött fotó alapján */
    max-width: 850px;
    margin: 0 auto;
    padding: 4.5rem 4rem;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 15px 35px rgba(11, 28, 44, 0.18);
}

.csikung-article .cta-arany-alcim {
    color: #cca43b;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 1rem;
    font-weight: 700;
}

.csikung-article .cikk-cta-box h3 {
    font-size: 2.3rem;
    color: #1a1818;
    margin-top: 0;
    margin-bottom: 2rem;
    font-weight: 700;
    line-height: 1.3;
}

.csikung-article .cikk-cta-box p {
    font-size: 1.05rem;
    color: #202124;
    line-height: 1.8;
    max-width: 720px;
    margin: 0 auto 3rem auto;
    text-align: center;
}

/* Lekerekített arany CTA gomb */
.csikung-article .cikk-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #cca43b !important;
    color: #ffffff !important;
    padding: 18px 45px;
    text-decoration: none !important;
    font-size: 0.95rem;
    font-weight: 700;
    border-radius: 50px; /* Tökéletesen lekerekített kapszula forma */
    letter-spacing: 1px;
    transition: background-color 0.2s ease, transform 0.2s ease;
    box-shadow: 0 4px 15px rgba(204, 164, 59, 0.3);
}

.csikung-article .cikk-cta-button:hover {
    background-color: #b58f32 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(204, 164, 59, 0.4);
}

/* --- 5. JOGI NYILATKOZAT --- */
.csikung-article .jogi-szekcio {
    background: transparent;
    border: none;
    padding-top: 0;
}

.csikung-article .jogi-nyilatkozat {
    font-size: 0.85rem;
    color: #718096;
    margin-top: 1rem;
    text-align: justify;
    line-height: 1.6;
}

/* ==========================================================================
   MOBIL RESPONSIVE SZABÁLYOK (Sérülések és szétcsúszások ellen)
   ========================================================================== */






/* ==========================================================================
   A CSÍ MEGSZŰNÉSE SZEKCIÓ STÍLUSAI
   ========================================================================== */

/* A teljes szekció finom háttérszíne a kontraszt miatt */
.halalkoncepcio-szekcio {
    background-color: #ffffff;
}

/* Az arany szegélyes kiemelt doboz */
.csi-kiemelt-box {
    background-color: #fdfbf7; /* Halvány meleg/krémszínű háttér, mint a képen */
    border-left: 5px solid #cca43b; /* A képen látható vastag arany szegély */
    padding: 2.5rem 2rem;
    margin-bottom: 2.5rem;
    border-radius: 0 8px 8px 0; /* Csak a jobb oldali sarkok kerekítettek */
    box-shadow: 0 4px 15px rgba(204, 164, 59, 0.03); /* Minimális mélység */
}

/* A kiemelt dobozon belüli cím */
.kiemelt-box-cim {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 1.6rem !important;
    color: #0b1c2c;
    font-weight: 700;
    text-align: left !important; /* Balra zárt, mint a mintán */
    margin-top: 0 !important;
    margin-bottom: 1.2rem !important;
    line-height: 1.4;
}

/* A kiemelt dobozon belüli dőlt szöveg */
.kiemelt-box-szoveg {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-style: italic; /* Dőlt stílus a minta alapján */
    font-size: 1.1rem;
    color: #334155;
    line-height: 1.7;
    margin: 0 !important;
    text-align: justify;
}

/* A „nincs több Csí” rész kiemelése */
.kiemelt-box-szoveg strong {
    font-style: normal;
    color: #0b1c2c;
    font-weight: 700;
}

/* A dobozon kívüli normál szöveg stílusa */
.szekcio-koveto-szoveg {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 1.1rem;
    color: #4a5568;
    line-height: 1.8;
    text-align: justify;
    margin: 0;
}

/* Kisebb kijelzőkre optimalizálás */
@media (max-width: 600px) {
    .csi-kiemelt-box {
        padding: 1.5rem 1.2rem;
    }
    .kiemelt-box-cim {
        font-size: 1.35rem !important;
    }
    .szekcio-koveto-szoveg {
        text-align: left;
    }
}











/* ==========================================================================
       4. IDŐVONAL (TIMELINE) MOBIL RESTRUKTURÁLÁSA (Egymásra csúszás ellen)
       ========================================================================== */
/* ==========================================================================
   3. INFOGRAFIKUS IDŐVONAL STÍLUSA (TISZTA VÍZSZINTES ASZTALI DIZÁJN)
   ========================================================================== */
.timeline-section {
    padding: 60px 40px !important;
    margin: 4rem 0 !important;
    box-sizing: border-box !important;
    background: #ffffff;
}

.timeline-title {
    font-size: 28px !important;
    color: #0b1c2c !important;
    font-weight: 700 !important;
    text-align: center !important; /* Középre zárja a szöveget */
    margin-bottom: 80px !important;
    border-left: none !important;  /* Eltünteti az arany függőleges csíkot */
    padding-left: 0 !important;     /* Nullázza a csík miatti bal oldali belső margót */
    line-height: 1.3 !important;
}

/* Bekapcsoljuk a flex elrendezést, így az elemek egymás mellé kerülnek */
.timeline-wrapper {
    display: flex !important;
    justify-content: space-between !important;
    position: relative !important;
    padding: 140px 0 !important; /* Elég helyet hagyunk a felül és alul elhelyezkedő szövegeknek */
    margin: 0 auto !important;
    max-width: 900px;
}

/* A tengelyvonalat vízszintesbe fektetjük, pontosan középre */
.timeline-axis {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 50% !important;
    width: 100% !important;
    height: 2px !important;
    transform: translateY(-50%) !important;
    background-color: #cbd5e1 !important;
}

.timeline-wrapper::after {
    display: none !important;
}

/* Az idővonal elemei egyenlő széles függőleges oszlopokká válnak */
.timeline-item {
    position: relative !important;
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    margin-bottom: 0 !important;
    padding: 0 10px !important;
}

.timeline-item:last-child {
    margin-bottom: 0 !important;
}

/* A sárga pöttyök hajszálpontosan a vízszintes vonal közepére ülnek */
.timeline-dot {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 16px !important;
    height: 16px !important;
    box-shadow: 0 0 0 6px #fff !important;
    background-color: #cca43b !important;
    border-radius: 50% !important;
    z-index: 3 !important;
}

/* Abszolút pozicionálással kiszabadítjuk a szövegdobozokat */
.timeline-content {
    position: absolute !important;
    width: 200px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}

/* --- VÁLTAKOZÓ ELRENDEZÉS A HTML OSZTÁLYOK ALAPJÁN --- */

/* A '.top' osztályú dobozok a vízszintes vonal FÖLÉ ugranak */
.timeline-item.top .timeline-content {
    bottom: 35px !important;
    top: auto !important;
}

/* A '.bottom' osztályú dobozok a vízszintes vonal ALÁ ugranak */
.timeline-item.bottom .timeline-content {
    top: 35px !important;
    bottom: auto !important;
}

.timeline-date {
    display: block !important;
    font-size: 18px !important;
    color: #d4a339 !important;
    font-weight: 700 !important;
    margin-bottom: 8px !important;
    line-height: 1.2 !important;
}

.timeline-content p {
    font-size: 16px !important;
    line-height: 1.5 !important;
    color: #4b5563 !important;
    margin: 0 !important;
    text-align: center !important; /* Középre zárt szövegek a pöttyök alatt és felett */
}






















/* ==========================================================================
   EGYÉB ELEMEK (Kép és Link stílusok változatlanul)
   ========================================================================== */
.modell-vizualizacio {
    text-align: center;
    padding: 20px 0;
}

.modell-vizualizacio img {
    max-width: 600px;
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 10px;
    background-color: #fff;
}

.timeline-link {
    color: #467d9c !important;
    text-decoration: none;
    font-weight: 600;
}

.timeline-link:hover {
    color: #467d9c !important;
    text-decoration: none !important;
}

/* A kép és az első két bekezdés közös konténere */
.tortenet-blokk {
    display: flex;
    flex-wrap: wrap;       /* Ha mobilon nincs elég hely, egymás alá törnek */
    gap: 30px;             /* Ez a padding/margin hatás a szöveg és a kép között */
    align-items: flex-start;
    margin-bottom: 20px;   /* Távolság a lentebb lévő bekezdésektől */
}

/* A szöveges oszlop rugalmas méretezése */
.tortenet-szoveg {
    flex: 1;
    min-width: 300px;      /* Mobilon ennél kisebb nem lesz, inkább leugrik a kép alá */
}

/* A képet tartalmazó doboz */
.tortenet-kep {
    flex: 0 0 280px;       /* ITT ÁLLÍTHATOD A KÉP MÉRETÉT (pl. 280px széles lesz nagy képernyőn) */
    max-width: 100%;
    margin: 0 auto;        /* Ha mobilon alulra kerül, középen lesz */
}

/* Maga a képfájl formázása a dobozon belül */
.tortenet-kep img {
    width: 100%;
    height: auto;
    border-radius: 8px;    /* Szép, enyhén lekerekített sarkok */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); /* Nagyon finom, elegáns árnyék */
    display: block;
}

/* A három szint (Fizikai, Energetikai, Információs) felsorolás betűmérete */
.modell-osszegzo-szoveg ul li {
    font-size: 17px !important;       /* Itt tudod tetszés szerint növelni (pl. 16px vagy 18px) */
    line-height: 1.6 !important;      /* Biztosítja, hogy a sorok ne csússzanak össze */
    margin-bottom: 12px !important;   /* Kellemes távolságot hagy a lista pontjai között */
    color: #333333 !important;
}


/* ==========================================================================
   ÖSSZEVONT MOBIL RESPONSIVE SZABÁLYOK (max-width: 768px)
   ========================================================================== */

@media (max-width: 768px) {
    
    /* 1. Globális szekció és tartalom margók */
    .csikung-article .cikk-szekcio {
        padding: 3rem 20px; /* Biztonságos oldalsó margó a képernyő szélétől */
    }

    .csikung-article h1 {
        font-size: 1.85rem;
        margin-bottom: 1.8rem;
        padding: 0 10px; /* Ne tapadjon a szélre a főcím */
    }

    .csikung-article h2 {
        font-size: 1.5rem;
        margin-bottom: 1.4rem;
        padding: 0 10px;
    }

    .csikung-article p {
        font-size: 1rem;
        text-align: left; /* Mobilon a sorkizárt helyett a balra zárt sokkal szebb */
        margin-bottom: 1.4rem;
        padding: 0 5px;
    }

    /* 2. Hármas modell kártyák mobil elrendezése */
    .csikung-article .modell-kartyak-container {
        grid-template-columns: 1fr; /* Egymás alá rendeződnek */
        gap: 20px;
        margin: 2rem 10px; /* Oldalsó margó a kártyacsoportnak */
    }

    .csikung-article .modell-kartya {
        padding: 1.8rem 1.2rem;
        margin-bottom: 5px; /* Extra követő távolság */
    }

    /* --- ÚJ: A KÁRTYÁK ALATTI ÖSSZEFOGLALÓ SZÖVEG MARGÓJA --- */
    .csikung-article .modell-osszegzo-szoveg {
        padding: 0 15px; /* Ez teszi rá a margót a képen látható szövegre */
        margin-top: 2.5rem;
    }
    
    .csikung-article .modell-osszegzo-szoveg h3 {
        font-size: 1.4rem;
        padding: 0 5px;
        margin-bottom: 1.2rem;
    }

    .csikung-article .modell-osszegzo-szoveg ul {
        padding-left: 20px; /* Beljebb viszi a listapontokat, hogy ne lógjanak ki balra */
        padding-right: 10px;
    }

    /* 3. CTA doboz mobil igazítása és margói */
    .csikung-article .cikk-cta-box {
        padding: 3rem 1.5rem;
        margin: 0 15px; /* Oldalsó biztonsági távolság a kijelző szélétől */
    }

    .csikung-article .cikk-cta-box h3 {
        font-size: 1.6rem;
        margin-bottom: 1.5rem;
    }

    .csikung-article .cikk-cta-box p {
        padding: 0 10px;
        margin-bottom: 2.5rem;
    }

    /* Teljesen reszponzív, sorba törő kapszula gomb */
  .csikung-article .cikk-cta-button {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 1.2rem 0.5rem;   /* Kétoldalt kisebb padding, hogy biztosan elférjen a szöveg */
    font-size: 0.9rem;
    border-radius: 50px !important;
    white-space: nowrap;      /* <--- EZ KÉNYSZERÍTI EGY SORBA A SZÖVEGET */
}

/* Kizárólag az Élet modellje kép és konténerének mobil finomhangolása */
    .csikung-article .modell-vizualizacio {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 10px 0 25px 0 !important; /* Jó kis alsó térköz, hogy ne tapadjon a bevezető szövegre */
        margin: 0 auto !important;
        overflow: hidden !important; /* Biztonsági zár, hogy semmiképp ne tolja el a kijelzőt jobbra */
        box-sizing: border-box !important;
    }
    
    .csikung-article .modell-vizualizacio img {
        display: block !important;
        width: 100% !important;      /* Kényszeríti a képet, hogy ne legyen szélesebb a mobil kijelzőjénél */
        max-width: 100% !important;  /* Nem engedi megnyúlni */
        height: auto !important;      /* Megtartja a méretarányokat, nem torzítja el a lótuszt */
        margin: 0 auto !important;    /* Középre igazítja */
        padding: 0 !important;
    }

.timeline-section {
        padding: 30px 15px !important;
        margin: 20px 0 !important;
        box-sizing: border-box !important;
    }

    .timeline-title {
        font-size: 22px !important;
        text-align: center !important;
        margin-bottom: 30px !important;
    }

    /* Visszaállítjuk sima blokká, hogy egymás alá törjenek az elemek */
    .timeline-wrapper {
        display: block !important;
        position: relative !important;
        padding: 10px 0 10px 30px !important; /* Hely a bal oldali függőleges vonalnak */
        margin: 0 !important;
    }

    /* A tengelyből egy stabil, bal oldali függőleges vezetővonalat csinálunk */
    .timeline-axis {
        position: absolute !important;
        left: 12px !important;
        top: 0 !important;
        bottom: 0 !important;
        width: 2px !important;
        height: 100% !important;
        transform: none !important;
        background-color: #cbd5e1 !important;
    }

    /* Megszüntetjük a flex-et és az egymásra csúszást okozó fix szélességeket */
    .timeline-item {
        position: relative !important;
        width: 100% !important;
        display: block !important;
        text-align: left !important;
        margin-bottom: 40px !important; /* Biztonságos távolság a blokkok között */
        padding: 0 !important;
    }
    
    .timeline-item:last-child {
        margin-bottom: 0 !important;
    }

    /* A kerek pöttyök hajszálpontosan a bal oldali függőleges vonalra ugranak */
    .timeline-dot {
        position: absolute !important;
        left: -24px !important; /* Pontosan a függőleges vonal közepére igazítva */
        top: 6px !important;
        transform: none !important;
        width: 14px !important;
        height: 14px !important;
        border-radius: 50% !important;
        box-shadow: 0 0 0 4px #fff !important;
        z-index: 3 !important;
    }

    /* Kikapcsoljuk az asztali abszolút pozicionálást, ami a káoszt okozta */
    .timeline-content {
        position: relative !important;
        top: auto !important;
        bottom: auto !important;
        left: 0 !important;
        width: 100% !important;
        transform: none !important;
        padding: 0 !important;
    }

    /* Letiltjuk a HTML-ből jövő top/bottom osztályok zavaró hatásait mobilon */
    .timeline-item.top .timeline-content,
    .timeline-item.bottom .timeline-content {
        position: relative !important;
        top: auto !important;
        bottom: auto !important;
    }

    .timeline-date {
        display: block !important;
        font-size: 18px !important;
        color: #d4a339 !important;
        font-weight: 700 !important;
        margin-bottom: 6px !important;
        line-height: 1.2 !important;
    }

    .timeline-content p {
        font-size: 14px !important;
        line-height: 1.5 !important;
        color: #4b5563 !important;
        margin: 0 !important;
        text-align: left !important; /* Mobilon a balra zárt szöveg sokkal olvashatóbb */
    }



}