.test-payment-choice {
    margin-top: 8px;
    border-top: 1px dashed #6f5428;
    background: linear-gradient(90deg, rgba(255, 106, 0, .07), transparent);
}

.test-payment-choice em {
    border-color: #ff7908 !important;
    color: #ff9b32 !important;
}

.test-payment-warning {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 10px 0 0;
    padding: 10px 12px;
    border-left: 3px solid #ff7908;
    background: #26180d;
    color: #d7b58c;
    font-size: 9px;
}

.test-payment-warning svg {
    width: 15px;
    height: 15px;
    color: #ff8a18;
}
