.blog-details p a{
    color:#043ECE;
    border-bottom: 1.3px solid #043ECE;
}
.blog-details p {
    margin-bottom: 0;
    margin-top: 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0;
    color: #34373C;
}
.blog-details .blog-quote-block p.blog-quote-block-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
    margin-top: 0;
    color: #0B0C0E;
    margin-bottom: 16px;
}
.blog-details .blog-quote-block .blog-quote-block-name {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #0B0C0E;
}
.blog-details h2 {
    margin-top: 48px;
    margin-bottom: 0px;
    font-family: "Geist", sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: normal;
    color:#0B0C0E;
}

.blog-details h3 {
    margin-top: 32px;
    margin-bottom: 0px;
    font-family: "Geist", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    color:#0B0C0E;
}

.blog-details h4 {
    margin-top: 24px;
    margin-bottom: 0px;
    font-family: "Geist", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    color:#0B0C0E;
}
.blog-details h5 {
    margin-top: 20px;
    margin-bottom: 0px;
    font-family: "Geist", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    color:#0B0C0E;
}
/* Base list styling */
.blog-details ul {
    list-style: disc;
}

.blog-details ol {
    list-style: decimal;
}

.blog-details ul,
.blog-details ol {
    margin-top: 16px;
    margin-bottom: 0;
    margin-left: 26px;
    padding-left: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: #34373C;
}
.blog-details table ul, .blog-details table ol {
    margin-top: 0;
}
/* Gap between list items */
.blog-details ul li,
.blog-details ol li {
    margin-bottom: 16px;
}

/* Remove gap on last item */
.blog-details ul li:last-child,
.blog-details ol li:last-child {
    margin-bottom: 0;
}

/* Remove gap above first list item */
.blog-details ul li:first-child,
.blog-details ol li:first-child {
    margin-top: 0;
}
.blog-details ul li::marker,
.blog-details ol li::marker {
    color: #34373C;
    font-weight: 400;
}

.blog-details .blog-testimonial-block {
    background: #ffffff;
}

.blog-details .blog-testimonial-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #0B0C0E;
    margin-top: 0;
    margin-bottom: 30px;
}

.blog-details .blog-testimonial-footer {
    display: flex;
    align-items: center;
    gap: 12px;
}

.blog-details .blog-testimonial-avatar {
    width: 64px;
    height: 64px;
    border-radius: 999px;
    object-fit: cover;
}

.blog-details .blog-testimonial-meta {
    display: flex;
    flex-direction: column;
}

.blog-details .blog-testimonial-name {
    color: #0B0C0E;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
}

.blog-details .blog-testimonial-designation {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #34373C;
}
.blog-details .blog-tip-block {
    background: #F0F6FF;
    border: 1px solid #C8DEFD;
    border-radius: 12px;
    padding: 20px;
    margin-top: 48px;
}

.blog-details .blog-tip-header {
    display: flex;
    align-items: center;
    gap: 16px;
}

.blog-details .blog-tip-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.blog-details .blog-tip-title {
    font-family: "Geist", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #032759;
}

/* Space between title and content */
.blog-details .blog-tip-content {
    margin-top: 0px;
    color: #032759;
}

/* Paragraphs inside tip */
.blog-details .blog-tip-content p {
    margin-top: 16px;
    margin-bottom: 0px;
    font-family: "Geist", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #032759;
}

/* Remove last extra spacing */
.blog-details .blog-tip-content p:last-child {
    margin-bottom: 0;
}

/* Lists inside tip */
.blog-details .blog-tip-content ul,
.blog-details .blog-tip-content ol {
    margin-top: 16px;
    margin-bottom: 0px;
    padding-left: 20px;
    color: #032759;
}

.blog-details .blog-tip-content li {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 26px;
}

.blog-details .blog-tip-content li:last-child {
    margin-bottom: 0;
}

/* Bullet color */
.blog-details .blog-tip-content li::marker {
    color: #032759;
}
.blog-details .blog-code-panel {
    margin-top: 28px;
}

