.wc-block-custom-payment{
    margin:0;
    padding:0;
}
.wc-block-custom-payment .form-row{
    margin-bottom:12px;
}
.wc-block-custom-payment input{
    width:100%;
    box-sizing:border-box;
    padding:8px 10px;
    border:1px solid #d5d5d5;
    border-radius:4px;
}
.inline-two{
    display:flex;
    gap:8px;
}
.inline-two input{
    flex:1;
}
.inline-phone{
    display:flex;
    gap:8px;
}
.inline-phone input{flex:1;}
.button-submit-info, .button-get-code{
    margin-top:10px;
    padding:12px 24px;
    background:#000;
    color:#fff;
    border:none;
    border-radius:2px;
    font-size:14px;
    width:100%;
    text-align:center;
    cursor:pointer;
    transition:background 0.2s ease,opacity 0.2s ease;
}
.button-submit-info:hover, .button-get-code:hover{
    background:#222;
}
.button-submit-info[disabled], .button-get-code[disabled]{
    opacity:0.6;
    cursor:not-allowed;
    box-shadow:none;
}
.button-get-code{width:auto;} 