.elementor-kit-9{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1010px;}.e-con{--container-max-width:1010px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Make single blog posts use a centered content width like regular pages */
.single-post .site-main,
.single-post .content-area,
.single-post .entry-content {
  max-width: 1100px;      /* width that matches your pages */
  margin: 0 auto;         /* center the content */
  padding: 20px 24px;     /* inner spacing */
  box-sizing: border-box;
}

/* Reduce big top spacing above title */
.single-post .entry-header {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

/* Title styling to match pages */
.single-post .entry-title {
  font-size: 40px !important;
  line-height: 1.08 !important;
  font-weight: 700 !important;
  margin-bottom: 8px !important;
}

/* Sub-heading / meta spacing */
.single-post .entry-meta,
.single-post .entry-subtitle {
  margin-bottom: 18px !important;
  color: #6b6b6b;
}

/* Make featured image align like other pages (right-aligned smaller image) */
.single-post .entry-content img {
  max-width: 40%;
  height: auto;
  float: right;
  margin: 0 0 18px 24px;
  border-radius: 4px;
}

/* Ensure paragraph text width and spacing looks same */
.single-post .entry-content p {
  font-size: 15px;
  line-height: 1.8;
  color: #5e6a5a;
  margin-bottom: 18px;
}

/* Remove any leftover sidebar box layout (if CSS from earlier wasn't exact) */
.single-post #secondary,
.single-post .sidebar,
.single-post .widget-area {
  display: none !important;
}

/* Make sure content area expands when sidebar hidden */
.single-post #primary,
.single-post .content-area {
  width: 100% !important;
  max-width: 1100px !important;
}/* End custom CSS */