.elementor-3848 .elementor-element.elementor-element-dc4db83{--display:flex;}.elementor-3848 .elementor-element.elementor-element-3a1d85c{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3848 .elementor-element.elementor-element-540a8878{--display:flex;}.elementor-3848 .elementor-element.elementor-element-711c6ef1{--display:flex;--align-items:flex-start;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-3848 .elementor-element.elementor-element-1598baa7{--display:flex;}.elementor-3848 .elementor-element.elementor-element-53ecddcd{--display:flex;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-3848 .elementor-element.elementor-element-711c6ef1{--width:60%;}.elementor-3848 .elementor-element.elementor-element-1598baa7{--width:70%;}}/* Start custom CSS *//* ---------- Base Styles ---------- */

.blog-post {
  max-width: 800px;
  margin: 0 auto;
  padding: 100px 20px;
  background-color: #0D0D0D;
  color: #CCCCCC;
  font-family: 'Poppins', sans-serif;
}

.post-intro {
  background-color: #0D0D0D;
}

.post-intro h1 {
  font-family: 'Orbitron', sans-serif;
  font-size: 3rem;
  color: #F2F2F2;
  text-transform: uppercase;
  margin-bottom: 1rem;
  line-height: 1.5em;
}

.post-intro .lead {
  font-size: 1.25rem;
  color: #CCCCCC;
  margin-bottom: 2rem;
}

.post-intro a {
  color: #FF4C00;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.post-intro a:hover {
  color: #CC3700;
}

/* EEAT section with profile */
.post-eeat {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  background-color: #1C1C1C;
  padding: 1.5rem;
  border-left: 3px solid #FF4C00;
  margin-bottom: 2rem;
  font-size: 1rem;
}

.eeat-profile img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #2E2E2E;
  flex-shrink: 0;
}

.eeat-text {
  color: #CCCCCC;
  font-family: 'Poppins', sans-serif;
}

.eeat-text strong {
  font-family: 'Orbitron', sans-serif;
  color: #F2F2F2;
  font-weight: 700;
}

/* Audio section */
.post-audio {
  background: radial-gradient(circle at top left, rgba(255, 76, 0, 0.05), #1C1C1C);
  padding: 1.5rem;
  border-radius: 8px;
  margin-bottom: 2rem;
}

.post-audio h2 {
  font-family: 'Orbitron', sans-serif;
  font-size: 2rem;
  color: #F2F2F2;
  margin-bottom: 1rem;
}

.post-audio h2::before {
  content: '🎧';
  margin-right: 0.5rem;
  color: #FF4C00;
}

.post-audio audio {
  width: 100%;
  background: #0D0D0D;
  border: 1px solid #2E2E2E;
  border-radius: 6px;
  outline: none;
}

/* Main content */
.post-body .main-content-image img{
  width: 60%;
  max-width: 100%;
  object-fit: cover;
  margin: 2rem auto;
  border-radius: 12px;
  border: 1px solid #2E2E2E;
  display: block;
}



.post-body {
  background-color: #0D0D0D;
  font-size: 1.125rem;
  line-height: 1.75;
  color: #CCCCCC;
}

.post-body a {
  color: #FF4C00;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.post-body a:hover {
  color: #CC3700;
}

/* Optional divider */
.post-section-divider {
  border-top: 3px solid #FF4C00;
  margin: 60px 0;
}

/* ---------- Tablet Styles ---------- */
@media (max-width: 1024px) {
  .blog-post {
    padding: 80px 20px;
  }

  .post-intro h1 {
    font-size: 2.5rem;
  }

  .post-intro .lead {
    font-size: 1.125rem;
  }

  .post-audio h2 {
    font-size: 1.75rem;
  }

  .post-body {
    font-size: 1.0625rem;
  }
}

.post-body ul {
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
  list-style-type: disc;
}

.post-body li {
  margin-bottom: 0.75rem;
  line-height: 1.6;
  font-size: 1.125rem;
  color: #CCCCCC;
  font-family: 'Poppins', sans-serif;
}


/* ---------- Mobile Styles ---------- */
@media (max-width: 600px) {
  .blog-post {
    padding: 60px 20px;
  }

  .post-intro h1 {
    font-size: 2rem;
  }

  .post-intro .lead {
    font-size: 1rem;
  }

  .post-eeat {
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem;
    font-size: 0.95rem;
  }

  .eeat-profile {
    margin-bottom: 1rem;
  }

  .post-audio {
    padding: 1rem;
  }

  .post-audio h2 {
    font-size: 1.5rem;
  }

  .post-body {
    font-size: 1rem;
  }
}/* End custom CSS */