.actions {
    margin-top: 1rem;
}
.meta .answers, .meta .votes {
    font-size: 0.8em;
    color: #666;
    margin-right: 1rem;
}
.stats li a {
    text-decoration: none;
}
.stats li a:hover {
    color: #3498db;
}

.vote-link {
    text-decoration: none;
    transition: color 0.2s;
}
.vote-link:hover {
    color: #3498db;
}
.vote-link.voted {
    color: #3498db;
}

.author {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.profile-circle-small {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 10px;
    border: 2px solid #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    display: inline-block;
} 