.elementor-7897 .elementor-element.elementor-element-ecfc385{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:200px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-7897 .elementor-element.elementor-element-ba8ef1b .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-7897 .elementor-element.elementor-element-1b28ea9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-7897 .elementor-element.elementor-element-8008f79{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:1024px){.elementor-7897 .elementor-element.elementor-element-ecfc385{--padding-top:0px;--padding-bottom:0px;--padding-left:25px;--padding-right:25px;}.elementor-7897 .elementor-element.elementor-element-1b28ea9{--padding-top:0px;--padding-bottom:0px;--padding-left:25px;--padding-right:25px;}}@media(max-width:767px){.elementor-7897 .elementor-element.elementor-element-ecfc385{--margin-top:100px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:25px;--padding-right:25px;}.elementor-7897 .elementor-element.elementor-element-ba8ef1b .elementor-heading-title{font-size:31px;}.elementor-7897 .elementor-element.elementor-element-1b28ea9{--padding-top:0px;--padding-bottom:0px;--padding-left:25px;--padding-right:25px;}}/* Start custom CSS for theme-post-content, class: .elementor-element-e7efe48 *//* -----------------------------
   Editorial Single Post CSS
   Paste in Appearance → Customize → Additional CSS
   ----------------------------- */

/* --- Base layout & container --- */
.single-post .site-content,
.single .site-content {
  max-width: 900px;       /* reading width */
  margin: 40px auto;
  padding: 0 20px;
  box-sizing: border-box;
  line-height: 1.67;
  font-family: "Georgia", "Times New Roman", serif; /* editorial feel */
  color: #222;
  background: transparent;
}

/* --- Post title & meta --- */
.single-post .entry-header,
.single .entry-header {
  margin-bottom: 18px;
  display: block;
}

.single-post .entry-title,
.single .post-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2.6rem;      /* big headline */
  line-height: 1.08;
  margin: 0 0 8px;
  letter-spacing: -0.02em;
  font-weight: 600;
  color: #111;
}

/* Meta row (date, author, categories) */
.single-post .post-meta,
.single .post-meta {
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.9rem;
  color: #6b6b6b;
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

/* subtle separator dot */
.single-post .post-meta .meta-sep::before {
  content: "•";
  margin: 0 6px;
  color: #cfcfcf;
  font-size: 0.8rem;
}

/* --- Featured image --- */
.single-post .post-thumbnail,
.single .post-thumbnail {
  margin: 20px 0;
  overflow: hidden;
  border-radius: 8px;
}

.single-post .post-thumbnail img,
.single .post-thumbnail .wp-block-image img {
  width: 100%;
  height: auto;
  display: block;
  transform-origin: center;
  transition: transform .6s cubic-bezier(.2,.9,.3,1);
}

.single-post .post-thumbnail img:hover {
  transform: scale(1.02);
}

/* --- Entry content (main) --- */
.single-post .entry-content,
.single .entry-content {
  font-size: 1.08rem;
  color: #2b2b2b;
  margin-top: 6px;
  word-wrap: break-word;
}

/* paragraphs spacing */
.single-post .entry-content p {
  margin: 1em 0;
  hyphens: auto;
  text-wrap: balance;
}

/* headings inside post */
.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4 {
  font-family: "Merriweather", Georgia, serif;
  margin: 1.5em 0 0.6em;
  line-height: 1.25;
  color: #111;
}

.single-post .entry-content h2 { font-size: 1.6rem; }
.single-post .entry-content h3 { font-size: 1.25rem; }

/* lead paragraph (if you add .lead) */
.single-post .entry-content p.lead {
  font-size: 1.18rem;
  font-weight: 500;
  color: #333;
  margin-top: 0;
  margin-bottom: 1.1rem;
  letter-spacing: -0.01em;
}

/* --- Blockquote --- */
.single-post .entry-content blockquote {
  border-left: 4px solid #e0e0e0;
  padding: 14px 18px;
  margin: 1.25em 0;
  background: rgba(240,240,240,0.4);
  font-style: italic;
  color: #333;
  border-radius: 6px;
}

/* quoted author */
.single-post .entry-content blockquote footer {
  margin-top: 8px;
  font-size: 0.9rem;
  color: #666;
}

/* --- Images & galleries inside content --- */
.single-post .entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 6px 18px rgba(16,20,30,0.06);
  margin: 1rem 0;
}

