.elementor-9475 .elementor-element.elementor-element-c234dc5{--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;--padding-top:80px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9475 .elementor-element.elementor-element-c234dc5:not(.elementor-motion-effects-element-type-background), .elementor-9475 .elementor-element.elementor-element-c234dc5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-widget-heading .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-9475 .elementor-element.elementor-element-3c1d00f{text-align:center;}.elementor-9475 .elementor-element.elementor-element-3c1d00f .elementor-heading-title{font-family:"Noto Sans", Sans-serif;font-weight:500;line-height:55px;color:var( --e-global-color-secondary );}.elementor-9475 .elementor-element.elementor-element-6f17e97{padding:20px 0px 0px 0px;text-align:center;}.elementor-9475 .elementor-element.elementor-element-6f17e97 .elementor-heading-title{font-family:"Noto Sans", Sans-serif;font-weight:500;line-height:40px;color:var( --e-global-color-secondary );}.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 );}.elementor-9475 .elementor-element.elementor-element-b6f0c31{padding:40px 0px 0px 0px;color:var( --e-global-color-secondary );}.elementor-9475 .elementor-element.elementor-element-fa20728{padding:0px 0px 40px 0px;}.elementor-9475 .elementor-element.elementor-element-fa20728 .elementor-heading-title{color:var( --e-global-color-secondary );}:root{--page-title-display:none;}@media(max-width:767px){.elementor-9475 .elementor-element.elementor-element-3c1d00f .elementor-heading-title{font-size:25px;line-height:1.3em;}.elementor-9475 .elementor-element.elementor-element-6f17e97 .elementor-heading-title{font-size:25px;}}/* Start custom CSS for text-editor, class: .elementor-element-b6f0c31 *//* 1. Ρυθμίσεις για τον πίνακα ώστε να μην "σπάει" το layout στα κινητά */
.table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    margin-top: 15px;
}

/* 2. Κρύβουμε το εικονίδιο και το μήνυμα περιστροφής από τους υπολογιστές */
.sxoles .rotation-icon, 
.sxoles .rotation-msg {
    display: none !important;
}

/* 3. Εμφανίζουμε το μήνυμα ΜΟΝΟ στα κινητά και ΜΟΝΟ όταν τα κρατάνε κάθετα (portrait) */
@media (max-width: 768px) and (orientation: portrait) {
    .sxoles .rotation-icon {
        display: inline-block !important;
        width: 50px !important;
        height: auto !important;
        margin-bottom: 10px;
    }
    .sxoles .rotation-msg {
        display: block !important;
        margin-bottom: 15px;
    }
}/* End custom CSS */