
.post-hero {
    min-height: 80vh; /* Adjust height as needed */
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    color: #ffffff;
}

.post-hero h1 {
    letter-spacing: -1px;
    line-height: 1.2;
}

.post-hero .badge {
    font-size: 0.75rem;
    letter-spacing: 1px;
    font-weight: 700;
}

/* Ensure the text stays readable on top of the image */
.post-hero .lead {
    max-width: 600px;
    font-size: 1.1rem;
    opacity: 0.9;
}

.blog_detail_description :is(h2,h2,h4,h5) {
    color: var(--primary-color);
}

.wp-block-list {
    background: linear-gradient(135deg, #FAF5FF 0%, #FFF7ED 100%);
    padding: 3rem 4rem;
    border-radius: 24px;
    margin: 2.5rem 0;
}

.wp-block-list li:not(:last-child) {
    margin-bottom: 20px;
}

ol.wp-block-list {
  counter-reset: my-counter;
  list-style: none;
}

ol.wp-block-list li {
  counter-increment: my-counter;
  margin-bottom: 10px;
  position: relative;
  padding-left: 35px;
}

ol.wp-block-list li::before {
  content: counter(my-counter);
  position: absolute;
  left: -10px;
  top: 0;
  background: var(--secondary-color);
  color: var(--primary-color);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  font-weight:600;
}

.wp-block-quote:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #FFBC54 0%, #47008C 100%);
    left: -4px;
    top: 0px;
}

.wp-block-quote {
    position: relative;
}
.wp-block-quote p {
    font-size: 2rem;
}
figure.wp-block-image {
    margin-left: -18%;
    margin-right: -20%;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

@media screen and (max-width: 767px) {
    figure.wp-block-image {
        margin-left: 0;
        margin-right: 0;
    }
    .wp-block-quote p {
        font-size: 1.3rem;
    }
    .wp-block-list {
        padding: 2rem 2.5rem;
    }
}

@media screen and (max-width: 500px) {
.data-time {
    width: 100%;
    display: block;
    margin-top: 15px;
}
}