.blog-details .blog-code-panel p{
    color:inherit;
}

.blog-details .blog-code-content {
    /* white-space: pre; */
    tab-size: 2;
}

/* Copy Button feedback */
.blog-details .code-copy-btn.copied {
    background: #1f8f5f;
    border-color: #1f8f5f;
}


.blog-details img {
    max-width: 100%;
    border-radius: 12px;
    margin-top: 28px;
}
.blog-details div {
    max-width: 100%;
}
.blog-details .blog-testimonial-avatar,
.blog-details .blog-tip-header img,
.blog-details .code-copy-btn img {
    margin-top: 0px;
}

.blog-details .blog-notice-block {
    display: flex;
    gap: 8px;
    padding: 20px;
    border-radius: 12px;
    align-items: flex-start;
    margin-top: 16px;
}

.blog-details .blog-notice-icon {
    width: 20px;
    height: 20px;
    margin-top: 0px;
    flex-shrink: 0;
}

.blog-details .blog-notice-content {
    font-size: 16px;
    line-height: 26px;
}

.blog-details .blog-notice-content p {
    margin: 0;
    color: inherit;
}

.blog-details .blog-info-banner {
    border-radius: 12px;
    padding: 20px;
    margin-top: 16px;
}

/* Header row */
.blog-details .blog-info-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0px;
    padding-bottom : 0px;
}

.blog-details .blog-info-icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

.blog-details .blog-info-title {
    font-family: "Geist", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

/* Description */
.blog-details .blog-info-description {
    font-family: "Geist", sans-serif;
    font-size: 16px;
    line-height: 26px;
}

/* Paragraph spacing */
.blog-details .blog-info-description p {
    margin: 10px 0 0 0;
    line-height: 26px;
}

.blog-details .blog-info-description p:last-child {
    margin-bottom: 0;
}

/* Lists inside info */
.blog-details .blog-info-description ul,
.blog-details .blog-info-description ol {
    padding-left: 26px;
    margin: 16px 0 0 0;
}

.blog-details .blog-info-description li {
    margin-bottom: 0px;
     line-height: 26px;
}

.blog-details .blog-info-description li:last-child {
    margin-bottom: 0;
}

/* Force all text to use banner color */
.blog-details .blog-info-banner,
.blog-details .blog-info-banner * {
    color: inherit;
}
img.blog-info-icon {
    margin: 0;
}

.blog-details .blog-tips-banner {
    display: flex;
    gap: 12px;
    padding: 20px;
    border-radius: 12px;
    align-items: flex-start;
    margin-top: 16px;
}

.blog-details .blog-tips-header .blog-tips-icon {
    width: 24px;
    height: 24px;
    margin-top: 0px;
    flex-shrink: 0;
    border-radius: 0px;
}

.blog-details .blog-tips-title {
    font-family: "Geist", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
}

.blog-details .blog-tips-description {
    font-family: "Geist", sans-serif;
    font-size: 16px;
    line-height: 26px;
}

.blog-details .blog-tips-description p {
    margin: 0;
}
.blog-details .blog-tips-banner {
    border-radius: 12px;
    padding: 20px;
    margin-top: 24px;
    display: block;
}

/* Header */
.blog-details .blog-tips-header {
    display: flex;
    align-items: center;
    gap: 12px;
}

.blog-details .blog-tips-icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

.blog-details .blog-tips-title {
    font-family: Geist;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
    margin-bottom: 0;
}

/* Content */
.blog-details .blog-tips-content {
    margin-top: 16px;
    font-size: 16px;
    line-height: 26px;
}

/* Paragraph spacing */
.blog-details .blog-tips-content p {
    margin: 16px 0 0 0;
}

.blog-details .blog-tips-content p:last-child {
    margin-bottom: 0;
}

/* Lists */
.blog-details .blog-tips-content ul,
.blog-details .blog-tips-content ol {
    padding-left: 26px;
    margin: 16px 0 0px 0;
}

.blog-details .blog-tips-content li {
    margin-bottom: 16px;
}

.blog-details .blog-tips-content li:last-child {
    margin-bottom: 0;
}

/* Force all children to use banner color */
.blog-details .blog-tips-banner,
.blog-details .blog-tips-banner a,
.blog-details .blog-tips-banner * {
    color: inherit;
    border-color: inherit;
}

.blog-details .blog-cta-section {
    border-radius: 20px;
    overflow: visible;
    background-size: cover;
    background-position: center;
    margin-top: 48px;
}

/* Layout */
.blog-details .blog-cta-inner {
    display: flex;
    flex-direction: column;
    gap: 52px;
    padding: 32px;
}

@media (min-width: 768px) {
    .blog-details .blog-cta-inner {
        flex-direction: row;
        align-items: center;
        padding: 40px;
    }
}

/* Left side */
.blog-details .blog-cta-left {
    width: 100%;
}

@media (min-width: 768px) {
    .blog-details .blog-cta-left {
        width: 50%;
    }
}

/* Slider wrapper (arrows float here) */
.blog-details .blog-cta-slider-wrapper {
    position: relative;
}

/* Slider remains full width */
.blog-details .blog-cta-slider {
    width: 100%;
    height: 270px;
    border-radius: 4px;
    overflow: hidden;
    max-width: 300px;
    margin : 0 auto;
}

/* Track */
.blog-details .blog-cta-track {
    display: flex;
    height: 100%;
    transition: transform 0.5s ease-in-out;
}

/* Slides */
.blog-details .blog-cta-slide {
    min-width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

/* Arrows outside image */
.blog-details .cta-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.12);
    color: #ffffff;
    border: none;
    width: 28px;
    height: 28px;
    border-radius: 4px;
    cursor: pointer;
    z-index: 10;
    color: rgba(20, 27, 52, 1);
}

