/* Διόρθωση αντίθεσης WCAG - σκούρο μπλε αντί για #169FE6 */
a,
#top-bar a,
.top-bar a,
#navigation a,
.menu a,
.portfolio-title a,
.entry-title a,
h3 a, h4 a {
  color: #0A6699 !important;
}

/* Κουμπιά "Περισσότερα" */
a.button,
.button,
.more-link,
input[type="submit"] {
  background-color: #0A6699 !important;
  color: #ffffff !important;
}

/* Footer: ανοιχτα χρωματα σε σκουρο φοντο (WCAG AA) */
footer a,
footer .tag-cloud-link {
  color: #8FCBEF !important;
}
footer strong,
footer label {
  color: #C9C9C9 !important;
}
footer .mailster-required {
  color: #FF9D9D !important;
}
/* Βελακια carousel σε κοκκινο φοντο */
a.buttons {
  color: #ffffff !important;
}

/* ΕΡΓΑΣΙΑ 3 / Παρτίδα 1 / 13-08-2026 — αντίθεση, μετρημένα ζευγάρια από axe/WAVE */
/* Breadcrumb "Δείχνει από X-Y": #7c7c7c σε λευκό = 4.17:1 -> #6B6B6B = 5.33:1 */
.ui-bc-last > span {
  color: #6B6B6B !important;
}

/* Κόκκινο inline κείμενο: #ff0000 σε λευκό = 3.99:1 -> #C62828 = 5.62:1.
   Επιβεβαιωμένο (13-08-2026): και τα 102 στοιχεία με αυτό το inline style
   έχουν πραγματικό (computed) φόντο λευκό — καμία εξαίρεση σε σκούρο/έγχρωμο φόντο. */
[style*="color: #ff0000"] {
  color: #C62828 !important;
}

/* Quform links σε γκρι φόντο βοηθητικού κειμένου: #0A6699 σε #d6d3d6 = 4.19:1 -> #084F77 = 5.91:1 */
.quform-description a,
.quform-spacer a {
  color: #084F77 !important;
}