.related-post {
border: 1px dashed #cc0000;
padding: 10px;
margin: 20px 0;
background-color: #f9f9f9;
border-radius: 5px;
}
.related-post h6 {
font-size: 0.9em;
color: #cc0000;
margin: 0 0 10px 0;
}
.related-post-link {
display: flex;
align-items: center;
text-decoration: none;
color: #000;
}
.related-post-link img.related-post-img {
width: 120px; /* Increase the width to make the thumbnail rectangular */
height: 60px; /* Maintain aspect ratio */
border-radius: 4px;
margin-right: 10px;
}
.related-post-link span {
font-weight: bold;
color: #000;
font-size: 1em;
}
.related-post-link:hover span {
text-decoration: underline;
}