.question-feedback {
    margin-top: 10px;
    padding: 10px;
    border-radius: 4px;
}

.feedback-text {
    background-color: #f8f9fa;
    border-left: 4px solid #37A0EA;
    padding: 10px 15px;
    margin-top: 8px;
    display: none;
}

.feedback-content {
    color: #2c3e50;
    font-size: 0.9em;
    line-height: 1.4;
}

/* Admin styles */
.feedback-row {
    margin-bottom: 15px;
    padding: 10px;
    background: #f9f9f9;
    border: 1px solid #e5e5e5;
}

.feedback-row label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
}

.feedback-options {
    max-width: 100%;
}

a.is-completed:before {
    content: '';
    height: 16px;
    width: 8px;
    border-color: green;
    border-bottom: 2px solid;
    display: inline-block;
    margin-right: 10px;
    border-right: 2px solid;
    transform: rotate(45deg);
}
