.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;
}