/* Suprascrierea H1 pentru titlurile articolelor EasyBlog */
h1.eb-entry-title {
    font-size: 32px !important;
    font-weight: 600 !important;
    text-transform: none !important;
    color: #222 !important;
    line-height: 1.3em !important;
    margin-bottom: 20px !important;
}

/* (Opțional) dacă vrei să ajustezi doar pe paginile single post */
.easyblog-post h1.eb-entry-title {
    font-size: 32px !important;
    font-weight: 600 !important;
    color: #222 !important;
}

/* Override Bootstrap body font-size for EasyBlog tables */
.com_easyblog .eb-post-body table {
  font-size: 14px !important;
  line-height: 1.4 !important;
}

.com_easyblog .eb-post-body table td,
.com_easyblog .eb-post-body table th {
  font-size: 14px !important;
  line-height: 1.4 !important;
  padding: 6px 8px !important;
  vertical-align: middle !important;
   
}

.com_easyblog .eb-post-body table p {
  font-size: 14px !important;
  line-height: 1.4 !important;
  margin: 0 !important;
}

