.anwp-b-wrap {
  max-width: 1200px;
  margin: 0 auto;
  /* για να κεντραριστεί */
  width: 100%;
  /* προαιρετικό: για να πιάνει όλο το διαθέσιμο πλάτος μέχρι τα 1200px */
  background-color: #1e284a;
  color: #ffffff;
  /* Λευκό κείμενο */
}

.tdb_templates {
  background-color: #1e284a;
  color: #ffffff;
  /* Λευκό κείμενο */
}

.anwp-fl-builder__top.anwp-row a {
  color: #fb691e;
  /* Πορτοκαλί σύνδεσμοι */
  text-decoration: none;
  /* Αν δε θέλεις υπογράμμιση */
}

.anwp-fl-builder__top.anwp-row a:hover {
  opacity: 0.8;
  /* Προαιρετικό hover effect */
}

.anwp-fl-block-header {
  background-color: #fb691e;
}

.advertising {
  background-color: #fcf7f5;
  /* ελαφρύ ροζ/μπεζ φόντο */
  padding: 10px;
  /* λίγο κενό γύρω από τη διαφήμιση */
  margin: 15px 0;
  /* περιθώριο πάνω-κάτω */
  text-align: center;
  /* ευθυγράμμιση για banners/iframe */
  border-radius: 4px;
  /* απαλά στρογγυλεμένες γωνίες */
  box-shadow: 0 0 5px rgba(0,0,0,0.05);
  /* ελαφριά σκιά */
  max-width: 100%;
  /* να μην ξεπερνά το πλάτος του container */
  overflow: hidden;
  /* κρύβει ό,τι ξεφεύγει από τα όρια */
}

.advertising::before {
  content: "Advertising";
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.anwp-fl-calendar-slider {
  background-color: #fb691e;
}

.anwp-fl-calendar-slider__day {
  color: #000000;
}

.anwp-fl-calendar-slider__month-text {
  color: #000000;
}

.anwp-fl-calendar-slider__day-text {
  color: #000000;
}
.comment,
.comment-form-cookies-consent {
  color: black;
}