ul li {
    margin-bottom: 15px;
}

/* Image Borders*/
.border-black {
    border: #555555 solid 1px;
}

/* --- Justify Text --- */
.justify-text {
	text-align: justify;
}

/* ---------------------------------------- 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;
}

/* -------------------------------------------------Base styling για όλα τα Pricing table by LiveMesh */
/* Target the pricing plans container */
.pricing-plan.fourcol .top-header {
    background-color: red;
}
.pricing-plan.fourcol.highlight .top-header {
    background-color: blue;
}
.pricing-plan.fourcol.last .top-header {
    background-color: black;
}
.pricing-plan.sixcol.highlight .top-header {
    background-color: yellowgreen;
}
.pricing-plan.sixcol.last .top-header {
    background-color: blueviolet;
}

.pricing-plan.sixcol.highlight .button {
    background-color: yellowgreen;
}
/* ---------------------- */