.elementor-1774 .elementor-element.elementor-element-1fabdb5{--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-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-1774 .elementor-element.elementor-element-8d443cb{--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 );}@media(min-width:768px){.elementor-1774 .elementor-element.elementor-element-8d443cb{--width:1240px;}}/* Start custom CSS for theme-post-title, class: .elementor-element-c4fc2ef */.elementor-1774 .elementor-element.elementor-element-c4fc2ef{
  position: relative;
  padding: 40px;
  border-radius: 22px;

  background:
    linear-gradient(135deg, rgba(245,180,0,0.08), rgba(0,0,0,0.92)),
    #050505;

  border: 1px solid rgba(245,180,0,0.22);
}

/* title */
.elementor-1774 .elementor-element.elementor-element-c4fc2ef h1{
  font-size: 42px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px;
}

/* meta */
.elementor-1774 .elementor-element.elementor-element-c4fc2ef .elementor-post-info{
  color: #BFA86A;
  font-size: 14px;
}/* End custom CSS */
/* Start custom CSS for theme-post-content, class: .elementor-element-fd219db *//* =========================
   SINGLE POST CONTENT
========================= */
.single-post-content{
  position: relative;
  overflow: hidden;

  max-width: 920px;
  margin: 0 auto;
  padding: 34px 36px;
  border-radius: 22px;

  background:
    linear-gradient(135deg, rgba(245,180,0,0.04) 0%, rgba(245,180,0,0.01) 40%, rgba(0,0,0,0.96) 82%),
    linear-gradient(180deg, #080808 0%, #050505 100%);

  border: 1px solid rgba(245,180,0,0.16);
  box-shadow: inset 0 0 0 1px rgba(245,180,0,0.02);
}

.single-post-content::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 20%, rgba(245,180,0,0.06), transparent 35%),
    radial-gradient(circle at 85% 10%, rgba(245,180,0,0.04), transparent 30%);
}

.single-post-content > *{
  position: relative;
  z-index: 1;
}

/* reset default top spacing */
.single-post-content > *:first-child{
  margin-top: 0 !important;
}

/* =========================
   HEADINGS
========================= */
.single-post-content h1,
.single-post-content h2,
.single-post-content h3,
.single-post-content h4{
  margin: 30px 0 12px;
  font-family: "Poppins", sans-serif;
  color: #fff;
  letter-spacing: -0.01em;
}

.single-post-content h1{
  font-size: 34px;
  line-height: 1.12;
  font-weight: 800;
}

.single-post-content h2{
  font-size: 28px;
  line-height: 1.18;
  font-weight: 800;
}

.single-post-content h3{
  font-size: 22px;
  line-height: 1.24;
  font-weight: 700;
}

.single-post-content h4{
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
}

/* tighter first heading */
.single-post-content h1:first-child,
.single-post-content h2:first-child,
.single-post-content h3:first-child{
  margin-top: 0;
}

/* =========================
   PARAGRAPHS
========================= */
.single-post-content p{
  margin: 0 0 18px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.9;
  color: #C7AE6A;
}

/* strong */
.single-post-content strong,
.single-post-content b{
  color: #F2E6BE;
  font-weight: 700;
}

/* emphasis */
.single-post-content em,
.single-post-content i{
  color: #D8C17B;
}

/* =========================
   LINKS
========================= */
.single-post-content a{
  color: #F5B400;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(245,180,0,0.25);
  transition: color .2s ease, border-color .2s ease;
}

.single-post-content a:hover{
  color: #FFC21A;
  border-color: rgba(255,194,26,0.65);
}

/* =========================
   LISTS - fixes your overlap issue
========================= */
.single-post-content ul,
.single-post-content ol{
  margin: 0 0 22px 0;
  padding-left: 26px;
}

.single-post-content ul{
  list-style: disc outside !important;
}

.single-post-content ol{
  list-style: decimal outside !important;
}

.single-post-content li{
  margin: 0 0 10px;
  padding-left: 4px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.85;
  color: #C7AE6A;
}

/* nested lists */
.single-post-content li ul,
.single-post-content li ol{
  margin-top: 10px;
  margin-bottom: 10px;
}

/* force markers visible and spaced */
.single-post-content li::marker{
  color: #D4B25B;
  font-weight: 700;
}

/* =========================
   BLOCKQUOTE
========================= */
.single-post-content blockquote{
  margin: 24px 0;
  padding: 18px 20px;
  border-left: 3px solid rgba(245,180,0,0.45);
  background: rgba(245,180,0,0.04);
  border-radius: 0 14px 14px 0;
}

.single-post-content blockquote p{
  margin: 0;
  color: #E2D0A0;
}

/* =========================
   IMAGES
========================= */
.single-post-content img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 24px auto;
  border-radius: 16px;
  border: 1px solid rgba(245,180,0,0.10);
}

/* captions */
.single-post-content figcaption,
.single-post-content .wp-caption-text{
  margin-top: -10px;
  margin-bottom: 18px;
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
  color: #8F7A45;
}

/* =========================
   TABLES
========================= */
.single-post-content table{
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(245,180,0,0.12);
}

.single-post-content th,
.single-post-content td{
  padding: 12px 14px;
  text-align: left;
  border-bottom: 1px solid rgba(245,180,0,0.08);
  color: #C7AE6A;
}

.single-post-content th{
  color: #fff;
  background: rgba(245,180,0,0.05);
  font-weight: 700;
}

/* =========================
   CODE / PRE / FORMULA TEXT
========================= */
.single-post-content code{
  padding: 2px 6px;
  border-radius: 6px;
  background: rgba(245,180,0,0.08);
  color: #F5D37A;
  font-size: 0.95em;
}

.single-post-content pre{
  margin: 24px 0;
  padding: 18px;
  overflow: auto;
  border-radius: 14px;
  background: #0A0A0A;
  border: 1px solid rgba(245,180,0,0.10);
  color: #E6D39B;
}

.single-post-content pre code{
  padding: 0;
  background: transparent;
  border-radius: 0;
}

/* =========================
   HR
========================= */
.single-post-content hr{
  margin: 28px 0;
  border: 0;
  border-top: 1px solid rgba(245,180,0,0.10);
}

/* =========================
   SPACING RHYTHM
========================= */
.single-post-content p + h2,
.single-post-content ul + h2,
.single-post-content ol + h2,
.single-post-content blockquote + h2{
  margin-top: 34px;
}

.single-post-content p + h3,
.single-post-content ul + h3,
.single-post-content ol + h3{
  margin-top: 28px;
}

/* =========================
   MOBILE
========================= */
@media (max-width: 767px){
  .single-post-content{
    padding: 22px 18px;
    border-radius: 18px;
  }

  .single-post-content h1{
    font-size: 28px;
  }

  .single-post-content h2{
    font-size: 24px;
  }

  .single-post-content h3{
    font-size: 20px;
  }

  .single-post-content p,
  .single-post-content li{
    font-size: 15px;
    line-height: 1.8;
  }

  .single-post-content ul,
  .single-post-content ol{
    padding-left: 22px;
  }
}/* End custom CSS */