#ilmu-emas-form {
    max-width: 700px;
    margin: 40px auto;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
}

.inline-option {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

button {
    background: #f1c40f;
    border: none;
    padding: 12px;
    width: 100%;
    border-radius: 8px;
    font-weight: bold;
}

.popup-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.6);
    align-items: center;
    justify-content: center;
}

.popup {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
}
