/* Styling untuk info deposit di halaman produk */
.tn-deposit-amount-display {
    background: #e8f8f0;
    border-left: 4px solid #2ecc71;
    padding: 10px 15px;
    margin: 15px 0;
    border-radius: 4px;
    font-size: 1.1em;
}

/* Styling untuk kotak info di checkout */
.tn-deposit-info-box {
    border: 2px dashed #2ecc71 !important;
    background-color: #f9fffb !important;
    color: #27ae60 !important;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
}