/* ================================================
   TermsOfService.css - NetMed360
   Αντικαθιστά όλα τα inline styles του view
   ================================================ */

/* body */
body.texture {
    opacity: 1;
    margin-left: 0;
}

/* Κεντραρισμένο wrapper */
#cl-wrapper .tos-wrapper {
    width: 1024px;
    margin: 0 auto;
}

/* Padding του περιεχομένου */
.tos-content {
    padding: 1em;
}

/* ── Γραμματοσειρά βάσης για όλο το article ── */
.tos-article {
    font-family: "Times New Roman", serif;
    font-size: 12pt;
    color: #333;
}

/* ── Τίτλος σύμβασης (30pt μπλε) ── */
.tos-article p.tos-title {
    margin-bottom: 27pt;
    line-height: normal;
}

.tos-article p.tos-title span {
    font-size: 30pt;
    font-family: "Times New Roman", serif;
    color: #1F497D;
}

/* ── Κανονικές παράγραφοι MsoNormal ── */
.tos-article p.MsoNormal {
    margin-top: 0;
    margin-bottom: 6pt;
    text-align: justify;
    line-height: normal;
    font-size: 12pt;
    font-family: "Times New Roman", serif;
}

/* ── Παράγραφος InfoCape company note ── */
.tos-article p.tos-company-note {
    margin-top: 7.5pt;
    margin-bottom: 7.5pt;
    text-align: justify;
    background: white;
    font-family: "Times New Roman", serif;
    font-size: 12pt;
}

.tos-article p.tos-company-note em span {
    font-size: 9pt;
    font-family: Arial, sans-serif;
    color: #231F20;
}

/* ── Indented παράγραφοι (- λίστες) ── */
.tos-article p.tos-indent {
    margin-top: 0;
    margin-bottom: 6pt;
    margin-left: 30pt;
    text-align: justify;
    line-height: normal;
    font-size: 12pt;
    font-family: "Times New Roman", serif;
}

/* ── Spans γραμματοσειράς (αφαιρούμε mso-* attrs, κρατάμε μόνο αυτά που χρειάζονται) ── */
.tos-article span.tos-body {
    font-size: 12pt;
    font-family: "Times New Roman", serif;
}

/* ── Link color ── */
.tos-article a {
    color: #1F497D;
}

.tos-article a:hover {
    color: #0d2d5e;
}
