.elementor-22 .elementor-element.elementor-element-5a7d81e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:20px;}.elementor-22 .elementor-element.elementor-element-6c1e523 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-22 .elementor-element.elementor-element-73cccb1{--display:flex;}.elementor-widget-icon.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-primary );}.elementor-22 .elementor-element.elementor-element-242fe11 .elementor-icon-wrapper{text-align:center;}.elementor-22 .elementor-element.elementor-element-98bb68c .elementor-icon-wrapper{text-align:center;}@media(max-width:767px){.elementor-22 .elementor-element.elementor-element-5a7d81e{--margin-top:-50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-22 .elementor-element.elementor-element-6c1e523{width:initial;max-width:initial;}.elementor-22 .elementor-element.elementor-element-6c1e523 > .elementor-widget-container{margin:0px -15px 0px 0px;padding:0px 0px 0px 0px;}.elementor-22 .elementor-element.elementor-element-73cccb1{--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--padding-top:0px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for shortcode, class: .elementor-element-6c1e523 *//* Alapértelmezett stílus, számítógépes verzió */
.tablepress {
    width: 100% !important; /* A táblázat szélessége */
    font-family: Arial, sans-serif !important; /* Betűtípus */
    font-weight: normal !important; /* Betűvastagság */
    font-size: 14px !important; /* Betűméret */
    display: block !important; /* Blokk szintű megjelenítés */
}

/* Mobil nézetben, maximális szélesség 600px */
@media (max-width: 600px) {
    .tablepress {
        display: block !important; /* Blokk szintű megjelenítés */
        width: 100% !important; /* A táblázat szélessége 100% */
        font-family: Arial, sans-serif !important; /* Betűtípus beállítása */
        font-weight: normal !important; /* Betűvastagság beállítása */
        font-size: 14px !important; /* Betűméret */
    }

    /* A táblázat wrapper részének beállítása */
    .tablepress-wrapper {
        width: 100% !important; /* A wrapper szélessége */
    }

    /* A cellák áthajlanak, ha szükséges, de nem lesz oldalra görgetés */
    .tablepress td, .tablepress th {
        white-space: normal !important; /* A szöveg áthajolhat */
        word-wrap: break-word !important; /* Túl hosszú szavak esetén törés */
        overflow: visible !important; /* A szöveg ne vágódjon el */
    }
}

/* Tájolás (landscape) esetén is ugyanaz a megjelenés */
@media (orientation: landscape) {
    .tablepress {
        font-family: Arial, sans-serif !important; /* Betűtípus */
        font-weight: normal !important; /* Betűvastagság */
        font-size: 14px !important; /* Betűméret */
    }

    .tablepress-wrapper {
        width: 100% !important; /* Wrapper szélessége */
    }

    /* A cellák áthajlanak, ha szükséges, de nem lesz oldalra görgetés */
    .tablepress td, .tablepress th {
        white-space: normal !important; /* A szöveg áthajolhat */
        word-wrap: break-word !important; /* Túl hosszú szavak esetén törés */
        overflow: visible !important; /* A szöveg ne vágódjon el */
    }
}/* End custom CSS */