.elementor-kit-8799{--e-global-color-primary:#F5B800;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#FFFFFF;--e-global-color-accent:#F5B800;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-8799 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */h1, h2, h3, h4, h5, h6,
.elementor-heading-title,
.elementor-widget-heading .elementor-heading-title {
    color: #ffffff !important;
}

/* Links μόνο μέσα στο κείμενο του άρθρου */
.elementor-widget-theme-post-content a {
    color: #C7A600;
}

.elementor-widget-theme-post-content a:hover {
    color: #F5B800;
    text-decoration: underline;
}

/* ===== TABLES INSIDE ARTICLE CONTENT ===== */

.elementor-widget-theme-post-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
    font-size: 14px;
}

/* Header */
.elementor-widget-theme-post-content table thead tr {
    background-color: #1a1a1a;
}

.elementor-widget-theme-post-content table th {
    color: #ffffff;
    font-weight: 700;
    padding: 14px 16px;
    text-align: left;
    border: 1px solid #2a2a2a;
    font-size: 13px;
    letter-spacing: 0.03em;
}

/* Cells */
.elementor-widget-theme-post-content table td {
    color: #dddddd;
    padding: 12px 16px;
    border: 1px solid #2a2a2a;
    background-color: #111111;
    vertical-align: middle;
}

/* Zebra stripes */
.elementor-widget-theme-post-content table tbody tr:nth-child(even) td {
    background-color: #161616;
}

/* Hover */
.elementor-widget-theme-post-content table tbody tr:hover td {
    background-color: #1e1e1e;
    color: #ffffff;
}

/* Center align values (2nd column onwards) */
.elementor-widget-theme-post-content table td:not(:first-child),
.elementor-widget-theme-post-content table th:not(:first-child) {
    text-align: center;
}

/* Mobile: horizontal scroll */
@media (max-width: 767px) {
    .elementor-widget-theme-post-content table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
        font-size: 13px;
    }

    .elementor-widget-theme-post-content table th,
    .elementor-widget-theme-post-content table td {
        padding: 10px 12px;
        min-width: 120px;
    }
}/* End custom CSS */