.elementor-495 .elementor-element.elementor-element-a66965e{--display:flex;--margin-top:100px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}/* Start custom CSS for theme-post-title, class: .elementor-element-e18ef2d *//* =========================================================
   ROZSDAMENTESAJTO.HU – SINGLE BLOG / ELEMENTOR CSS
   Használat:
   - Single Post sablonban add meg a wrappernek: azr-blog-single
   - Hero szekció: azr-blog-hero
   - Belső container: azr-blog-hero-inner
   - Kategóriák sor: azr-blog-cats
   - H1: azr-blog-title
   - Lead / kivonat: azr-blog-lead
   - Meta sor: azr-blog-meta
   - Tartalom doboz szekció: azr-blog-body
   - Tartalom belső: azr-blog-article
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&family=Space+Grotesk:wght@400;500;600;700&display=swap');

:root{
    --azr-bg-dark:#2F3E46;
    --azr-bg-darker:#1e282d;
    --azr-accent:#C27933;
    --azr-accent-dark:#a66326;
    --azr-text-light:#E0E1DD;
    --azr-text-muted:#9CA3AF;
    --azr-bg-light:#F4F6F8;
    --azr-bg-white:#ffffff;
    --azr-text-dark:#1F2937;
    --azr-border-soft:rgba(31,41,55,0.06);
    --azr-border-light:rgba(255,255,255,0.08);
    --azr-shadow-soft:0 18px 50px rgba(0,0,0,0.06);
    --azr-shadow-dark:0 15px 40px rgba(0,0,0,0.18);
    --azr-header-h:85px;
}

/* alap */
body.single-post{
    background:var(--azr-bg-light) !important;
}

body.single-post .entry-title,
body.single-post .elementor-page-title,
body.single-post .page-header,
body.single-post .entry-header,
body.single-post .elementor-widget-theme-post-title,
body.single-post .elementor-post__title,
body.single-post .elementor-widget-post-title{
    display:none !important;
}

.azr-blog-single{
    background:var(--azr-bg-light);
    font-family:'Manrope',sans-serif;
    color:var(--azr-text-dark);
}

.azr-blog-single *{
    box-sizing:border-box;
}

.azr-blog-single h1,
.azr-blog-single h2,
.azr-blog-single h3,
.azr-blog-single h4{
    font-family:'Space Grotesk',sans-serif;
}

/* hero */
.azr-blog-hero{
    position:relative;
    overflow:hidden;
    padding:calc(var(--azr-header-h) + 56px) 20px 44px;
    background:linear-gradient(135deg, rgba(47,62,70,0.96) 0%, rgba(30,40,45,0.94) 100%);
}

.azr-blog-hero::before{
    content:"";
    position:absolute;
    inset:0;
    background-image:radial-gradient(rgba(255,255,255,0.05) 1px, transparent 1px);
    background-size:40px 40px;
    opacity:.55;
    pointer-events:none;
}

.azr-blog-hero-inner{
    position:relative;
    z-index:2;
    max-width:980px;
    margin:0 auto;
}

.azr-blog-cats{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin:0 0 18px;
}

.azr-blog-cats a,
.azr-blog-cats span{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:34px;
    padding:0 14px;
    border-radius:999px;
    background:rgba(194,121,51,0.16);
    border:1px solid rgba(194,121,51,0.34);
    color:#f0c9a2 !important;
    font-size:12px;
    font-weight:700;
    letter-spacing:.08em;
    text-transform:uppercase;
    text-decoration:none !important;
}

.azr-blog-title{
    margin:0 0 18px !important;
    color:#ffffff !important;
    font-family:'Space Grotesk',sans-serif !important;
    font-size:clamp(34px,5vw,58px) !important;
    line-height:1.08 !important;
    font-weight:700 !important;
    letter-spacing:-0.03em;
}

.azr-blog-lead{
    max-width:820px;
    margin:0 0 22px !important;
    color:rgba(224,225,221,0.92) !important;
    font-size:19px !important;
    line-height:1.72 !important;
}

.azr-blog-meta{
    display:flex;
    flex-wrap:wrap;
    gap:12px 18px;
    align-items:center;
    color:rgba(224,225,221,0.74);
    font-size:14px;
    line-height:1.5;
}

.azr-blog-meta span{
    display:inline-flex;
    align-items:center;
}

/* body */
.azr-blog-body{
    padding:36px 20px 72px;
}

.azr-blog-body > .elementor-container,
.azr-blog-body > .e-con-inner,
.azr-blog-body-inner{
    max-width:980px !important;
    margin:0 auto !important;
}

