ul li {
    margin-bottom: 15px;
}
 @media print {
  #masthead > nav {
    display: none !important;
  }

  /* Αν θες να αποκρύψεις ολόκληρο το header (π.χ. logo, menu, κλπ): */
  #masthead {
    display: none !important;
  }

  /* Για να βεβαιωθείς ότι το περιεχόμενο δεν καλύπτεται */
  main, .site-main, .content-area {
    margin: 0 !important;
    padding: 0 !important;
  }
}

/* Very strong override για το κουμπί Send (γενικό) */
button.wp-block-button__link,
.wp-block-button__link[type="submit"] {
  background-image: none !important;
  background-color: #0073aa !important;   /* επιθυμητό χρώμα φόντου */
  color: #ffffff !important;              /* επιθυμητό χρώμα κειμένου */
  -webkit-text-fill-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}

/* Καλύπτουμε και hover/focus/active/visited */
button.wp-block-button__link:hover,
button.wp-block-button__link:focus,
button.wp-block-button__link:active,
button.wp-block-button__link:visited {
  background-image: none !important;
  background-color: #005177 !important;
  color: #ffffff !important;
}

/* Αν το θέμα βάζει τις χρώμα-κλάσεις, στοχεύουμε και αυτές (πολύ specific) */
button.wp-block-button__link.has-black-background-color.has-white-color {
  background-image: none !important;
  background-color: #0073aa !important;
  color: #ffffff !important;
}
/* Image Borders*/
.border-black {
    border: #555555 solid 1px;
}