.error-message-close {
    margin-top: -20px !important;
    padding-top: 2px;
}

/* قسم الأسئلة */
.question-item {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 15px;
    position: relative;
}

.delete-question-btn {
    background: #fff;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    min-width: 48px;
    width: 48px;
}

.question-item .delete-question-btn:hover {
    background: #fff5f5;
}

.answers-container {
    margin-top: 15px;
}

.answer-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.answer-item .form-control {
    flex: 1;
}

.add-answer-btn {
    min-width: 48px;
    height: 48px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.delete-answer-btn {
    background: none;
    border: none;
    color: #dc3545;
    cursor: pointer;
    padding: 5px;
}

.answers-label {
    font-weight: 600;
    margin-bottom: 10px;
}

.questions-header .add-question-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.questions-header .add-question-btn svg {
    width: 14px;
    height: 14px;
}
