/**
 * Public styles for Smart Post Views
 */

.spv-popular-posts {
    margin-bottom: 20px;
}

.spv-popular-title {
    font-size: 1.2em;
    margin-bottom: 10px;
    font-weight: bold;
}

.spv-popular-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.spv-popular-list li {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
}

.spv-popular-list li:last-child {
    border-bottom: none;
}

.spv-popular-list a {
    font-weight: 600;
    text-decoration: none;
}

.spv-views-count {
    font-size: 0.9em;
    color: #666;
    margin-left: 5px;
}