.elementor-985 .elementor-element.elementor-element-0e2bffb{--display:flex;}/* Start custom CSS *//* --- BLOG POST PAGE FIX & DESIGN --- */

/* 1. HÁTTÉR BEÁLLÍTÁSA */
body {
    background-color: #f4f7f6 !important; /* Prémium világosszürke/menta */
}

/* 2. A GYÁRI CÍMEK ÉS META ADATOK ELREJTÉSE (TISZTA LAP) */
/* Ez eltünteti a "Mély Hátizom" és a "By BankiBalazs" részeket, mert a HTML-ben szebbet csináltunk */
.elementor-page-title,
.elementor-widget-theme-post-title,
.elementor-widget-post-info,
.page-header, 
.entry-header {
    display: none !important;
}

/* 3. KONTÉNER STÍLUSOK */
.ultra-blog-container {
    max-width: 900px;
    margin: 40px auto;
    font-family: 'Montserrat', sans-serif;
    color: #444;
}

/* Fejléc (Címek) */
.ub-header {
    text-align: center;
    margin-bottom: -60px; /* Hogy rácsússzon a képre */
    position: relative;
    z-index: 10;
    padding: 0 20px;
}

.ub-category {
    display: inline-block;
    background: #2c3e50;
    color: #fff;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    font-weight: 600;
}

.ub-title {
    font-family: 'Bodoni Moda', serif;
    font-size: 3.5rem;
    color: #2c3e50;
    line-height: 1.1;
    margin: 0 0 10px 0;
}

.ub-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    color: #6fb9b0; /* Türkiz */
    font-weight: 500;
    margin-bottom: 30px;
}

/* 4. HERO KÉP */
.ub-hero-image-wrap img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
    display: block;
}

/* 5. TARTALOM KÁRTYA (LEBEGŐ EFFEKT) */
.ub-content-card {
    background: #ffffff;
    width: 90%;
    margin: -100px auto 50px auto; /* Felcsúszik a képre */
    padding: 60px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
    position: relative;
    z-index: 5;
}

/* Szöveg stílusok */
.ub-content-card p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #555;
}

.ub-lead {
    font-weight: 500;
    font-size: 1.2rem !important;
    color: #2c3e50 !important;
}

/* Idézet */
.ub-quote {
    border-left: 4px solid #6fb9b0;
    background: #fcfcfc;
    padding: 20px 30px;
    margin: 30px 0;
    font-family: 'Bodoni Moda', serif;
    font-size: 1.4rem;
    color: #2c3e50;
    font-style: italic;
}

/* Kiemelés */
.ub-highlight {
    color: #6fb9b0;
    font-weight: 700;
    font-size: 1.15rem !important;
}

/* Címsorok a szövegben */
.ub-heading {
    font-family: 'Bodoni Moda', serif;
    font-size: 2rem;
    color: #2c3e50;
    margin-top: 40px;
    margin-bottom: 20px;
}

/* Belső kép */
.ub-inline-image-wrap img {
    width: 100%;
    border-radius: 12px;
    margin: 30px 0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* Lista */
.ub-list {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}
.ub-list li {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
    font-weight: 600;
    color: #2c3e50;
}
.ub-list li::before {
    content: '•';
    color: #6fb9b0;
    font-size: 2rem;
    position: absolute;
    left: 0;
    top: -5px;
}

/* Lábléc / CTA */
.ub-footer {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}
.ub-cta {
    font-weight: 700;
    color: #6fb9b0 !important;
    font-size: 1.2rem !important;
    text-align: center;
    margin-top: 20px;
}

/* --- MOBIL NÉZET --- */
@media (max-width: 768px) {
    .ub-title { font-size: 2.2rem; }
    .ub-subtitle { font-size: 1rem; }
    .ub-header { margin-bottom: -40px; }
    .ub-hero-image-wrap img { height: 300px; }
    
    .ub-content-card {
        width: 95%;
        margin-top: -50px;
        padding: 30px 20px;
    }
    .ub-content-card p { font-size: 1rem; }
    .ub-quote { font-size: 1.1rem; padding: 15px; }
}
/* --- KOMMENT GOMB STÍLUSA (Javítás) --- */

/* A gomb alapállapota */
#respond input#submit,
#respond .submit {
    background-color: #2c3e50 !important; /* Sötétkék */
    color: #ffffff !important; /* Fehér szöveg */
    border: none !important;
    border-radius: 50px !important; /* Ez a LEKEREKÍTÉS kulcsa */
    padding: 15px 35px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 5px 15px rgba(44, 62, 80, 0.2) !important;
    margin-top: 20px !important;
}

/* Amikor ráviszed az egeret (Hover) */
#respond input#submit:hover,
#respond .submit:hover {
    background-color: #6fb9b0 !important; /* Türkiz */
    transform: translateY(-3px) !important; /* Picit felemelkedik */
    box-shadow: 0 10px 20px rgba(111, 185, 176, 0.4) !important;
}
/* --- "Bejelentkezve..." szöveg eltüntetése --- */
.logged-in-as {
    display: none !important;
}
/* --- Weboldal (Website) mező eltüntetése --- */
.comment-form-url {
    display: none !important;
}

/* --- Opcionális: A Név és Email mező széthúzása --- */
/* Hogy ne maradjon lyuk a Weboldal mező helyén, a maradék kettőt eligazítjuk */
.comment-form-author,
.comment-form-email {
    width: 48% !important; /* Egymás mellett legyenek */
    float: left !important;
    margin-right: 2% !important;
}

.comment-form-email {
    margin-right: 0 !important; /* Az utolsónak ne legyen margója */
}

/* Mobilon legyenek egymás alatt */
@media (max-width: 767px) {
    .comment-form-author,
    .comment-form-email {
        width: 100% !important;
        margin-right: 0 !important;
        float: none !important;
    }
}/* End custom CSS */