.related-category-link {
    margin-top: 10px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}


.related-category-link:hover {
    background-color: #eeeeee;
}

.related-arrow {
    float: right;
}