.wp-embed{
    border: 1px solid #eee;
    box-shadow: none;
    border-radius: 6px;
    padding:15px 18px 15px 24px;
    height:120px;
}

.wp-embed.has-post-thumbnail{
    position: relative;
    padding-left: 20px;
}
.wp-embed-featured-image{
    position: absolute;
    right: 15px;
    top: 15px;
    width: 80px;
    /* grid-area: thumbnail; */
}
p.wp-embed-heading{
    margin-bottom: 10px;
    line-height: 1.2;
    align-self: flex-end;
}
.wp-embed .wp-embed-excerpt{
    color: #9a9aac;
    line-height: 1.4;
    font-size: 12px;
}
.wp-embed .wp-embed-site-title{
    font-size: 12px;
    font-weight: normal;
    display: block;
    width: calc(100% - 90px);
    flex:0 0 calc(100% - 90px);
}
.wp-embed .wp-embed-excerpt{
    overflow: hidden;
    width: 100%;
}
.wp-embed .wp-embed-excerpt p{
    white-space:nowrap;
    width:100%;
    overflow:hidden;
    text-overflow:ellipsis;

}
.wp-embed .wp-embed-site-title a{
    width: calc(100% - 40px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.wp-embed .wp-embed-site-title span{
    white-space: nowrap;
}
.wp-embed .wp-embed-meta{
    display: block;
    flex:0 0 75px;
}
.wp-embed-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 42px;
}
.wp-embed .wp-embed-site-title a{
    color: #9a9aac;

}
.wp-embed-comments a .dashicons-admin-comments {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M5%202h9q.82%200%201.41.59T16%204v7q0%20.82-.59%201.41T14%2013h-2l-5%205v-5H5q-.82%200-1.41-.59T3%2011V4q0-.82.59-1.41T5%202z%27%20fill%3D%27%239a9aac%27%2F%3E%3C%2Fsvg%3E');
}
.wp-embed-share-dialog-open .dashicons-share {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.5%2012q1.24%200%202.12.88T17.5%2015t-.88%202.12-2.12.88-2.12-.88T11.5%2015q0-.34.09-.69l-4.38-2.3Q6.32%2013%205%2013q-1.24%200-2.12-.88T2%2010t.88-2.12T5%207q1.3%200%202.21.99l4.38-2.3q-.09-.35-.09-.69%200-1.24.88-2.12T14.5%202t2.12.88T17.5%205t-.88%202.12T14.5%208q-1.3%200-2.21-.99l-4.38%202.3Q8%209.66%208%2010t-.09.69l4.38%202.3q.89-.99%202.21-.99z%27%20fill%3D%27%239a9aac%27%2F%3E%3C%2Fsvg%3E');
}
.wp-embed-comments a:hover {
    color: #ff8080;
}
.wp-embed-comments a:hover .dashicons-admin-comments {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M5%202h9q.82%200%201.41.59T16%204v7q0%20.82-.59%201.41T14%2013h-2l-5%205v-5H5q-.82%200-1.41-.59T3%2011V4q0-.82.59-1.41T5%202z%27%20fill%3D%27%23ff8080%27%2F%3E%3C%2Fsvg%3E');
}
.wp-embed-share-dialog-open:hover .dashicons-share {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.5%2012q1.24%200%202.12.88T17.5%2015t-.88%202.12-2.12.88-2.12-.88T11.5%2015q0-.34.09-.69l-4.38-2.3Q6.32%2013%205%2013q-1.24%200-2.12-.88T2%2010t.88-2.12T5%207q1.3%200%202.21.99l4.38-2.3q-.09-.35-.09-.69%200-1.24.88-2.12T14.5%202t2.12.88T17.5%205t-.88%202.12T14.5%208q-1.3%200-2.21-.99l-4.38%202.3Q8%209.66%208%2010t-.09.69l4.38%202.3q.89-.99%202.21-.99z%27%20fill%3D%27%23ff8080%27%2F%3E%3C%2Fsvg%3E');
}

.wp-embed-share-dialog{
    height: 152px;
    background-color: #ff8080;
    border-radius: 6px;
}
.wp-embed-share-tab-button+.wp-embed-share-tab-button{
    border-color: #fff;
}
.wp-embed-share-dialog-text{
    margin-top: 0;
    line-height: 1;
}
.wp-embed-share-tab-button button{
    color: #fff;
}
p.wp-embed-share-description{
    font-size: 12px;
    color: #fff;
    font-style: normal;
}
.wp-embed-share-input {
    height: 35px;
    padding: 0 10px;
    border-radius: 6px;
}
.wp-embed-featured-image {
    margin-bottom: 0;
}
.wp-embed-featured-image img{
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
}


@media (max-width:575px) {
     
    .wp-embed-featured-image{
        display: none;
    }
}