.elementor-4601 .elementor-element.elementor-element-72fd08c0{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-7950866 *//* ===================================
   TAXBLOCK – CONTACT FORM 7
=================================== */

.taxblock-form {
    width: 100%;
    color: #222;
    font-size: 15px;
    line-height: 1.5;
}

.taxblock-form * {
    box-sizing: border-box;
}

.taxblock-form .form-intro {
    margin-bottom: 28px;
    color: #444;
    font-size: 15px;
    line-height: 1.7;
}

/* Απόσταση μεταξύ πεδίων */
.taxblock-form .form-field {
    width: 100%;
    margin-bottom: 22px;
}

/* Labels */
.taxblock-form .form-field > label {
    display: block;
    margin: 0 0 9px;
    color: #202020;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
}

/* Text fields, email, phone και select */
.taxblock-form input[type="text"],
.taxblock-form input[type="email"],
.taxblock-form input[type="tel"],
.taxblock-form select,
.taxblock-form textarea {
    display: block;
    width: 100%;
    margin: 0;
    padding: 12px 14px;
    color: #333;
    font-family: inherit;
    font-size: 15px;
    line-height: 1.4;
    background-color: #fff;
    border: 1px solid #d7dce2;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

/* Ύψος απλών πεδίων */
.taxblock-form input[type="text"],
.taxblock-form input[type="email"],
.taxblock-form input[type="tel"],
.taxblock-form select {
    min-height: 47px;
}

/* Focus */
.taxblock-form input[type="text"]:focus,
.taxblock-form input[type="email"]:focus,
.taxblock-form input[type="tel"]:focus,
.taxblock-form select:focus,
.taxblock-form textarea:focus {
    border-color: #4285ee;
    box-shadow: 0 0 0 3px rgba(66, 133, 238, 0.12);
}

/* Μήνας και έτος */
.taxblock-form .cf7-date-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.taxblock-form .cf7-date-row .wpcf7-form-control-wrap {
    flex: 0 1 145px;
}

.taxblock-form .cf7-date-row select {
    min-width: 130px;
}

/* Radio και checkbox wrappers */
.taxblock-form .choice-grid .wpcf7-radio,
.taxblock-form .income-grid .wpcf7-checkbox {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
}

/* Κάθε επιλογή */
.taxblock-form .choice-grid .wpcf7-list-item,
.taxblock-form .income-grid .wpcf7-list-item {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 48px;
    margin: 0;
    padding: 12px 14px;
    background-color: #f2f2f2;
    border: 1px solid transparent;
    transition:
        background-color 0.25s ease,
        border-color 0.25s ease;
}

/* Τα labels μέσα στις επιλογές */
.taxblock-form .choice-grid .wpcf7-list-item label,
.taxblock-form .income-grid .wpcf7-list-item label {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
    color: #444;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

/* Radio και checkbox */
.taxblock-form input[type="radio"],
.taxblock-form input[type="checkbox"] {
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    margin: 0 9px 0 0;
    accent-color: #4285ee;
}

/* Hover στα κουτιά */
.taxblock-form .choice-grid .wpcf7-list-item:hover,
.taxblock-form .income-grid .wpcf7-list-item:hover {
    background-color: #e9f1ff;
    border-color: #b9d1f8;
}

/* Textarea */
.taxblock-form textarea {
    min-height: 190px;
    resize: vertical;
}

/* Κουμπί αποστολής */
.taxblock-form input[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    margin: 0;
    padding: 12px 25px;
    color: #fff;
    font-family: inherit;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    background-color: #4285ee;
    border: 1px solid #4285ee;
    border-radius: 2px;
    cursor: pointer;
    transition:
        color 0.25s ease,
        background-color 0.25s ease,
        border-color 0.25s ease;
}

.taxblock-form input[type="submit"]:hover {
    color: #4285ee;
    background-color: #fff;
}

/* Μηνύματα σφάλματος */
.taxblock-form .wpcf7-not-valid-tip {
    margin-top: 6px;
    color: #d63638;
    font-size: 13px;
}

.taxblock-form .wpcf7-response-output {
    margin: 22px 0 0 !important;
    padding: 12px 15px !important;
    font-size: 14px;
}

/* Αφαίρεση ανεπιθύμητων κενών του CF7 */
.taxblock-form p:empty {
    display: none;
}

/* ===================================
   MOBILE
=================================== */

@media (max-width: 767px) {

    .taxblock-form {
        font-size: 14px;
    }

    .taxblock-form .form-field {
        margin-bottom: 19px;
    }

    .taxblock-form .form-field > label {
        font-size: 14px;
    }

    .taxblock-form .choice-grid .wpcf7-radio,
    .taxblock-form .income-grid .wpcf7-checkbox {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .taxblock-form .cf7-date-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .taxblock-form .cf7-date-row .wpcf7-form-control-wrap {
        width: 100%;
    }

    .taxblock-form .cf7-date-row select {
        width: 100%;
        min-width: 0;
    }

    .taxblock-form textarea {
        min-height: 160px;
    }

    .taxblock-form input[type="submit"] {
        width: 100%;
    }
}/* End custom CSS */