/* center align caption */
.wp-caption-text {
  text-align: center;
  color: #7a7a7a;
  font-size: 0.9rem;
  margin-top: .4rem;
}

/* --- Code blocks & pre --- */
.single-post .entry-content pre,
.single-post .entry-content code {
  font-family: "SFMono-Regular", Menlo, Monaco, monospace;
  background: #0f1720;
  color: #e6eef6;
  padding: 12px 14px;
  border-radius: 8px;
  overflow-x: auto;
  font-size: 0.92rem;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.02);
}

/* inline code */
.single-post .entry-content code {
  background: #f4f6f8;
  color: #c12a2a;
  padding: 3px 6px;
  border-radius: 4px;
  font-size: 0.94em;
}

/* --- Lists --- */
.single-post .entry-content ul,
.single-post .entry-content ol {
  margin: 1em 0 1em 1.25rem;
  padding: 0;
  line-height: 1.8;
}

/* --- Readability helpers (drop cap optional) --- */
.single-post .entry-content p:first-of-type.dropcap::first-letter {
  float: left;
  font-size: 3.4rem;
  line-height: 1;
  padding-right: 10px;
  font-weight: 700;
  color: #111;
  font-family: "Playfair Display", Georgia, serif;
}

/* --- Author box --- */
.single-post .post-author {
  display: flex;
  gap: 18px;
  align-items: center;
  margin: 34px 0 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(0,0,0,0.06);
}

.single-post .post-author .avatar {
  width: 88px;
  height: 88px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
}

.single-post .post-author .author-info h4 {
  margin: 0 0 6px;
  font-size: 1.06rem;
  font-weight: 600;
}

.single-post .post-author .author-info p {
  margin: 0;
  color: #666;
  font-size: 0.95rem;
}

/* social links in author box */
.single-post .post-author .author-info .author-links {
  margin-top: 8px;
  display: flex;
  gap: 10px;
  align-items: center;
}

/* --- Related posts (simple card grid) --- */
.single-post .related-posts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  margin: 36px 0 12px;
}

.single-post .related-posts .related {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 6px 18px rgba(16,20,30,0.04);
  transition: transform .28s ease, box-shadow .28s ease;
  display: flex;
  gap: 10px;
  align-items: center;
}

.single-post .related-posts .related:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(16,20,30,0.06);
}

.single-post .related .thumb {
  width: 84px;
  height: 56px;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
}

.single-post .related .title {
  font-size: 0.95rem;
  color: #111;
  margin: 0;
}

/* --- Comments area --- */
#comments {
  margin-top: 32px;
  padding-top: 22px;
  border-top: 1px dashed rgba(0,0,0,0.06);
}

.comment-list .comment {
  margin-bottom: 18px;
  padding: 12px;
  border-radius: 8px;
  background: rgba(250,250,250,0.6);
}

.comment-list .comment .comment-meta {
  font-size: 0.85rem;
  color: #666;
}

/* comment form inputs */
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  font-size: 0.95rem;
  margin-bottom: 8px;
  box-sizing: border-box;
}

