/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/



@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

/* EE88 E-E-A-T SEO 2026 - Hide TOC's duplicate H1 + optimize spacing */
#ftwp-header-title { display: none !important; }

/* Hide TOC widget on page since H1 is already shown above */
#ftwp-container-outer { display: none !important; }

/* Reduce gap between H1 and main body */
#ftwp-postcontent > .section-title-container:first-of-type {
  margin-top: 8px !important;
  margin-bottom: 6px !important;
}

/* Tighten H1 spacing for homepage */
body.home h1.ftwp-heading,
body.home h1.section-title {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  line-height: 1.3 !important;
}

/* Compact spacing for the meta description after H1 */
body.home #ftwp-postcontent > div:nth-of-type(2) {
  margin-top: 0 !important;
  margin-bottom: 4px !important;
}

/* Compact trust pills */
body.home #ftwp-postcontent > div:nth-of-type(3) {
  margin-top: 4px !important;
  margin-bottom: 8px !important;
}

/* Compact update date byline */
body.home #ftwp-postcontent > div:nth-of-type(4) {
  margin-top: 0 !important;
  margin-bottom: 14px !important;
}