.blog-details .cta-prev {
    left: -30px;
}

.blog-details .cta-next {
    right: -30px;
}

/* Right side */
.blog-details .blog-cta-right {
    width: 100%;
}

@media (min-width: 768px) {
    .blog-details .blog-cta-right {
        width: 50%;
    }
}

/* Text */
.blog-details .blog-cta-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #0B0C0E;
}

.blog-details .blog-cta-description,.blog-details .blog-cta-description p {
    margin-top: 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #34373C;
}

/* Button */
.blog-details .blog-cta-button {
    border-radius: 6px;
    background-color: #171717;
    color: #FAFAFA;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
    box-sizing: border-box;
    width: max-content;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    padding: 10px 16px;
    margin-top:40px;
}
.slider-thumbnails-wrapper img{
    margin-top:0px;
    border-radius: 3px;
}
.blog-details .slider-wrapper{
    margin-bottom: 0px;
}
.blog-details .slider-thumbnails-container {
    gap:8px;
}
.blog-details .slider-thumb img {
    width: 163px;
    height: 83px;
    object-fit: cover;
}
.blog-details button.slider-nav-button .slider-nav-icon.rotate-180,.blog-details button.slider-nav-button .slider-nav-icon{
    transform: rotate(0deg);
    margin-top : 0px;
}
.blog-details button.slider-nav-button {
    background: rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    box-shadow: none;
    width: 28px;
    height: 28px;
    padding: 6px;
}
.blog-details .slider-main-container{
    margin-bottom : 24px;
}
.blog-details table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #ffffff;
    margin-top: 32px;
    border-radius: 12px;
    overflow: hidden;
}

/* Header */
.blog-details table thead tr {
    background: #EEEEEE;
}

.blog-details th img{
    margin-top: 0px;
    display: inline;
    width: 25px;
    border-radius: 0;
}
.blog-details td img{
    margin-top: 0px;
    display: inline;
    width: auto;
    border-radius: 0;
}
.blog-details th {
   padding: 16px; 
   font-weight: 600; 
   font-size: 16px; 
   line-height: 100%; 
   text-align: left;
   color: #0B0C0E;
   border-bottom: 1px solid rgba(204, 204, 204, 1);
    border-right: 1px solid rgba(204, 204, 204, 1);
}
.blog-details thead th {
    border-top: 1px solid rgba(204, 204, 204, 1);
}
.blog-details table th:first-child,
.blog-details table td:first-child {
    border-left: 1px solid rgba(204, 204, 204, 1);
}

