<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.custom-radio{display:flex;align-items:center;cursor:pointer;font-size:1.2em;margin-bottom:10px}.custom-radio input[type=radio]{display:none}.custom-radio span{position:relative;padding-left:30px;cursor:pointer}.custom-radio span::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:20px;height:20px;border:2px solid #007bff;border-radius:50%;background-color:#fff}input[type=radio]:checked+.custom-radio span::after{content:"";position:absolute;left:4px;top:50%;transform:translateY(-50%);width:11px;height:10px;border-radius:50%;background-color:#007bff}.return-button:hover{cursor:pointer}label.error{color:red;font-size:.875em !important}.control-error{border:1px solid red !important}.payment-content{min-height:200px}#payment-loading{width:100%;height:100%;position:absolute;display:none;align-items:center;justify-content:center}#payment-loading svg{font-size:50px;display:inline-block}
</pre></body></html>