/* For product listings */
.product-list-author {
    margin-top: 8px;
    font-size: 0.9em;
}

.product-list-author .author-link {
    color: #666;
    text-decoration: none;
}

.product-list-author .author-link:hover {
    color: #2eacce;
    text-decoration: underline;
}