.azr-blog-article,
.azr-blog-article .elementor-widget-container{
    background:var(--azr-bg-white);
    border:1px solid var(--azr-border-soft);
    border-radius:18px;
    box-shadow:var(--azr-shadow-soft);
}

.azr-blog-article{
    padding:42px;
    overflow:hidden;
}

/* content typography */
.azr-blog-article .elementor-widget-theme-post-content,
.azr-blog-article .elementor-widget-text-editor,
.azr-blog-article .elementor-widget-post-content,
.azr-blog-article .elementor-widget-theme-post-excerpt,
.azr-blog-article .elementor-text-editor{
    color:var(--azr-text-dark);
    font-family:'Manrope',sans-serif;
    font-size:18px;
    line-height:1.86;
}

.azr-blog-article p{
    margin:0 0 22px !important;
    color:#3f4a53 !important;
    font-size:18px !important;
    line-height:1.86 !important;
}

.azr-blog-article h2,
.azr-blog-article h3,
.azr-blog-article h4{
    color:var(--azr-bg-dark) !important;
    font-family:'Space Grotesk',sans-serif !important;
    line-height:1.18 !important;
    letter-spacing:-0.02em;
    margin-top:40px !important;
    margin-bottom:16px !important;
}

.azr-blog-article h2{
    font-size:clamp(28px,3vw,38px) !important;
}

.azr-blog-article h3{
    font-size:clamp(24px,2.4vw,30px) !important;
}

.azr-blog-article h4{
    font-size:clamp(20px,2vw,24px) !important;
}

.azr-blog-article ul,
.azr-blog-article ol{
    margin:0 0 24px 22px !important;
    padding:0 !important;
}

.azr-blog-article li{
    margin-bottom:10px !important;
    color:#3f4a53 !important;
    font-size:18px !important;
    line-height:1.82 !important;
}

.azr-blog-article strong{
    color:#1f2937 !important;
    font-weight:800 !important;
}

.azr-blog-article a{
    color:var(--azr-accent) !important;
    text-decoration:none !important;
    border-bottom:1px solid rgba(194,121,51,0.34);
    transition:.25s ease;
}

.azr-blog-article a:hover{
    color:var(--azr-accent-dark) !important;
    border-bottom-color:var(--azr-accent-dark);
}

.azr-blog-article blockquote{
    margin:28px 0 !important;
    padding:18px 22px !important;
    border-left:4px solid var(--azr-accent) !important;
    background:#f7f3ee !important;
    color:var(--azr-bg-dark) !important;
    border-radius:0 12px 12px 0;
}

.azr-blog-article table{
    width:100% !important;
    border-collapse:collapse !important;
    margin:28px 0 !important;
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 10px 28px rgba(0,0,0,0.04);
}

.azr-blog-article th,
.azr-blog-article td{
    border:1px solid rgba(31,41,55,0.08) !important;
    padding:14px 16px !important;
    text-align:left !important;
    vertical-align:top !important;
    font-size:16px !important;
    line-height:1.7 !important;
}

.azr-blog-article th{
    background:var(--azr-bg-dark) !important;
    color:#fff !important;
    font-weight:700 !important;
}

.azr-blog-article img{
    max-width:100%;
    height:auto;
    border-radius:12px;
}

.azr-blog-article hr{
    border:none;
    border-top:1px solid rgba(31,41,55,0.08);
    margin:30px 0;
}

/* related / extra widgets if used */
.azr-blog-single .elementor-widget-heading h2,
.azr-blog-single .elementor-widget-heading h3{
    color:var(--azr-bg-dark);
}

/* responsive */
@media (max-width:1024px){
    .azr-blog-hero{
        padding-top:calc(var(--azr-header-h) + 42px);
    }

    .azr-blog-article{
        padding:34px 28px 38px;
    }
}

@media (max-width:767px){
    .azr-blog-hero{
        padding:calc(var(--azr-header-h) + 26px) 16px 30px;
    }

    .azr-blog-lead{
        font-size:17px !important;
    }

    .azr-blog-body{
        padding:24px 16px 46px;
    }

    .azr-blog-article{
        padding:26px 18px 30px;
        border-radius:14px;
    }

    .azr-blog-article p,
    .azr-blog-article li{
        font-size:17px !important;
    }

    .azr-blog-article table,
    .azr-blog-article thead,
    .azr-blog-article tbody,
    .azr-blog-article th,
    .azr-blog-article td,
    .azr-blog-article tr{
        display:block;
        width:100%;
    }

    .azr-blog-article tr{
        margin-bottom:14px;
    }
}/* End custom CSS */