
.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;
}
span.badge.bg-orange {
    background-color: var(--primary_col);
    border-radius: 50px;
    padding: 6px 13px;
    align-self: flex-start;
}
.blog-insight-card {
    background: transparent;
}
.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: #700045;
    left: -4px;
    top: 0px;
}

.wp-block-quote {
    position: relative;
}
.wp-block-quote p {
    font-size: 2rem;
}
/* Container Background */
.post-header-minimal {
    background-color: #ffffff;
    color: #333;
    font-family: 'Inter', -apple-system, sans-serif; /* Use a clean sans-serif */
}

/* Title Styling: Bold and Deep Purple */
.post-title-main {
    color: var(--primary_col); /* Matching the purple in your image */
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

/* Subtitle/Excerpt Styling */
.post-subtitle {
    color: #666;
    font-size: 1rem;
    line-height: 1.5;
    max-width: 90%;
}

/* Metadata Styling: Small and Light Grey */
.post-meta-text {
    color: #b0b0b0;
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    font-weight: 500;
}
.exclusive-coupon-banner {
    max-width: 100%;
    margin: 1.5rem auto;
}

.coupon-container {
    background-color: #f8f8f8; /* Light grey background */
    border-radius: 12px;
    padding: 25px 35px;
    position: relative;
    overflow: hidden;
}

/* Optional: The light pink circle effect in the background */
.coupon-container::after {
    content: "";
    position: absolute;
    top: -20px;
    right: -20px;
    width: 100px;
    height: 100px;
    background: rgba(234, 213, 230, 0.3);
    border-radius: 50%;
    z-index: 1;
}

.coupon-logo-box {
    background: #fff;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    padding: 10px;
    z-index: 2;
}

.offer-badge {
    color: #401861;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
    display: block;
    margin-bottom: 5px;
}

.coupon-title {
    color: #1a1a1a;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 4px;
}

.coupon-desc {
    color: #666;
    font-size: 14px;
}

.btn-get-code {
    background-color: #401861; /* Dark Purple */
    color: #ffffff !important;
    display: inline-block;
    padding: 12px 25px;
    border-radius: 8px;
    text-align: center;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.2;
    text-decoration: none;
    transition: background 0.3s ease;
    z-index: 2;
    position: relative;
    min-width: 110px;
}

.btn-get-code:hover {
    background-color: #2d1045;
}

/* Mobile Responsive */
@media (max-width: 576px) {
    .coupon-container {
        flex-direction: column;
        text-align: center;
    }
    .coupon-info {
        padding: 20px 0 !important;
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .post-title-main {
        font-size: 1.6rem;
        line-height: 1.4;
    }
}

@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;
    }
    .post-subtitle{
        font-size: 1rem;
    
    }
}

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