.bhr-eq-options {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 12px 0;
}

.bhr-eq-option {
    text-align: left;
    padding: 10px 14px;
    border: 1px solid #ccc;
    background: #fff;
    color: #000;
    cursor: pointer;
}

.bhr-eq-option:disabled {
    cursor: default;
}

.bhr-eq-option.bhr-eq-correct {
    background: #d4edda;
    border-color: #28a745;
}

.bhr-eq-option.bhr-eq-incorrect {
    background: #f8d7da;
    border-color: #dc3545;
}

.bhr-eq-score {
    padding-bottom: 10px;
    margin-bottom: 14px;
    border-bottom: 2px solid #ddd;
    font-size: 0.9em;
    color: #555;
}

#bhr-exam-select-root label {
    display: block;
    font-weight: bold;
    margin-top: 12px;
}

#bhr-exam-select-root select {
    display: block;
    width: 100%;
    max-width: 400px;
    padding: 8px;
    margin-top: 4px;
    color: #000;
}

#bhr-exam-select-root button {
    display: block;
    margin-top: 20px;
    padding: 10px 20px;
    cursor: pointer;
}

.bhr-eq-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
}

.bhr-eq-question {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
}

.bhr-eq-result {
    font-weight: bold;
    margin-top: 10px;
}

.bhr-eq-answer {
    margin-top: 4px;
}
