/* Start- Inline Related Posts */
.inline-post-box.inline-related-posts:before {
    content: "Also Read";
    position: absolute;
    top: -12px;
    font-size: 14px;
    color: #cb0000;
    left: 10px;
    background: #fff;
    padding: 0 4px;
    font-weight: 500;
}

.inline-post-box.inline-related-posts {
    display: flex;
    border: 0.5px dashed #9b1717;
    border-radius: 4px;
    position: relative;
    padding: 10px;
    height: 82px;
    margin-bottom: 15px;
}

/* Each post inside */
.inline-related-post {
    display: flex;
    align-items: center;
}

/* Post link */
.inline-related-post a {
    color: #000;
    line-height: 20px;
    font-size: 15px;
    margin-left: 7px;
    font-weight: 500;

}

.inline-related-post a:hover {
    color: #f31f1f;
}

/* Thumbnail */
.img-inline-related-post {
    border: 0.5px solid #D3D3D3;
    border-radius: 4px;
    width: 70px;
    max-width: 90px;
    margin: 6px 0 0;
    height: 50px;
    object-fit: fill;   /* never crops */
    background: #fff;      /* optional background fill */
}

.irp-emoji-placeholder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 24px;
    margin: 6px 0;
}



/* END- Inline Related Posts */
