/* Hide post meta (author, date, categories, edit link) */
.entry-meta,
.posted-on,
.byline,
.cat-links,
.tags-links,
.edit-link {
  display: none !important;
}

/* Hide post navigation (Previous/Next post links) */
.post-navigation {
  display: none !important;
}

.textarea-100 {
  height: 100px !important;
}
