.wcsr-4ca4dfc7-wrapper {
    margin: 16px 0;
    padding: 20px;
    background-color: #fafafa;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}

.wcsr-4ca4dfc7-heading {
    margin: 0 0 12px 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.wcsr-4ca4dfc7-fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

.wcsr-4ca4dfc7-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.wcsr-4ca4dfc7-stars {
    display: flex;
    gap: 6px;
    align-items: center;
}

.wcsr-4ca4dfc7-label {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    border-radius: 4px;
    transition: transform 0.15s ease;
}

.wcsr-4ca4dfc7-label:hover {
    transform: scale(1.15);
}

.wcsr-4ca4dfc7-input:focus + .wcsr-4ca4dfc7-star {
    outline: 2px solid #4a90d9;
    outline-offset: 2px;
    border-radius: 4px;
}

.wcsr-4ca4dfc7-star {
    width: 32px;
    height: 32px;
    fill: #d1d5db;
    stroke: #9ca3af;
    stroke-width: 1;
    transition: fill 0.2s ease, stroke 0.2s ease;
}

.wcsr-4ca4dfc7-label.is-active .wcsr-4ca4dfc7-star {
    fill: #f59e0b;
    stroke: #d97706;
}

.wcsr-4ca4dfc7-label.is-hovered .wcsr-4ca4dfc7-star {
    fill: #fbbf24;
    stroke: #f59e0b;
}

.wcsr-4ca4dfc7-wrapper.is-submitted .wcsr-4ca4dfc7-label {
    cursor: default;
    pointer-events: none;
}

.wcsr-4ca4dfc7-wrapper.is-submitting .wcsr-4ca4dfc7-label {
    cursor: wait;
    opacity: 0.6;
    pointer-events: none;
}

.wcsr-4ca4dfc7-feedback {
    margin-top: 12px;
    font-size: 14px;
    min-height: 20px;
    transition: opacity 0.3s ease;
}

.wcsr-4ca4dfc7-feedback.is-success {
    color: #16a34a;
    font-weight: 500;
}

.wcsr-4ca4dfc7-feedback.is-error {
    color: #dc2626;
    font-weight: 500;
}

.wcsr-4ca4dfc7-feedback.is-loading {
    color: #6b7280;
}

.wcsr-4ca4dfc7-existing {
    margin: 10px 0 0 0;
    font-size: 13px;
    color: #6b7280;
    font-style: italic;
}

.wcsr-4ca4dfc7-login {
    margin: 0;
    font-size: 14px;
    color: #6b7280;
}

@media (max-width: 480px) {
    .wcsr-4ca4dfc7-star {
        width: 36px;
        height: 36px;
    }

    .wcsr-4ca4dfc7-stars {
        gap: 8px;
    }
}
