.st-test-box-60325b8f {
    margin-top: 24px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 24px;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.01);
}

.st-test-title-60325b8f {
    font-size: 16px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.st-test-subtitle-60325b8f {
    font-size: 13.5px;
    color: #64748b;
    margin: 0 0 20px 0;
    line-height: 1.5;
}

.st-test-q-block-60325b8f {
    border-bottom: 1px dashed #e2e8f0;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.st-test-q-block-60325b8f:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}

.st-test-question-60325b8f {
    font-size: 14.5px;
    color: #334155;
    margin: 0 0 10px 0;
}

.st-test-options-60325b8f {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.st-test-option-label-60325b8f {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    font-size: 14px;
    color: #475569;
    padding: 8px 12px;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.st-test-option-label-60325b8f:hover {
    border-color: #94a3b8;
    background: #f1f5f9;
}

.st-test-option-label-60325b8f input[type="radio"] {
    margin-top: 3px;
}

.st-test-actions-60325b8f {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
}

.st-test-submit-btn-60325b8f {
    background-color: #1e293b;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.st-test-submit-btn-60325b8f:hover {
    background-color: #0f172a;
}

.st-test-result-msg-60325b8f {
    margin-top: 15px;
    padding: 12px 16px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}

.st-test-result-msg-60325b8f.success {
    background: #d1fae5;
    color: #065f46;
    border: 1px solid #a7f3d0;
}

.st-test-result-msg-60325b8f.error {
    background: #fee2e2;
    color: #991b1b;
    border: 1px solid #fca5a5;
}
