/* Halaman Lacak Pesanan (check) — gaya instruksi pembayaran. */
.payment-instructions-rich p {
    margin-top: 0.75rem;
    margin-bottom: 0.5rem;
    font-weight: bold;
    color: #f1f5f9;
}
.payment-instructions-rich p:first-child {
    margin-top: 0;
}
.payment-instructions-rich ul {
    list-style-type: disc !important;
    padding-left: 1.5rem !important;
    margin-bottom: 1rem !important;
}
.payment-instructions-rich li {
    margin-bottom: 0.35rem !important;
    color: #cbd5e1;
    line-height: 1.6;
}
