.credit-selector{
    margin-top:14px;
}

.credit-title{
    margin-bottom:10px;
    font-family:'TildaSans';
    font-size:20px !important;
    font-weight:600 !important;
    color:#000;
}

.credit-buttons{
    display:flex;
    gap:10px; /* небольшой отступ между кнопками */
}

.credit-btn{
    display:flex;
    align-items:center;
    justify-content:center;

    min-width:100px;  /* уменьшили ширину */
    padding:0 12px;   /* отступы для текста */
    height:40px;      /* меньше по высоте */

    border:2px solid #faa339;
    border-radius:12px;

    background:#fff;
    color:#000;

    font-family:'TildaSans';
    font-size:14px !important; /* оставили как было */
    font-weight:600;

    cursor:pointer;
    transition:.1s ease;
    user-select:none;
}

.credit-btn:hover{
    border-width:3px;
}

.credit-btn.active{
    background:#faa339;
    color:#fff;
    border:2px solid #faa339;
}

.credit-payment{
    margin-top:12px;
    font-family:'TildaSans';
    font-size:16px !important;
    font-weight:600;
    color:#000;
}
body,
.t-records{
    font-family:'TildaSans',sans-serif !important;
}

.t-input{
    border-radius:10px !important;
    height:54px !important;
    font-family:'TildaSans',sans-serif !important;
}

.t-submit{
    background:#ff6b21 !important;
    border-radius:10px !important;
    height:56px !important;
    font-family:'TildaSans',sans-serif !important;
    font-weight:400 !important;
}
