._k7mf3w_blog_content_qo5mxs_{
    /* border: 1px solid red; */
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-direction: column;
    padding-top: 10px;

}


/* ====================== Heading Section ====================== */
._vigmwm_blog_heading_section_2l8ibh_{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-direction: column;
}

._j6qik8_blogs_content_navigation_e190sy_{
    font-size: 13px;
    color: #6c757d;
    width: 100%;
    /* text-align: right; */
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

._j6qik8_blogs_content_navigation_e190sy_ a{
    font-size: 13px;
    color: #6c757d;
    text-decoration: none;
    transition: all 0.2s linear;
}

._j6qik8_blogs_content_navigation_e190sy_ a:hover{
    color: var(--primary_color);
}

._z2zg3s_blog_heading_onlx31_{
    font-size: 35px;
    font-weight: 800;
    color: #000000;
    text-align: center;
}
._z2zg3s_blog_heading_onlx31_ b{
    color: var(--primary_color);
}

._r25wvf_blog_sub_heading_vldn09_{
    font-size: 15px;
    font-weight: 400;
    color: #000;
    text-align: center;
}

._9mk5ey_tags_container_mhcd7e_{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

._o6fbrb_tags_eowztq_{
    font-size: 13px;
    font-weight: 400;
    color: #000;
    background-color: #f2f2f2;
    padding: 5px 10px;
    border-radius: 5px;
    transition: all 0.2s linear;
    cursor: pointer;
}
._o6fbrb_tags_eowztq_:hover{
    background-color: #e6e6e6;
}

._j6qik8_blogs_content_navigation_e190sy_ .author{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

._j6qik8_blogs_content_navigation_e190sy_ .author .authorImg{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    overflow: hidden;
    background-image: url('https://dummyimage.com/25X25/f7f7f7/e6e6e6');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
._j6qik8_blogs_content_navigation_e190sy_ .author a{
    font-size: 13px;
    color: var(--dark_color);
    text-decoration: none;
    transition: all 0.2s linear;
}
._j6qik8_blogs_content_navigation_e190sy_ .author a:hover{
    color: var(--primary_color);
}

._j6qik8_blogs_content_navigation_e190sy_ .author .authorImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ====================== Featured Image ====================== */

._grioin_featured_image_vd6ka9_{
    width: 100%;
    height: 500px;
    /* object-fit: cover; */
    border-radius: 10px;
    overflow: hidden;
    background-image: url('https://dummyimage.com/800X500/f7f7f7/e6e6e6');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.2s linear;

}

._grioin_featured_image_vd6ka9_ img{
    width: 100%;
    height: 100%;
    /* height: 100%; */
    object-fit: cover;
    transition: all 0.2s linear;
    /* border-radius: 10px; */
}
/* ====================== Description ====================== */

._93r529_blog_description_ftaw7o_{
    font-size: 20px;
    font-weight: 400;
    line-height: 165%;
    color: #000;
    text-align: left;
    margin-top: 20px;
    width: 100%;
    text-align: left;
}

._93r529_blog_description_ftaw7o_ .bold{
    font-weight: 600;

}

._93r529_blog_description_ftaw7o_ .italic
{
    font-style: italic;

}

._93r529_blog_description_ftaw7o_ .Heading
{
    font-size: 25px;
    font-weight: 700;
    color: #000;
    margin-top: 20px;
    margin-bottom: 10px;
}

._93r529_blog_description_ftaw7o_ .List{
    font-size: 20px;
    font-weight: 400;
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
}

._93r529_blog_description_ftaw7o_ .highlight
{
    font-weight: 300;
    color: var(--primary_color);
}


._93r529_blog_description_ftaw7o_ .link{
    font-weight: 600;
    color: var(--primary_color);
    text-decoration: underline;
    transition: all 0.2s linear;
}


._grioin_featured_image_vd6ka9_.contain{
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: none;

}
._grioin_featured_image_vd6ka9_.cover{
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: none;

}
._grioin_featured_image_vd6ka9_.cover img{
    height: 100%;
    width: auto;
}

._grioin_featured_image_vd6ka9_.contain img{
    width:auto;
    height: auto;
    object-fit: contain;

}

.blog_image{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 100%;
    height: fit-content;
    flex-direction: column;
    margin-bottom: 10px;
    margin-top: 10px;
}

.blog_image .info{
    font-size: 13px;
    color: #6c757d;
    text-align: center;
    width: 100%;
    text-align: right;
}
._93r529_blog_description_ftaw7o_ p img{
    height: 30px;
    width: 30px;
}
._93r529_blog_description_ftaw7o_ .icon
{
    height: 20px;
    width: 20px;
    margin-right: 5px;
}
._93r529_blog_description_ftaw7o_ .special_prompt
{
    /* border: 1px solid red; */
    padding: 20px;
    /* padding-top: 30px;
    padding-right: 50px; */
    margin: 20px 0;
    background-color: var(--light_color);
    border-left: 5px solid var(--primary_color);
    font-weight: 400;
    font-style: italic;
    position: relative;

}
._93r529_blog_description_ftaw7o_ .special_prompt .copy_button{
    position: absolute;
    top: 10px;
    right: 10px;
    border: 1px solid var(--secondary_color);
    height: 30px;
    width: 30px;
    border-radius: 5px;
    cursor: pointer;
    background-color: var(--light_color);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s linear;

    /* background-color: var(--light-color); */
}
._93r529_blog_description_ftaw7o_ .special_prompt .copy_button span{
    width: 60%;
    height: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--primary_color);
    font-weight: 600;
    transition: all 0.2s linear;
}
._93r529_blog_description_ftaw7o_ .special_prompt .copy_button:hover {
    background-color: var(--secondary_color);

}
._93r529_blog_description_ftaw7o_ .special_prompt .copy_button:hover span{
    color: #fff;
}
._93r529_blog_description_ftaw7o_ .special_prompt .copy_button span svg{
    height: 100%;
    width: 100%;
}
._93r529_blog_description_ftaw7o_ .special_prompt .copy_button .copy{
font-size: 20px;
}
._93r529_blog_description_ftaw7o_ .special_prompt .copy_button .copied{
    display: none;
}
._93r529_blog_description_ftaw7o_ .special_prompt .copy_button.active .copied{
    display: block;
}
._93r529_blog_description_ftaw7o_ .special_prompt .copy_button.active .copy{
    display: none;
}
@media only screen and (max-width: 800px)
{
    .author p{
        display: none;
    }
}

@media only screen and (max-width: 700px)
{

    ._grioin_featured_image_vd6ka9_{
        height: 300px;
    }
    ._93r529_blog_description_ftaw7o_{
        font-size: 18px;
    }
    ._z2zg3s_blog_heading_onlx31_{
        font-size: 28px;
        max-width: 500px;
    }
    .List li{
        font-size: 15px;
    }
    .Heading{
        font-size: 20px;
    }
    p{
        font-size: 15px;
        line-height: normal;
    }
}

@media only screen and (max-width: 400px)
{
    ._j6qik8_blogs_content_navigation_e190sy_ p{
        display: none;
    }
}
