.rate {
    float: left;
    padding: 0;
}
.rate:not(:checked) > input {
    display: none;
}
.rate:not(:checked) > label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #DDD;
}
.rate:not(:checked) > label:before {
    content: "★ ";
}
.rate > input:checked ~ label {
    color: #ffc700;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #ffb801;
}
.rate-this-company {
    background: url('../../../images/dark-bg.png');
    background-size: cover;
    color: white;
    padding-bottom: 30px !important;
    border-radius: 25px;
}

.rate-this-company textarea {
    background-color: white;
}

.opinion-content {
    clear: both;
}

.opinion-author {
    font-weight: 600;
    line-height: 1.1;
    font-size: 1.05rem;
}

.opinion-date {
    color: var(--gray-color);
}

.opinion-exist {
    font-size: 1.1rem;
    color: var(--gray-color);
    margin-bottom: 0;
    line-height: 1.2;
}

.single-opinion-stars {
    font-size: 1.75rem;
}

.star.gray {
    color: var(--gray-color);
}

.star.gold {
    color: #ffc700;
}

.opinion-list {
    margin-top: 8px;
}

textarea.comment {
    min-height: 80px;
}

.rate-this-company h3 {
    font-size: 18px;
    margin-top: 20px;
    font-weight: 600;
}
.rate-heading {
    margin-bottom: 0;
}

.add-comment textarea {
    margin-top: 20px;
}