.elementor-750 .elementor-element.elementor-element-4edaea87{--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;--gap:20px 20px;--row-gap:20px;--column-gap:20px;}@media(max-width:767px){.elementor-750 .elementor-element.elementor-element-7f1dbb60 > .elementor-widget-container{margin:50px 0px 0px 0px;}.elementor-750 .elementor-element.elementor-element-7f1dbb60.elementor-element{--align-self:center;}}/* Start custom CSS for wp-widget-nav_menu, class: .elementor-element-7f1dbb60 *//* --- Στυλ για Mobile Menu (Verdana, #961333) --- */

/* 1. Καθαρισμός λίστας */
.my-drawer-menu ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* 2. Στυλ Συνδέσμων (Η εμφάνιση όταν ΔΕΝ το ακουμπάς) */
.my-drawer-menu ul li a {
    font-family: 'Verdana', sans-serif !important; /* Γραμματοσειρά */
    font-weight: 800 !important;              /* Πάχος (Bold) */
    text-transform: capitalize !important;    /* Κεφαλαίο το πρώτο γράμμα */
    color: #000000 !important;                /* Βασικό Χρώμα (Μαύρο) */
    text-decoration: none !important;         /* Όχι υπογράμμιση */
    padding: 16px 0 !important;               /* Μεγάλο κενό (Απόσταση) */
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none !important;                  /* ΟΧΙ γραμμή από κάτω */
    letter-spacing: 1px;
}

/* 3. Χρώμα στο HOVER (Όταν περνάς το ποντίκι) */
.my-drawer-menu ul li a:hover {
    color: #961333 !important; /* Το χρώμα #961333 */

}

/* 4. Χρώμα στο ACTIVE (Όταν είσαι μέσα στη σελίδα) */
.my-drawer-menu ul li.current-menu-item > a,
.my-drawer-menu ul li.current-menu-parent > a {
    color: #961333 !important; /* Το χρώμα #961333 */
}

/* 5. Βελάκι (Arrow) */
.my-drawer-menu li.menu-item-has-children > a::after {
    content: '\25BC';          /* Κωδικός για βελάκι */
    font-size: 10px;
    color: #555;               /* Χρώμα βέλους αρχικά */
    margin-left: 10px;
}

/* Το βελάκι γίνεται και αυτό βυσσινί στο Hover */
.my-drawer-menu li.menu-item-has-children > a:hover::after,
.my-drawer-menu li.current-menu-item > a::after {
    color: #961333 !important;
}

/* 6. Εσοχή για τα Υπομενού */
.my-drawer-menu ul ul {
    padding-left: 20px !important;
}/* End custom CSS */