/* nice submit button */
.comment-form input[type="submit"],
.single-post .btn {
  background: linear-gradient(180deg,#1f6feb,#165fd3);
  color: #fff;
  padding: 10px 16px;
  border-radius: 10px;
  border: none;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(31,111,235,0.12);
  transition: transform .15s ease, box-shadow .15s ease;
}
.comment-form input[type="submit"]:hover,
.single-post .btn:hover { transform: translateY(-2px); }

/* --- Mobile responsiveness --- */
@media (max-width: 720px) {
  .single-post .site-content {
    padding: 0 16px;
    margin: 28px auto;
  }

  .single-post .entry-title { font-size: 1.8rem; }
  .single-post .post-author { flex-direction: row; gap: 12px; }
  .single-post .related-posts { grid-template-columns: 1fr; }
}

/* --- Optional: dark-mode friendly tweaks --- */
@media (prefers-color-scheme: dark) {
  .single-post .site-content { color: #e8eef6; background: transparent; }
  .single-post .entry-title { color: #fff; }
  .single-post .entry-content p { color: #dbe6f1; }
  .single-post .post-meta { color: #9aa6b2; }
  .single-post .entry-content pre,
  .single-post .entry-content code { background: #071019; color: #dfefff; }
  .single-post .related .title { color: #eef6ff; }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-1b28ea9 *//* -----------------------------
   Editorial Single Post CSS
   Paste in Appearance → Customize → Additional CSS
   ----------------------------- */

/* --- Base layout & container --- */
.single-post .site-content,
.single .site-content {
  max-width: 900px;       /* reading width */
  margin: 40px auto;
  padding: 0 20px;
  box-sizing: border-box;
  line-height: 1.67;
  font-family: "Georgia", "Times New Roman", serif; /* editorial feel */
  color: #222;
  background: transparent;
}

/* --- Post title & meta --- */
.single-post .entry-header,
.single .entry-header {
  margin-bottom: 18px;
  display: block;
}

.single-post .entry-title,
.single .post-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2.6rem;      /* big headline */
  line-height: 1.08;
  margin: 0 0 8px;
  letter-spacing: -0.02em;
  font-weight: 600;
  color: #111;
}

/* Meta row (date, author, categories) */
.single-post .post-meta,
.single .post-meta {
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.9rem;
  color: #6b6b6b;
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

/* subtle separator dot */
.single-post .post-meta .meta-sep::before {
  content: "•";
  margin: 0 6px;
  color: #cfcfcf;
  font-size: 0.8rem;
}

/* --- Featured image --- */
.single-post .post-thumbnail,
.single .post-thumbnail {
  margin: 20px 0;
  overflow: hidden;
  border-radius: 8px;
}

.single-post .post-thumbnail img,
.single .post-thumbnail .wp-block-image img {
  width: 100%;
  height: auto;
  display: block;
  transform-origin: center;
  transition: transform .6s cubic-bezier(.2,.9,.3,1);
}

.single-post .post-thumbnail img:hover {
  transform: scale(1.02);
}

/* --- Entry content (main) --- */
.single-post .entry-content,
.single .entry-content {
  font-size: 1.08rem;
  color: #2b2b2b;
  margin-top: 6px;
  word-wrap: break-word;
}

/* paragraphs spacing */
.single-post .entry-content p {
  margin: 1em 0;
  hyphens: auto;
  text-wrap: balance;
}

/* headings inside post */
.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4 {
  font-family: "Merriweather", Georgia, serif;
  margin: 1.5em 0 0.6em;
  line-height: 1.25;
  color: #111;
}

.single-post .entry-content h2 { font-size: 1.6rem; }
.single-post .entry-content h3 { font-size: 1.25rem; }

/* lead paragraph (if you add .lead) */
.single-post .entry-content p.lead {
  font-size: 1.18rem;
  font-weight: 500;
  color: #333;
  margin-top: 0;
  margin-bottom: 1.1rem;
  letter-spacing: -0.01em;
}

/* --- Blockquote --- */
.single-post .entry-content blockquote {
  border-left: 4px solid #e0e0e0;
  padding: 14px 18px;
  margin: 1.25em 0;
  background: rgba(240,240,240,0.4);
  font-style: italic;
  color: #333;
  border-radius: 6px;
}

/* quoted author */
.single-post .entry-content blockquote footer {
  margin-top: 8px;
  font-size: 0.9rem;
  color: #666;
}

/* --- Images & galleries inside content --- */
.single-post .entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 6px 18px rgba(16,20,30,0.06);
  margin: 1rem 0;
}

/* center align caption */
.wp-caption-text {
  text-align: center;
  color: #7a7a7a;
  font-size: 0.9rem;
  margin-top: .4rem;
}

/* --- Code blocks & pre --- */
.single-post .entry-content pre,
.single-post .entry-content code {
  font-family: "SFMono-Regular", Menlo, Monaco, monospace;
  background: #0f1720;
  color: #e6eef6;
  padding: 12px 14px;
  border-radius: 8px;
  overflow-x: auto;
  font-size: 0.92rem;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.02);
}

/* inline code */
.single-post .entry-content code {
  background: #f4f6f8;
  color: #c12a2a;
  padding: 3px 6px;
  border-radius: 4px;
  font-size: 0.94em;
}

/* --- Lists --- */
.single-post .entry-content ul,
.single-post .entry-content ol {
  margin: 1em 0 1em 1.25rem;
  padding: 0;
  line-height: 1.8;
}

/* --- Readability helpers (drop cap optional) --- */
.single-post .entry-content p:first-of-type.dropcap::first-letter {
  float: left;
  font-size: 3.4rem;
  line-height: 1;
  padding-right: 10px;
  font-weight: 700;
  color: #111;
  font-family: "Playfair Display", Georgia, serif;
}

/* --- Author box --- */
.single-post .post-author {
  display: flex;
  gap: 18px;
  align-items: center;
  margin: 34px 0 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(0,0,0,0.06);
}

.single-post .post-author .avatar {
  width: 88px;
  height: 88px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
}

.single-post .post-author .author-info h4 {
  margin: 0 0 6px;
  font-size: 1.06rem;
  font-weight: 600;
}

.single-post .post-author .author-info p {
  margin: 0;
  color: #666;
  font-size: 0.95rem;
}

/* social links in author box */
.single-post .post-author .author-info .author-links {
  margin-top: 8px;
  display: flex;
  gap: 10px;
  align-items: center;
}

/* --- Related posts (simple card grid) --- */
.single-post .related-posts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  margin: 36px 0 12px;
}

.single-post .related-posts .related {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 6px 18px rgba(16,20,30,0.04);
  transition: transform .28s ease, box-shadow .28s ease;
  display: flex;
  gap: 10px;
  align-items: center;
}

.single-post .related-posts .related:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(16,20,30,0.06);
}

.single-post .related .thumb {
  width: 84px;
  height: 56px;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
}

.single-post .related .title {
  font-size: 0.95rem;
  color: #111;
  margin: 0;
}

/* --- Comments area --- */
#comments {
  margin-top: 32px;
  padding-top: 22px;
  border-top: 1px dashed rgba(0,0,0,0.06);
}

.comment-list .comment {
  margin-bottom: 18px;
  padding: 12px;
  border-radius: 8px;
  background: rgba(250,250,250,0.6);
}

.comment-list .comment .comment-meta {
  font-size: 0.85rem;
  color: #666;
}

/* comment form inputs */
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  font-size: 0.95rem;
  margin-bottom: 8px;
  box-sizing: border-box;
}

/* nice submit button */
.comment-form input[type="submit"],
.single-post .btn {
  background: linear-gradient(180deg,#1f6feb,#165fd3);
  color: #fff;
  padding: 10px 16px;
  border-radius: 10px;
  border: none;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(31,111,235,0.12);
  transition: transform .15s ease, box-shadow .15s ease;
}
.comment-form input[type="submit"]:hover,
.single-post .btn:hover { transform: translateY(-2px); }

/* --- Mobile responsiveness --- */
@media (max-width: 720px) {
  .single-post .site-content {
    padding: 0 16px;
    margin: 28px auto;
  }

  .single-post .entry-title { font-size: 1.8rem; }
  .single-post .post-author { flex-direction: row; gap: 12px; }
  .single-post .related-posts { grid-template-columns: 1fr; }
}

/* --- Optional: dark-mode friendly tweaks --- */
@media (prefers-color-scheme: dark) {
  .single-post .site-content { color: #e8eef6; background: transparent; }
  .single-post .entry-title { color: #fff; }
  .single-post .entry-content p { color: #dbe6f1; }
  .single-post .post-meta { color: #9aa6b2; }
  .single-post .entry-content pre,
  .single-post .entry-content code { background: #071019; color: #dfefff; }
  .single-post .related .title { color: #eef6ff; }
}/* End custom CSS */