/* (α) Σκούρα links σε ανοιχτά φόντα */
a, a:link, a:visited { color:#233B67; }
a:hover, a:focus-visible { text-decoration:underline; outline:2px solid #233B67; outline-offset:2px; }

/* (β) Λευκά links ΜΟΝΟ όπου υπάρχει σκοτεινό overlay/φόντο */
.upper-header-container a,
.hero a,
.right-side a { color:#fff !important; }

/* (γ) Γενικό overlay για κείμενο πάνω σε εικόνες (ήρωες/δεξιά στήλη/πρώτη στήλη) */
.hero, .right-side, .first-side,
.node-content .right-side, .node-content .first-side {
  position:relative; color:#fff;
}
.hero::before, .right-side::before, .first-side::before,
.node-content .right-side::before, .node-content .first-side::before {
  content:""; position:absolute; inset:0;
  background:rgba(0,0,0,.60); z-index:0; pointer-events:none;
}
.hero > *, .right-side > *, .first-side > *,
.node-content .right-side > *, .node-content .first-side > * {
  position:relative; z-index:1;
}

/* (δ) Όπου το theme βάφει links κίτρινα */
a.yellow, .yellow a { color:#233B67 !important; }
