/* Story Rating & Views | prgwebtech.com */

.srv-w {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    line-height: 1;
    font-family: inherit;
    flex-wrap: nowrap;
}

.srv-stars {
    display: inline-flex;
    align-items: center;
    gap: 1px;
}

.srv-stars span {
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    font-family: Arial, sans-serif;
    padding: 0 1px;
    color: #cccccc;
}

.srv-w.srv-locked .srv-stars span {
    cursor: default;
    pointer-events: none;
}

.srv-avg {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    line-height: 1;
}

.srv-cnt {
    font-size: 13px;
    color: #888;
    line-height: 1;
}

.srv-msg {
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
}

/* Views */
.srv-views {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
}
.srv-views svg path { fill: #4a90d9; }
.srv-views-count {
    font-size: 15px;
    font-weight: 700;
    color: #333;
}
