.feedback-container-237fae41 {
    width: 100%;
    box-sizing: border-box;
    font-family: inherit;
}

.feedback-row-237fae41 {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.feedback-col-237fae41 {
    flex: 1;
    min-width: 280px;
}

.feedback-card-237fae41 {
    padding: 24px;
    border-radius: 12px;
    background-color: #ffffff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.04);
    height: 100%;
    box-sizing: border-box;
}

.feedback-card-237fae41 h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.25rem;
    font-weight: 600;
}

.form-group-237fae41 {
    margin-bottom: 16px;
}

.form-group-237fae41 label {
    display: block;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 6px;
    color: #444;
}

.feedback-input-237fae41,
.feedback-textarea-237fae41 {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 0.95rem;
    box-sizing: border-box;
    transition: border-color 0.2s;
}

.feedback-input-237fae41:focus,
.feedback-textarea-237fae41:focus {
    border-color: #333;
    outline: none;
}

.stars-selector-237fae41 {
    display: flex;
    gap: 4px;
    font-size: 1.8rem;
    cursor: pointer;
}

.stars-selector-237fae41 span {
    color: #ddd;
    transition: color 0.15s;
}

.stars-selector-237fae41 span.active,
.stars-selector-237fae41 span:hover {
    color: #f39c12;
}

.feedback-btn-237fae41 {
    background-color: #f39c12;
    color: #fff;
    border: none;
    padding: 11px 20px;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.2s;
    width: 100%;
}

.feedback-btn-237fae41:hover {
    opacity: 0.9;
}

.form-msg-237fae41 {
    margin-top: 10px;
    font-size: 0.85rem;
}

.form-msg-237fae41.success { color: #27ae60; }
.form-msg-237fae41.error { color: #c0392b; }
.form-msg-237fae41.info { color: #2980b9; }

.feedback-list-237fae41 {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-height: 400px;
    overflow-y: auto;
    padding-right: 5px;
}

.feedback-item-237fae41 {
    padding-bottom: 14px;
    border-bottom: 1px solid #f0f0f0;
}

.feedback-item-237fae41:last-child {
    border-bottom: none;
}

.feedback-item-meta-237fae41 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px;
}

.feedback-item-meta-237fae41 strong {
    font-size: 0.95rem;
}

.review-star-237fae41 {
    color: #f39c12;
}

.review-star-empty-237fae41 {
    color: #ddd;
}

.feedback-item-text-237fae41 {
    margin: 4px 0 6px 0;
    font-size: 0.9rem;
    color: #555;
    line-height: 1.4;
}

.feedback-item-date-237fae41 {
    color: #aaa;
    font-size: 0.75rem;
}

.no-feedback-msg-237fae41 {
    color: #777;
    font-size: 0.9rem;
    font-style: italic;
    text-align: center;
    padding: 30px 0;
}
