.article-texts > div ul {
    margin: 18px 0 18px 0;
}

.gallery {
    padding-top: 18px;
    padding-bottom: 18px;
}

/* Move reCAPTCHA badge from bottom-right to bottom-left */
.grecaptcha-badge {
  right: auto !important;
  left: 14px !important;
  bottom: 14px !important;
  z-index: 9999 !important;
}

/* Κράτα μόνο το λογότυπο στο reCAPTCHA badge */
.grecaptcha-badge {
  width: 70px !important;
  min-width: 70px !important;
  overflow: hidden !important;
}

.grecaptcha-badge .grecaptcha-logo {
  margin-right: 0 !important;
}

/* Κρύψε το κείμενο "Protected by reCAPTCHA" */
.grecaptcha-badge .grecaptcha-logo + div,
.grecaptcha-badge .grecaptcha-logo + div * {
  display: none !important;
}