.elementor-1534 .elementor-element.elementor-element-13cc09da{--display:flex;}.elementor-1534 .elementor-element.elementor-element-88ed2f1{--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-1534 .elementor-element.elementor-element-d630f67{color:#373333;}@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-64eda889 *//* =========================
   Premium Blog Post Styling (Post ID: 1534)
   ========================= */

:root {
  --accent-1: #0d9488;
  --accent-2: #0891b2;
  --text: #0f172a;
  --muted: #64748b;
  --card-bg: #ffffff;
  --page-bg: #f8fafc;
  --shadow: 0 12px 34px rgba(2,6,23,0.08);
  --max-w: 1150px;       /* Balanced width */
  --title-size: 44px;    /* Large attractive title */
  --body-size: 18px;     /* Comfortable reading */
}

/* Apply only to this post */
body.postid-1534 {
  background: var(--page-bg);
  color: var(--text);
  font-family: "Inter", sans-serif;
}

/* Main content container */
body.postid-1534 .entry-content,
body.postid-1534 .page-content,
body.postid-1534 .post {
  max-width: var(--max-w);
  margin: 70px auto;
  padding: 55px;
  background: var(--card-bg);
  border-radius: 20px;
  box-shadow: var(--shadow);
  font-size: var(--body-size);
  line-height: 1.85;
  color: var(--text);
  box-sizing: border-box;
  word-break: break-word;
  overflow-wrap: break-word;
}

/* Page Title */
body.postid-1534 .entry-title,
body.postid-1534 .post-title {
  font-family: "Playfair Display", serif;
  font-size: var(--title-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-1534 .entry-title::after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  background: var(--accent-1);
  margin: 14px auto 0;
  border-radius: 3px;
}

/* Headings */
body.postid-1534 .entry-content h2 {
  font-size: 27px;
  font-weight: 700;
  margin: 40px 0 20px;
  color: var(--text);
  border-left: 6px solid var(--accent-1);
  padding-left: 16px;
}
body.postid-1534 .entry-content h3 {
  font-size: 22px;
  font-weight: 600;
  margin: 32px 0 16px;
  color: var(--text);
}

/* Paragraphs */
body.postid-1534 .entry-content p {
  margin-bottom: 20px;
  color: #334155;
}

/* Lists */
body.postid-1534 .entry-content ul,
body.postid-1534 .entry-content ol {
  margin: 18px 0 24px 28px;
  font-size: 17px;
  color: #475569;
}
body.postid-1534 .entry-content li {
  margin-bottom: 10px;
}

/* Blockquote */
body.postid-1534 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: #0f172a;
}

/* Images */
body.postid-1534 .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-1534 .entry-content a {
  color: var(--accent-1);
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px dashed rgba(13,148,136,0.3);
}
body.postid-1534 .entry-content a:hover {
  color: var(--accent-2);
  border-bottom: 1px solid var(--accent-2);
}

/* =========================
   Responsive Styles
   ========================= */

/* Tablets */
@media (max-width: 1024px) {
  :root { --max-w: 94vw; --title-size: 34px; }
  body.postid-1534 .entry-content,
  body.postid-1534 .page-content,
  body.postid-1534 .post {
    padding: 36px;
    border-radius: 16px;
  }
  body.postid-1534 .entry-title { font-size: 34px; }
  body.postid-1534 .entry-content h2 { font-size: 22px; }
  body.postid-1534 .entry-content h3 { font-size: 20px; }
  body.postid-1534 .entry-content p { font-size: 16px; line-height: 1.7; }
}

/* Mobile */
@media (max-width: 767px) {
  :root { --max-w: 100%; --title-size: 24px; }
  body.postid-1534 .entry-content,
  body.postid-1534 .page-content,
  body.postid-1534 .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-1534 .entry-title { font-size: 24px; margin-bottom: 18px; }
  body.postid-1534 .entry-content h2 { font-size: 18px; margin-top: 20px; }
  body.postid-1534 .entry-content h3 { font-size: 16px; }
  body.postid-1534 .entry-content p,
  body.postid-1534 .entry-content ul,
  body.postid-1534 .entry-content ol { font-size: 15px; line-height: 1.6; }
  body.postid-1534 blockquote { padding: 16px 18px; font-size: 15px; }
}/* End custom CSS */