.elementor-kit-5{--e-global-color-primary:#08178F;--e-global-color-secondary:#FC110C;--e-global-color-text:#000000;--e-global-color-accent:#F9BF17;--e-global-color-bc1e9ac:#6D698A;--e-global-color-a090505:#FFFFFF;--e-global-typography-primary-font-family:"Exo 2";--e-global-typography-primary-font-size:50px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Exo 2";--e-global-typography-secondary-font-size:25px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Exo 2";--e-global-typography-text-font-size:12px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#FFFFFF;color:var( --e-global-color-text );font-family:"Exo 2", Sans-serif;font-size:50px;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 h1{color:var( --e-global-color-primary );font-family:"Exo 2", Sans-serif;font-size:50px;}.elementor-kit-5 h2{color:var( --e-global-color-secondary );font-family:"Exo 2", Sans-serif;font-size:25px;}.elementor-kit-5 h3{color:var( --e-global-color-accent );font-family:"Exo 2", Sans-serif;font-size:12px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* ============ HB Creative – Blog Readability ============ */
/* Scope styles to Elementor 'post-content' OR fallback to theme's .entry-content */
.post-content, .entry-content {
  --hb-max-width: 760px;          /* Nice readable line length */
  --hb-accent: #F4BF44;           /* Your amber accent (tweak if desired) */
  --hb-text: #2B2B2B;
  --hb-muted: #6b7280;
  --hb-border: #e5e7eb;
  --hb-link: #1d4ed8;
  --hb-link-hover: #0f3fb9;
  color: var(--hb-text);
  font-size: 1.05rem;
  line-height: 1.8;
}

/* Center the content column and set a max-width */
.post-content > *:not(.alignfull):not(.alignwide),
.entry-content > *:not(.alignfull):not(.alignwide) {
  max-width: var(--hb-max-width);
  margin-left: auto;
  margin-right: auto;
}

/* Headings hierarchy */
.post-content h1, .entry-content h1 { font-size: 2rem; line-height: 1.2; margin: 1.2em auto 0.4em; }
.post-content h2, .entry-content h2 { font-size: 1.6rem; line-height: 1.25; margin: 1.4em auto 0.6em; color: #2c3e50; }
.post-content h3, .entry-content h3 { font-size: 1.25rem; line-height: 1.3; margin: 1.1em auto 0.4em; color: #34495e; }
.post-content h4, .entry-content h4 { font-size: 1.1rem; margin: 1em auto 0.3em; }

/* Paragraph spacing */
.post-content p, .entry-content p { margin: 0.8em auto; }

/* Lists */
.post-content ul, .entry-content ul,
.post-content ol, .entry-content ol {
  margin: 0.8em auto 1.2em;
  padding-left: 1.25em;
}
.post-content li + li, .entry-content li + li { margin-top: 0.4em; }
.post-content ul li::marker, .entry-content ul li::marker { color: var(--hb-accent); }

/* Links */
.post-content a, .entry-content a {
  color: var(--hb-link);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.post-content a:hover, .entry-content a:hover { color: var(--hb-link-hover); }

/* Blockquotes (great for tips/insights) */
.post-content blockquote, .entry-content blockquote {
  border-left: 4px solid var(--hb-accent);
  padding: 0.6em 1em;
  margin: 1.2em auto;
  color: var(--hb-muted);
  font-style: italic;
  background: #fffaf0;
}

/* Figures & images (works with <figure> and Gutenberg images) */
.post-content figure, .entry-content figure { margin: 1.2em auto; }
.post-content img, .entry-content img {
  display: block;
  height: auto;
  max-width: 100%;
  border-radius: 8px;
}
.post-content figure img, .entry-content figure img { width: 100%; }
.post-content figcaption, .entry-content figcaption {
  text-align: center;
  font-size: 0.92rem;
  color: var(--hb-muted);
  margin-top: 0.4em;
}

/* WP alignment helpers (in case AI uses align classes) */
.post-content .alignleft, .entry-content .alignleft  { float: left;  margin: 0.3em 1em 0.8em 0; max-width: 45%; }
.post-content .alignright, .entry-content .alignright{ float: right; margin: 0.3em 0 0.8em 1em; max-width: 45%; }
.post-content .aligncenter, .entry-content .aligncenter{ margin-left: auto; margin-right: auto; }

/* Tables (if AI adds specs or comparisons) */
.post-content table, .entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.2em auto;
  font-size: 0.98rem;
}
.post-content th, .entry-content th,
.post-content td, .entry-content td {
  border: 1px solid var(--hb-border);
  padding: 0.7em;
}
.post-content thead th, .entry-content thead th {
  background: #f9fafb;
  font-weight: 600;
}

/* Code blocks (rare but safe) */
.post-content pre, .entry-content pre {
  background: #0b1020;
  color: #e5e7eb;
  padding: 1em;
  overflow-x: auto;
  border-radius: 8px;
  font-size: 0.95rem;
}

/* CTA section the AI will output as <section class="cta"> at the end */
.post-content .cta, .entry-content .cta {
  background: #fff8e1;
  border: 1px solid #fde68a;
  padding: 1.2em;
  border-radius: 10px;
  margin: 1.6em auto;
  text-align: center;
}
.post-content .cta h3, .entry-content .cta h3 { margin-top: 0; }
.post-content .cta .btn, .entry-content .cta .btn {
  display: inline-block;
  margin-top: 0.6em;
  padding: 0.7em 1.1em;
  border-radius: 8px;
  background: var(--hb-accent);
  color: #111 !important;
  text-decoration: none;
  font-weight: 700;
}
.post-content .cta .btn:hover, .entry-content .cta .btn:hover { filter: brightness(0.95); }

/* Horizontal rule for visual breaks */
.post-content hr, .entry-content hr {
  border: 0;
  height: 1px;
  background: var(--hb-border);
  margin: 1.6em auto;
}

/* Featured image full-bleed option (if you want wide hero at top) */
.single-post .post-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

/* Accessibility & small-screen polish */
@media (max-width: 768px) {
  .post-content, .entry-content { font-size: 1rem; line-height: 1.75; }
  .post-content h1, .entry-content h1 { font-size: 1.75rem; }
  .post-content h2, .entry-content h2 { font-size: 1.4rem; }
  .post-content .alignleft, .entry-content .alignleft,
  .post-content .alignright, .entry-content .alignright {
    float: none; max-width: 100%; margin: 0.6em auto;
  }
}/* End custom CSS */