.elementor-22537 .elementor-element.elementor-element-33bbd300{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-2590d17d */.appeninn-article {
    width: 100%;
    margin: 0 auto;
    padding: 10px 20px 40px;
    box-sizing: border-box;

    color: #242424;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.75;
}

.appeninn-article p {
    margin: 0 0 24px;
}

/* Bevezető / lead */
.appeninn-article .article-lead {
    margin-bottom: 32px;

    color: #161616;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.55;
}

/* Linkek */
.appeninn-article a {
    color: #b5121b;
    font-weight: 700;
    text-decoration: none;

    transition: opacity 0.2s ease;
}

.appeninn-article a:hover {
    text-decoration: underline;
    opacity: 0.85;
}

/* Alcímek - ha később használnál H2 címeket */
.appeninn-article h2 {
    margin: 48px 0 24px;
    padding-bottom: 12px;

    border-bottom: 3px solid #111111;

    color: #111111;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
}

/* Fontos pénzügyi adat kiemelése */
.appeninn-article .article-highlight {
    margin: 32px 0;
    padding: 22px 26px;

    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;

    background: #fafafa;
    color: #171717;

    font-size: 19px;
    line-height: 1.65;
}

.appeninn-article .article-quote {
    display: block;
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box;

    margin: 38px 0;
    padding: 26px 30px;

    border-left: 5px solid #e11b22;
    background: #f5f5f5;

    color: #111111;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.55;
}

.appeninn-article .article-quote p {
    width: 100%;
    max-width: none;
    margin: 0;
}

.appeninn-article .article-quote p {
    margin: 0;
}

/* Idézet szerzője, ha később szükséges */
.appeninn-article .quote-author {
    display: block;

    margin-top: 14px;

    color: #555555;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}

/* Forrás blokk, ha szükséges */
.appeninn-article .article-source {
    margin-top: 44px;
    padding-top: 18px;

    border-top: 1px solid #d8d8d8;

    color: #555555;
    font-size: 15px;
    line-height: 1.6;
}

.appeninn-article .article-source a {
    color: #b5121b;
    font-weight: 700;
    text-decoration: none;
}

.appeninn-article .article-source a:hover {
    text-decoration: underline;
}

/* Tablet / mobil */
@media (max-width: 700px) {

    .appeninn-article {
        padding: 5px 14px 30px;

        font-size: 17px;
        line-height: 1.65;
    }

    .appeninn-article p {
        margin-bottom: 21px;
    }

    .appeninn-article .article-lead {
        margin-bottom: 26px;

        font-size: 19px;
        line-height: 1.55;
    }

    .appeninn-article h2 {
        margin-top: 38px;
        margin-bottom: 20px;

        font-size: 25px;
    }

    .appeninn-article .article-highlight {
        margin: 26px 0;
        padding: 18px 20px;

        font-size: 18px;
        line-height: 1.6;
    }

    .appeninn-article .article-quote {
        margin: 28px 0;
        padding: 20px;

        font-size: 18px;
        line-height: 1.55;
    }

    .appeninn-article .quote-author {
        font-size: 15px;
    }
}/* End custom CSS */