/* Body cells */
.blog-details table td {
    padding: 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #34373C;
    border-bottom: 1px solid rgba(204, 204, 204, 1);
    border-right: 1px solid rgba(204, 204, 204, 1);
    letter-spacing: -2%;

}
/* Rounded corners */
.blog-details thead tr:first-child th:first-child {
    border-top-left-radius: 12px;
}
.blog-details thead tr:first-child th:last-child {
    border-top-right-radius: 12px;
}
.blog-details tbody tr:last-child td:first-child {
    border-bottom-left-radius: 12px;
}
.blog-details tbody tr:last-child td:last-child {
    border-bottom-right-radius: 12px;
}

/* FAQ Container */
.blog-details .faq-item {
    border-bottom: 1px solid #E6E6E6;
}
.blog-details .faq-item:last-child {
    border-bottom: 0px solid #E5E5E5;
}
.blog-details .faq-item.faq-open .faq-question {
    padding-bottom: 16px;
}

.blog-details .faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 24px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    text-align: left;
    color: #0B0C0E;
    font-size: 20px;
    font-weight: 500;
}

/* Question text */
.blog-details .faq-question span {
    color: #0B0C0E;
     font-size: 20px;
    font-weight: 500;
}

/* Arrow */
.blog-details .faq-arrow {
    width: 24px;
    height: 24px;
    stroke: #34373C;
    stroke-width: 2;
    fill: none;
    transition: transform 0.3s ease;
}

/* Rotate arrow when open */
.blog-details .faq-open .faq-arrow {
    transform: rotate(180deg);
}

/* Answer */
.blog-details .faq-answer,.blog-details .faq-answer p {
    font-size: 14px;
    line-height: 24px;
    color: #34373C;
    padding-bottom: 24px;
    font-weight: 400;
    margin-top: 0px;
}

/* First FAQ top border */
.blog-details .faq-item:first-child {
    margin-top: 16px;
}

.blog-details .faq-item:first-of-type {
    margin-top: 16px;
}
 .blog-details .slider-main-container .slider-main-image{
    margin-top: 0px;
}

.youtube-video-wrapper {
    position: relative;
    cursor: pointer;
}

.youtube-play-btn {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 10;
}

.youtube-play-btn img {
    width: 64px;
    height: 64px;
}

