.elementor-1146 .elementor-element.elementor-element-64b38db5{--display:flex;}.elementor-1146 .elementor-element.elementor-element-b23dabc{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1146 .elementor-element.elementor-element-b1149c8{color:#232020;}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for text-editor, class: .elementor-element-1c83e8b7 *//* ================================
   Premium Blog Post Styling — post id 1146
   ================================ */

:root {
  --accent-1: #0d9488;
  --accent-2: #0891b2;
  --text-color: #0f172a;
  --muted-color: #64748b;
  --card-background: #ffffff;
  --page-background: #f8fafc;
  --shadow-large: 0 12px 34px rgba(2,6,23,0.08);
  --max-width-blog: 1150px;
  --title-font-size: 44px;
  --body-font-size: 18px;
}

/* Scope only this post */
body.postid-1146 {
  background: var(--page-background);
  color: var(--text-color);
  font-family: "Inter", sans-serif;
}

/* Content card */
body.postid-1146 .entry-content,
body.postid-1146 .page-content,
body.postid-1146 .post {
  max-width: var(--max-width-blog);
  margin: 70px auto;
  padding: 55px;
  background: var(--card-background);
  border-radius: 20px;
  box-shadow: var(--shadow-large);
  font-size: var(--body-font-size);
  line-height: 1.85;
  color: var(--text-color);
  box-sizing: border-box;
  word-break: break-word;
  overflow-wrap: break-word;
}

/* Title styling */
body.postid-1146 .entry-title,
body.postid-1146 .post-title {
  font-family: "Playfair Display", serif;
  font-size: var(--title-font-size);
  font-weight: 800;
  text-align: center;
  margin-bottom: 36px;
  line-height: 1.1;
  letter-spacing: -0.5px;
  background: linear-gradient(90deg, var(--accent-1), var(--accent-2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body.postid-1146 .entry-title::after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  background: var(--accent-1);
  margin: 14px auto 0;
  border-radius: 3px;
}

/* Headings */
body.postid-1146 .entry-content h2 {
  font-size: 27px;
  font-weight: 700;
  margin: 40px 0 22px;
  color: var(--text-color);
  border-left: 6px solid var(--accent-1);
  padding-left: 16px;
}
body.postid-1146 .entry-content h3 {
  font-size: 22px;
  font-weight: 600;
  margin: 32px 0 16px;
  color: var(--text-color);
}

/* Paragraphs */
body.postid-1146 .entry-content p {
  margin-bottom: 20px;
  color: #334155;
}

/* Lists */
body.postid-1146 .entry-content ul,
body.postid-1146 .entry-content ol {
  margin: 18px 0 24px 28px;
  font-size: 17px;
  color: #475569;
}
body.postid-1146 .entry-content li {
  margin-bottom: 10px;
}

/* Blockquote */
body.postid-1146 blockquote {
  margin: 30px 0;
  padding: 24px 28px;
  background: rgba(13,148,136,0.06);
  border-left: 6px solid var(--accent-1);
  font-style: italic;
  border-radius: 12px;
  color: var(--text-color);
}

/* Images */
body.postid-1146 .entry-content img {
  border-radius: 12px;
  margin: 28px 0;
  box-shadow: 0 8px 24px rgba(2,6,23,0.08);
  max-width: 100%;
  height: auto;
  display: block;
}

/* Links */
body.postid-1146 .entry-content a {
  color: var(--accent-1);
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px dashed rgba(13,148,136,0.3);
}
body.postid-1146 .entry-content a:hover {
  color: var(--accent-2);
  border-bottom: 1px solid var(--accent-2);
}

/* ================================
   Responsive Adjustments
   ================================ */

/* Tablets */
@media (max-width: 1024px) {
  :root { --max-width-blog: 94vw; --title-font-size: 34px; }
  body.postid-1146 .entry-content,
  body.postid-1146 .page-content,
  body.postid-1146 .post {
    padding: 36px;
    border-radius: 16px;
  }
  body.postid-1146 .entry-title { font-size: 34px; }
  body.postid-1146 .entry-content h2 { font-size: 22px; }
  body.postid-1146 .entry-content h3 { font-size: 20px; }
  body.postid-1146 .entry-content p { font-size: 16px; line-height: 1.7; }
}

/* Mobile */
@media (max-width: 767px) {
  :root { --max-width-blog: 100%; --title-font-size: 24px; }
  body.postid-1146 .entry-content,
  body.postid-1146 .page-content,
  body.postid-1146 .post {
    width: 100% !important;
    max-width: 100% !important;
    margin: 18px auto;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(2,6,23,0.05);
  }
  body.postid-1146 .entry-title { font-size: 24px; margin-bottom: 18px; }
  body.postid-1146 .entry-content h2 { font-size: 18px; margin-top: 20px; }
  body.postid-1146 .entry-content h3 { font-size: 16px; }
  body.postid-1146 .entry-content p,
  body.postid-1146 .entry-content ul,
  body.postid-1146 .entry-content ol { font-size: 15px; line-height: 1.6; }
  body.postid-1146 blockquote { padding: 16px 18px; font-size: 15px; }
}/* End custom CSS */