/* Yiontech Woo Deposit Frontend Styles */

.yiontech-payment-options {
    margin: 15px 0;
}

.yiontech-payment-options label {
    display: block;
    margin-bottom: 10px;
    font-weight: normal;
    cursor: pointer;
}

.yiontech-deposit-details {
    background: #f8f9fa;
    border: 1px solid #ddd;
    padding: 15px;
    margin: 15px 0;
    border-radius: 4px;
}

.yiontech-deposit-details h4 {
    margin-top: 0;
    color: #464646;
}

.yiontech-deposit-details ul {
    margin: 10px 0;
    padding-left: 20px;
}

.yiontech-deposit-details li {
    margin: 5px 0;
}

.yiontech-deposit-notice {
    margin-top: 15px;
    padding: 10px;
    background: #fff3cd;
    border: 1px solid #ffeeba;
    border-radius: 4px;
    color: #856404;
}