/* Start custom CSS *//* === BetterDocs single-doc cleanup === */
/* Extra padding at the very top of the page */
.betterdocs-single-wrapper,
.betterdocs-content-area,
#primary,
.site-main,
.content-area {
  padding-top: 60px !important;
}
/* Hide "What are your Feelings" reactions box */
.betterdocs-article-reactions {
  display: none !important;
}

/* Hide "Share This Article" buttons */
.betterdocs-social-share {
  display: none !important;
}

/* Hide the empty print-date divider line */
.betterdocs-print-date {
  display: none !important;
}

/* If the entry-footer is now empty, hide its top border too */
.betterdocs-entry-footer {
  border-top: none !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* And remove any divider above the Elementor content area */
.betterdocs-entry-content {
  border-top: none !important;
  border-bottom: none !important;
}/* End custom CSS */