.ambil-pesanan-btn {
    background: black;
    color: white;
    padding: 7px 18px;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    cursor: pointer;
}
.notif-popup {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #000;
    color: #fff;
    padding: 12px 20px;
    border-radius: 10px;
    z-index: 9999;
    font-size: 14px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.mini-notif {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #000;
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 14px;
    z-index: 9999;
    opacity: 0.95;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

