/* 
.link-wrapper {
  position: relative;
}*/
.link-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  text-indent: -9999px;
}


.embed-wrapper {
    position: relative;
    margin: 2px;
    margin-top: 17px;
}

.related-label {
    position: absolute;
    top: -15px;
    left: 22px;
    background-color: #f293c4;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.04em;
    line-height: 0.5;
    font-weight: bold;
    padding: 12px 8px;
    border-radius: 3px;
    z-index: 10;
}

/* 
.related-label::before {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    content: "\f02e";
}
*/

.wp-embed {
	padding: 24px 10px 16px 20px;
    border: solid 2.5px #f29fc6;
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 25%);
	border-radius: 5px;
}

.wp-embed-featured-image.square {
    float: left;
    max-width: 185px;
    margin-right: 20px;
}

p.wp-embed-heading {
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 1.4;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wp-embed-button {
    position: absolute;
    right: 6%;
    bottom: 20px;
    padding: 5px 10px;
    background: #f293c4;
    color: #fff;
    font-size: 15px;
    border-radius: 4px;
    display: unset;
    font-weight: bold;
}

.wp-embed-featured-image {
	margin-bottom: 0;
}

.wp-embed-footer {
    display: none;
}

.wp-embed-excerpt {
    display: none;
}	



@media screen and (max-width: 480px) {
	
.wp-embed-excerpt {
    display: none;
}
	
.wp-embed-button {
    display: none;
}	
	
.related-label {
        top: -14px;
        left: 30px;
        padding: 11px 8px;
}	

.wp-embed {
		padding: 24px 7px 13px;
        font-size: 13px;
        font-weight: 400;
}
	
.wp-embed-featured-image.square {
        float: left;
        max-width: 145px;
        margin-right: 10px;
}

.wp-embed-featured-image {
    margin-bottom: 0px;
}
	
p.wp-embed-heading {
    margin: 0px 0px 0px;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.5;
}
	
.wp-embed-footer {
    display: none;
}
}