/* ViewStats Frontend Styles */
.viewstats-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 10px 0;
    font-size: 14px;
    color: #666;
}

.viewstats-align-left {
    justify-content: flex-start;
}

.viewstats-align-center {
    justify-content: center;
    display: flex;
}

.viewstats-align-right {
    justify-content: flex-end;
    display: flex;
}

.viewstats-icon {
    font-size: 16px;
}

.viewstats-label {
    font-weight: 600;
}

.viewstats-count {
    font-weight: bold;
    color: #333;
}

.viewstats-most-viewed ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.viewstats-most-viewed li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.viewstats-most-viewed li:last-child {
    border-bottom: none;
}

.viewstats-thumbnail {
    float: left;
    margin-right: 15px;
}

.viewstats-thumbnail img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
}
