/* Stylizacja wtyczki Category Comment Rating Plugin - Extended */

/* Stylizacja gwiazdek i wyświetlania oceny */
.ccrp-stars,
.ccrp-stars-average {
    display: inline-flex;
    align-items: center;
}
.ccrp-star {
    font-size: 1.2em;
    color: #ccc;
    margin-right: 2px;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
}
.ccrp-star.star-hover,
.ccrp-star.star-selected {
    color: gold;
}
.ccrp-rating-display {
    margin: 15px 0;
}
.ccrp-label {
    margin-right: 8px;
    font-weight: bold;
}
.ccrp-comment-rating {
    margin-top: 10px;
}
.stars-outer {
    position: relative;
    display: inline-block;
}
.stars-inner {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    color: gold;
}
form.comment-form.ccrp-user-comment-exists {
    display: none !important;
}
.ccrp-recaptcha {
    margin-top: 10px;
}

/* Stylizacja komunikatu reCAPTCHA v3 */
.ccrp-recaptcha-disclaimer {
    font-size: 0.6em;
    text-align: left;
}
