/* Θετική Ζωή – στυλ για συγκατάθεση cookies, placeholder χάρτη και
   σημειώσεις προστασίας δεδομένων στις φόρμες (SPI-62). */

/* Χρώματα banner ώστε να δένουν με το site (κοραλί #FF6B6B). */
#cc-main {
    --cc-btn-primary-bg: #FF6B6B;
    --cc-btn-primary-border-color: #FF6B6B;
    --cc-btn-primary-hover-bg: #e85c5c;
    --cc-btn-primary-hover-border-color: #e85c5c;
    --cc-font-family: "Ubuntu", sans-serif;
    font-size: 15px;
}

/* Placeholder χάρτη Google Maps πριν από τη συγκατάθεση. */
.tz-map-consent {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 420px;
    width: 100%;
    background: #f2efef;
    border: 1px dashed #cfc7c7;
}

.tz-map-consent__inner {
    max-width: 560px;
    margin: 0 auto;
    padding: 30px 20px;
    text-align: center;
}

.tz-map-consent__text {
    font-size: 15px;
    line-height: 1.6;
    color: #736b6b;
    margin-bottom: 18px;
}

.tz-map-consent__btn {
    cursor: pointer;
}

.tz-map-consent__links {
    margin-top: 14px;
    font-size: 13px;
}

.tz-map-consent__links a {
    color: #736b6b;
    text-decoration: underline;
}

/* Just-in-time σημείωση προστασίας δεδομένων κάτω από φόρμες. */
.tz-form-notice {
    font-size: 13px;
    line-height: 1.6;
    color: #736b6b;
    margin: 14px 0 0;
    text-align: left;
}

.tz-form-notice a {
    color: inherit;
    text-decoration: underline;
}

/* Σύνδεσμοι νομικών σελίδων στο υποσέλιδο. */
.site-footer__legal-links {
    list-style: none;
    margin: 8px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px 18px;
}

.site-footer__legal-links li {
    display: inline-block;
}

.site-footer__legal-links a {
    color: inherit;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
}

/* Σελίδες νομικού περιεχομένου. */
.tz-legal {
    padding: 90px 0;
}

.tz-legal h2 {
    font-size: 30px;
    margin: 0 0 18px;
}

.tz-legal h3 {
    font-size: 22px;
    margin: 34px 0 12px;
}

.tz-legal p,
.tz-legal li {
    font-size: 16px;
    line-height: 1.75;
    color: #736b6b;
}

.tz-legal ul {
    padding-left: 22px;
    margin-bottom: 16px;
}

.tz-legal table {
    width: 100%;
    border-collapse: collapse;
    margin: 18px 0 26px;
    font-size: 15px;
}

.tz-legal table th,
.tz-legal table td {
    border: 1px solid #e2dcdc;
    padding: 10px 12px;
    text-align: left;
    vertical-align: top;
    color: #736b6b;
}

.tz-legal table th {
    background: #f7f4f4;
    color: #2c2323;
    font-weight: 700;
}

.tz-legal .tz-table-wrap {
    overflow-x: auto;
}

/* Εκκρεμή στοιχεία προς επιβεβαίωση από τον υπεύθυνο του ιστότοπου. */
.tz-legal .tz-pending {
    background: #fff6e5;
    border: 1px solid #f0d9a6;
    border-radius: 4px;
    padding: 2px 6px;
    color: #7a5b12;
    font-size: 0.92em;
}

.tz-legal .tz-updated {
    font-size: 14px;
    color: #9a9090;
    margin-bottom: 30px;
}
