.hiddenreview-block {
    margin: 2em 0;
    padding: 1.5em;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #fafafa;
}

.hiddenreview-title {
    margin: 0 0 1em;
    font-size: 1.3em;
}

.hiddenreview-list {
    margin-bottom: 1.5em;
}

.hiddenreview-item {
    padding: 1em;
    margin-bottom: 0.75em;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
}

.hiddenreview-item-header {
    display: flex;
    align-items: center;
    gap: 0.75em;
    margin-bottom: 0.5em;
    flex-wrap: wrap;
}

.hiddenreview-author {
    font-size: 1em;
}

.hiddenreview-date {
    color: #999;
    font-size: 0.85em;
}

.hiddenreview-rating .hiddenreview-star {
    color: #ccc;
    font-size: 1.1em;
}

.hiddenreview-rating .hiddenreview-star.active {
    color: #f5a623;
}

.hiddenreview-text {
    line-height: 1.5;
}

.hiddenreview-empty {
    color: #999;
    font-style: italic;
}

.hiddenreview-form-wrap h4 {
    margin: 0 0 0.75em;
}

.hiddenreview-field {
    margin-bottom: 1em;
}

.hiddenreview-field label {
    display: block;
    margin-bottom: 0.3em;
    font-weight: 500;
}

.hiddenreview-field input[type="text"],
.hiddenreview-field textarea {
    width: 100%;
    padding: 0.5em;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1em;
    box-sizing: border-box;
}

.hiddenreview-stars-input {
    display: flex;
    gap: 0.25em;
}

.hiddenreview-star-input {
    font-size: 1.5em;
    color: #ccc;
    cursor: pointer;
    transition: color 0.15s;
}

.hiddenreview-star-input:hover,
.hiddenreview-star-input.active {
    color: #f5a623;
}

.hiddenreview-submit {
    padding: 0.6em 1.5em;
    background: #333;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1em;
}

.hiddenreview-submit:hover {
    background: #555;
}

.hiddenreview-message {
    margin-top: 0.75em;
    padding: 0.5em 0.75em;
    border-radius: 4px;
    font-size: 0.9em;
}

.hiddenreview-message.success {
    background: #e8f5e9;
    color: #2e7d32;
}

.hiddenreview-message.error {
    background: #ffebee;
    color: #c62828;
}
