.comment-box textarea{
    font-size: 16px;
    padding: 15px;
}
.comment-form-container .fa{
    padding-left: 5px;
}
.comment-form-container .feature-choice label{
    padding-right: 10px;
}

.feature-choice.comment-feature-radio label {
    padding-right: 0;
}

.comment-item--reply {
    width: 92%;
    margin-left: auto;
    display: flex;
    flex-direction: column;
}

.comment-item {
    position: relative;
}

.comment-item--editable .comment-holder .flex-left {
    padding-right: 210px;
}

.comment-item__actions {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px;
    max-width: calc(100% - 32px);
}

.comment-review-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 14px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.comment-review-btn:hover,
.comment-review-btn:focus {
    text-decoration: none;
}

.comment-review-btn--edit {
    border: 1px solid #434856;
    background-color: #fff;
    color: #434856;
}

.comment-review-btn--edit:hover,
.comment-review-btn--edit:focus {
    background-color: #434856;
    border-color: #434856;
    color: #fff;
}

.comment-review-btn--delete {
    border: 1px solid #d43f3a;
    background-color: #fff;
    color: #d43f3a;
}

.comment-review-btn--delete:hover,
.comment-review-btn--delete:focus {
    background-color: #d43f3a;
    border-color: #d43f3a;
    color: #fff;
}

.comment-safe-deal-badge {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 4px;
    padding: 2px 8px;
    border-radius: 4px;
    background: #ffe630;
    color: #000;
    font-size: 11px;
    font-weight: 600;
    line-height: 16px;
}

.comment-message--safe-deal {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.comment-safe-deal-id,
.comment-safe-deal-product {
    font-size: 14px;
    line-height: 18px;
}

.comment-item.comment-safe-deal {
    border-left: 3px solid #ffe630;
}

.comment-safe-deal-reply-action {
    margin-top: 12px;
}

.comment-item > .comment-edit-holder.comment-reply-holder:not(:empty),
.comment-item.comment-safe-deal > .comment-edit-holder.safe-deal-reply-holder:not(:empty) {
    margin-top: 16px;
}

.comment-item > .comment-edit-holder.comment-reply-holder .comment-form-container,
.comment-item.comment-safe-deal > .comment-edit-holder.safe-deal-reply-holder .comment-form-container {
    margin: 0;
}

.comment-item > .comment-edit-holder.comment-reply-holder .comment-box,
.comment-item.comment-safe-deal > .comment-edit-holder.safe-deal-reply-holder .comment-box {
    margin-top: 0;
}

.comment-item.comment-safe-deal > .comment-edit-holder.safe-deal-review-edit-holder {
    margin-top: 16px;
}

.safe-deal-review-edit-badge {
    display: inline-block;
    margin-bottom: 8px;
    padding: 2px 8px;
    border-radius: 4px;
    background: #ffe630;
    color: #000;
    font-size: 11px;
    font-weight: 600;
    line-height: 16px;
}

.safe-deal-review-edit-product {
    margin: 0 0 12px;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
}

.safe-deal-review-edit-form .order-review-type-label,
.safe-deal-review-edit-form .order-review-text-label {
    margin: 0 0 8px;
    font-size: 14px;
    font-weight: 600;
}

.safe-deal-review-edit-form .review-stars-input {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}

.safe-deal-review-edit-form .review-star-btn {
    border: none;
    background: transparent;
    color: #d9d9d9;
    font-size: 28px;
    line-height: 1;
    padding: 0;
    cursor: pointer;
}

.safe-deal-review-edit-form .review-star-btn.is-active,
.safe-deal-review-edit-form .review-star-btn:hover {
    color: #ffb400;
}

.safe-deal-review-edit-form .review-stars-caption {
    margin: 0 0 14px;
    font-size: 14px;
    color: var(--gray-color-dark, #434856);
}

.safe-deal-review-edit-form .order-review-textarea {
    width: 100%;
    min-height: 120px;
    font-size: 16px;
    padding: 12px 15px;
    border: 1px solid var(--gray-color, #b8bcc6);
    border-radius: 4px;
    resize: vertical;
}

.safe-deal-review-edit-form .help-block {
    color: #c62828;
    font-size: 13px;
    margin-top: 6px;
}

.feature.feature--stars {
    min-width: 96px;
}

.star-rating {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    line-height: 1;
}

.star-rating__star {
    color: #d9d9d9;
    font-size: 18px;
}

.star-rating__star.is-filled {
    color: #ffb400;
}

.star-rating--sm .star-rating__star {
    font-size: 14px;
}

.star-rating--md .star-rating__star {
    font-size: 18px;
}

.star-rating-summary {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

.star-rating-summary__value {
    font-weight: 600;
}

.star-rating-summary__count {
    color: var(--gray-color, #767676);
}

.comment-review-btn--reply {
    border: 1px solid #434856;
    background-color: #434856;
    color: #fff;
}

.comment-review-btn--reply:hover,
.comment-review-btn--reply:focus {
    background-color: #2f3340;
    border-color: #2f3340;
    color: #fff;
}

@media (max-width: 600px) {
    .comment-item--editable .comment-holder .flex-left {
        padding-right: 0;
    }

    .comment-item__actions {
        position: static;
        margin: 0 0 14px;
        max-width: 100%;
    }
}