.single-blog-header-section{
    position: relative;
    padding: 10.25rem 1.28rem 10.18rem 1.28rem;
    height: 26.25rem;
}

.blog-content h2{
    margin-bottom: 1.25rem;
}

.blog-content p{
    margin-bottom: 2rem;
    color: var(--bs-secondary);
}

.blog-content ol{
    font-weight: bold;
    padding-left: 1rem;
}

.wp-block-image{
    margin-bottom: 2rem;
    border-radius: 8px;
}

.custom-caption{
    display: block;
    width: 100%;
}

.custom-caption img{
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

figure{
    height: 100%;
    border-radius: 8px;
}

figure img{
    width: 100% !important;
    object-fit: cover;
    border-radius: 8px;
}

figure figcaption{
    text-align: center;
    margin-bottom: 4.5rem !important;
}

.blog-hero--img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.single-blog-header-section::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65));
}

.main-heading-wrap{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 319px;
    z-index: 2;
}

.category-badge a{
    font-weight: 500;
    font-size: 1rem;
    background: none !important;
    color: #fff;
}

.author-info-mobile{
    position: absolute;
    bottom: 1rem;
    left: 1.25rem;
    width: 90%;
    z-index: 2;
}

.right-social-tray{
    flex-grow: 1;
}

.author--img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.author-desktop--img{
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.dot{
    vertical-align: text-bottom;
    margin-inline: 0.25rem;
}

.copy-link-btn{
    position: relative;
    background: #fff;
    padding: 0.45rem 0.75rem;
    border: 1px solid #1F0A54;
    border-radius: 20px;
}

.copy-link-btn::after{
    content: 'copied to clipboard!';
    padding: 0.25rem 0.75rem 0.75rem 0;
    position: absolute;
    left: -0.75rem;
    bottom: -2.45rem;
    min-width: 200px;
    border-radius: 2px;
    opacity: 0;
    transition: all 2500ms ease-out;
}

html[dir = "rtl"] .copy-link-btn::after{
    left: unset;
    right: -2.75rem;
}

.copy-link-btn.active::after{
    opacity: 1;
}

.copy-link-btn{
    transition: all 100ms ease-out;
}

.copy-link-btn:active{
    transform: scale(0.95);
    box-shadow: none;
}

.social--img{
    width: 24px;
    height: 24px;
}

.main_blog_img{
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.ready-to-sell-section{
    background-image: url(/wp-content/themes/northladder/img/feature-pattern.svg);
    background-repeat: no-repeat;
    background-position: bottom left;
}

.sell-container{
    display: flex;
    align-items: center;
    flex-direction: column;
}

/* Card CSS */

.card-blog-col{
    border-bottom-left-radius: 8px;        
    border-bottom-right-radius: 8px;        
}

.blog-card{
    border-bottom-left-radius: 8px;        
    border-bottom-right-radius: 8px;   
}

.blog-card--header{
    border-radius: 8px;
}

.card_title{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card__img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
}

.card__author--img{
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
}

/* */

.you-may-also-section{
    margin-bottom: 4rem;
}

@media(min-width: 600px){

    .single-blog-header-section{
        padding: 16.81rem 2rem 12.62rem 2rem;
        height: 37.5rem;
    }

    .main-heading-wrap{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        max-width: 704px;
        z-index: 2;
    }


    .wp-block-image{
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }

    figure figcaption{
        margin-bottom: 2.5rem;
    }

    .right-social-tray{
        flex-grow: 0;
    }

    .main_blog_img{
        border-radius: 8px;
    }

    .sell-container{
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    }

    .you-may-also-section{
        margin-bottom: 5rem;
    }
}

@media(min-width: 905px){
    
    .main-heading-wrap{
        max-width: 840px;
    }
    
    .category-badge a{
        font-size: 1.125rem;
    }
    
    .blog-text-container{
        max-width: 800px;
    }

    .blog-card:hover{
        box-shadow: 2px 8px 20px rgba(210, 206, 221, 0.4);
    }

    .you-may-also-section{
        margin-bottom: 7.5rem;
    }
}

@media(min-width: 1240px){
    .main-heading-wrap{
        max-width: 968px;
    }

    .category-badge a{
        font-size: 1.26rem;
    }
}



