.weep-exam-wrapper {
    font-family: Arial, sans-serif;
}

.weep-top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #0f172a;
    color: white;
    padding: 15px 25px;
}

.weep-main {
    display: flex;
    min-height: 80vh;
}

.weep-question-area {
    width: 70%;
    padding: 30px;
}

.weep-side-panel {
    width: 30%;
    background: #f1f5f9;
    padding: 20px;
    border-left: 1px solid #ddd;
}

.weep-palette {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.weep-palette-item {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.weep-option {
    display: block;
    margin-bottom: 10px;
}

.weep-actions button {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    border: none;
    cursor: pointer;
}

.weep-submit {
    background: #16a34a;
    color: white;
}