.embed_post_popup {
    position: relative;
}

.embed_post_popup ul li code {
    position: absolute;
    bottom: 0;
    opacity: 0;
}

.embed_post_popup ul {
    display: flex;
    gap: 20px;
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
}
.embed_post_popup ul li {
    text-align: center;
    margin: 0 10px 7px;
}

.embed_post_popup ul li a {
    color: #000;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
}

.embed_post_popup ul li svg {
    width: 40px !important;
    height: 40px !important;
    margin: 0 auto;
    margin-bottom: 10px;
}

p.embed_post_share {
    font-size: 20px;
    font-weight: 600;
    margin-top: -20px;
}

.embed_post_link input {
    background: #efefef;
    padding: 10px;
    border: 0;
    border-radius: 5px;
    width: 100%;
}

.embed_post_link {
    display: flex;
    gap: 20px;
    align-items: center;
}

.embed_post_link a {
    background: #0070ff;
    padding: 10px 25px;
    border-radius: 5px;
    color: #ffff;
    text-decoration: none;
    font-weight: 500;
}

.embed_code_copy_btn {
    color: #000;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
}
.embed_code_copy_btn:hover{
    cursor: pointer;
}

.post_three_comment .avatar {
    width: 25px;
    height: 25px;
}
.post_three_comment .card-title a.h6 {
    font-size: 0.8rem;
    font-weight: 500 !important;
}
.post_three_comment .thumbnail_link, .post_three_comment pre.text-pre {
    font-size: 13px;
}

.post_three_comment .comments_view_more_btn a{
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
}
.post_three_comment .post_three_comment_inner pre .card-body .card-title {
    font-size: 0.8rem;
}
.post_three_comment .post_three_comment_inner pre img {
    display: none;
}

.post_three_comment {
    position: relative;
    z-index: 9;
}
.post_three_comment {
    border: 1px solid #DEE9F1;
    background-color: #f8fbfd;
    border-radius: 9px;
    /* box-shadow: 7px 3px 20px rgba(12, 56, 85, 0.05); */
    padding: 0.75rem;
    margin-bottom: 0.75rem;
}
.post_three_comment .post_three_comment_inner {
    margin-bottom: 8px;
    border-bottom: 0.6px solid #DEE9F1;
}
.post_three_comment .post_three_comment_inner:last-child{
    border: none !important;
}
.post_have_a_comment .card, .post_have_a_comment .card-header {
    background: #f3faff;
}
.post_have_a_comment .bg-mode {
    background: #f8fbfd;
}
.post_three_comment .z-9{
    z-index: 9;
}
#view_main_post .post_three_comment{
display: none;
}
.ads_code_show{
    position: absolute;
    z-index: -1;
}
.cke_notifications_area{display: none;}

@media (min-width: 992px){
    .modal_embeded_popup{
        width: 530px;
    }
}

