.elementor-93 .elementor-element.elementor-element-4e160a0f{--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-7aa3a73 *//* =================================
   ΚΥΡΙΟ ΠΕΡΙΕΧΟΜΕΝΟ ΒΙΟΓΡΑΦΙΚΟΥ
================================= */

.bio-content {
    position: relative;
    padding: 38px 42px !important;
    overflow: hidden;

    background:
        radial-gradient(
            circle at 100% 0,
            rgba(44, 159, 204, 0.08),
            transparent 32%
        ),
        #ffffff;

    border: 1px solid rgba(34, 74, 149, 0.12);
    border-radius: 20px;
    box-shadow: 0 15px 45px rgba(34, 74, 149, 0.08);
}

/* Μπλε διακοσμητική γραμμή */
.bio-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 42px;
    width: 85px;
    height: 5px;
    background: linear-gradient(
        90deg,
        #224a95,
        #2c9fcc
    );
    border-radius: 0 0 5px 5px;
}

/* Κεντρικός τίτλος */
.bio-content h1,
.bio-content h2 {
    position: relative;
    margin: 0 0 30px !important;
    color: #224a95 !important;
    font-size: clamp(32px, 3vw, 44px) !important;
    line-height: 1.15 !important;
    font-weight: 700 !important;
}

/* Μικρή γραμμή κάτω από τον τίτλο */
.bio-content h1::after,
.bio-content h2::after {
    content: "";
    display: block;
    width: 55px;
    height: 3px;
    margin-top: 14px;
    background: #2c9fcc;
    border-radius: 10px;
}

/* Κεντρική φωτογραφία */
.bio-content .elementor-widget-image {
    margin-bottom: 30px !important;
}

.bio-content .elementor-widget-image img {
    display: block;
    width: 100%;
    max-height: 520px;
    object-fit: cover;
    object-position: center;
    border-radius: 16px;
    box-shadow: 0 14px 35px rgba(34, 74, 149, 0.16);
}

/* Κείμενο βιογραφικού */
.bio-content .elementor-widget-text-editor {
    color: #3d4e64 !important;
    font-size: 17px !important;
    line-height: 1.8 !important;
}

.bio-content .elementor-widget-text-editor p {
    margin: 0 0 18px !important;
}

/* Πρώτη παράγραφος σαν εισαγωγή */
.bio-content .elementor-widget-text-editor p:first-child {
    position: relative;
    margin-bottom: 26px !important;
    padding: 20px 22px 20px 26px !important;

    color: #27466c !important;
    font-size: 18px !important;
    line-height: 1.7 !important;

    background: #f3f9fc;
    border-left: 4px solid #2c9fcc;
    border-radius: 0 12px 12px 0;
}

/* Έντονο κείμενο */
.bio-content strong {
    color: #224a95 !important;
    font-weight: 700 !important;
}

/* Links μέσα στο β βιογραφικό */
.bio-content a {
    color: #147da6 !important;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: rgba(20, 125, 166, 0.3);
    text-underline-offset: 3px;
}

.bio-content a:hover {
    color: #224a95 !important;
    text-decoration-color: #224a95;
}

/* Tablet */
@media (max-width: 1024px) {
    .bio-content {
        padding: 32px 28px !important;
    }

    .bio-content::before {
        left: 28px;
    }

    .bio-content .elementor-widget-text-editor {
        font-size: 16px !important;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .bio-content {
        padding: 27px 20px !important;
        border-radius: 15px;
    }

    .bio-content::before {
        left: 20px;
               width: 65px;
    }

    .bio-content h1,
    .bio-content h2 {
        margin-bottom: 22px !important;
        font-size: 29px !important;
    }

    .bio-content .element .elementor-widget-image {
        margin-bottom: 23px !important;
    }

    .bio-content .elementor-widget-image img {
        min-height: 230px;
        max-height: 330px;
        border-radius: 12px;
        object-fit: cover;
    }

    .bio-content .elementor-widget-text-editor {
        font-size: 16px !important;
        line-height: 1.7 !important;
    }

    .bio-content .elementor-widget-text-editor p:first-child {
        padding: 17px 16px 17px 19px !important;
        font-size: 16px !important;
    }
}/* End custom CSS */