.related-post { 
    border: 1px dashed #cc0000;
    padding: 15px;
    margin: 20px 0;
    background-color: #f9f9f9;
    border-radius: 5px;
}

.related-post h6 {
    font-size: 22px;
    color: #ff0000;
    margin: 0 0 12px 0;
}

.related-post-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
}

.related-post-link img.related-post-img {
    width: 150px;
    height: auto;
    border-radius: 4px;
    margin-right: 12px;
}

.related-post-link span {
    font-weight: bold;
    color: #000;
    font-size: 1.1em;
}

.related-post-link:hover span {
    text-decoration: underline;
}