.youtube-player {
    position: absolute;
    inset: 0;
    z-index: 20;
}
.blog-details img.cta-dino-image {
    width: 228px;
    height: auto;
    top: -14px;
    right: 20px;
    scale: 1.1;
}
/* ========== Mobile Overrides ========== */
@media (max-width: 768px) {
    main .tag-product-led-growth{
        padding: 8px 12px !important;
    }
    .blog-details img.cta-dino-image {
        scale: 1;
        right: -12px;
        bottom: 0;
        top: auto;
    }
    .blog-details .cta-arrow{
        width: 24px;
        height: 24px;
    }
    .blog-details .blog-cta-title{
        font-size: 20px;
    }
    .blog-details .faq-question span {
        font-size: 16px;
    }
    .blog-details .faq-item.faq-open button.faq-question {
        padding-bottom: 16px;
    }
    .blog-details .faq-answer {
        font-size: 14px;
        line-height: 22px;
        padding-bottom: 16px;
    }
    .blog-details .faq-arrow{
        margin-left: 8px;
    }
    .toc-section{
        display: none;
    }
    .blog-details .slider-main-container {
        padding: 0px;   
    }
    button.slider-thumb {
        width: 32% !important;
    }

    button.slider-thumb img {
        width: 100%;
        object-fit: contain;
    }

    .blog-details .slider-thumb img {
        object-fit: contain;
        height: auto;
    }
    .blog-details .slider-thumb img{
        margin-top: 0px;
    }
    .blog-details .slider-main-container .slider-main-image{
        margin-bottom : 0px;
        width: 100%;
        margin-top: 0px;
    }
    .blog-details table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
    .blog-details .blog-cta-slider{
        max-width: 100%;
        border-radius: 4px;
    }
    .blog-details .blog-cta-inner{
        padding:24px;
        gap:16px;
    }
    .blog-details .cta-next {
        right: -30px;
    }
    .blog-details .cta-prev{
        left: -30px;
    }
    .blog-details .blog-cta-description,.blog-details .blog-cta-description p{
        margin-top:8px;
        font-size: 14px;
        line-height: 26px;
    }
    .blog-details .blog-cta-button{
        margin-top:24px;
    }
    .blog-details .blog-tips-banner,.blog-details .blog-info-banner{
        padding: 16px;
        margin-top: 16px;
    }
    .blog-details .blog-tips-title {
        font-size: 18px;
        line-height: 24px;
    }
    .blog-details .blog-tips-content p,.blog-details .blog-info-description p,.blog-details .blog-info-description a,
    .blog-details .blog-tips-content li,.blog-details .blog-info-description li,.blog-details .blog-info-description a{
        font-size: 14px;
        line-height: 28px;
    }
    .blog-details .blog-tips-content ul, .blog-details .blog-tips-content ol,
    .blog-details .blog-info-description ul, .blog-details .blog-info-description ol{
        padding-left: 0;
    }
    .blog-details .slider-main-container{
        margin-bottom: 8px;
    }
    .blog-info-icon{
        margin-top:0 !important;
    }
    .blog-details .blog-tips-content li{
        margin-bottom: 8px;
    }
    .blog-details .blog-notice-block{
        padding: 16px;
        margin-top: 12px;
    }
    .blog-details .blog-notice-content{
        font-size: 16px;
        line-height: 30px;
    }
    .blog-details .blog-code-panel{
        margin-top: 24px;
    }
    .blog-details .code-copy-btn img {
        margin-top: 0px;
    }
    .blog-details img {
        margin-top: 24px;
    }
    .blog-details .blog-tip-block{
        margin-top: 32px;
        padding: 16px;
    }
    .blog-details .blog-tip-title{
        font-size: 20px;
    }
    .blog-details .blog-tip-content p{
        font-size: 14px;
        line-height: 24px;
    }
    .blog-details .blog-quote-block p.blog-quote-block-text {
        font-size: 18px;
        line-height: 28px;
    }
    .blog-details .blog-testimonial-text {
        margin-bottom: 16px;
    }
    .blog-details .blog-testimonial-text{
         font-size: 18px;
        line-height: 28px;
    }
    .blog-details .blog-notice-content,.blog-details .blog-notice-content p {
        font-size: 16px;
        line-height: 26px;
    }
    .blog-details .blog-cta-section{
        margin-top: 32px;
    }
    .blog-details p {
        margin-top: 16px; /* 12px between paras */
        font-size: 16px;
        line-height: 26px;
    }

    .blog-details h2 {
        margin-top: 32px;
        margin-bottom: 0px;
        font-size: 22px;
        line-height: 26px;
        font-weight: 600;
    }

    .blog-details h3 {
        margin-top: 24px;
        margin-bottom: 0px;
        font-size: 20px;
        line-height: 26px;
        font-weight: 600;
    }
    
    .blog-details h4 {
        margin-top: 20px;
        margin-bottom: 0px;
        font-size: 18px;
        line-height: 26px;
        font-weight: 600;
    }
    .blog-details h5 {
        margin-top: 20px;
        font-size: 16px;
        line-height: normal;
    }
    .blog-details ul li,
    .blog-details ol li {
        margin-bottom: 8px;
        margin-left: 20px;
        font-size: 16px;
    }

    .blog-details ul,
    .blog-details ol {
        margin-top: 12px;
        font-size: 15px;
        line-height: 24px;
        margin-left: 8px;
    }

}