.PaymentCard{background-color:var(--bg-green-light);border:1px solid var(--border-default);border-radius:12px;flex-direction:column;align-items:center;gap:20px;width:100%;padding:20px;display:flex}.PaymentCard__description{text-align:center;max-width:70%}.PaymentCard__divider{border-top:1px solid var(--border-default);align-self:stretch;height:1px}.PaymentCard__price-row{flex-direction:row;align-items:flex-end;gap:5px;display:flex}.PaymentCard__price-row-label{margin-bottom:9px}.PaymentCard__actions{flex-direction:row;justify-content:space-between;gap:8px;width:100%;display:flex}.PaymentCard__payment-info{text-align:center;align-self:stretch}.PaymentCard__payment-form{flex-direction:column;align-self:stretch;gap:16px;display:flex}.PaymentCard__expert-amount{text-align:center}.PaymentCard__error{color:var(--text-error,#d32f2f);text-align:center}.PaymentCard__save-button{border:1px solid var(--yellow,#ffb929);border-radius:16px}.PaymentCard__features{flex-direction:column;align-self:stretch;gap:2px;margin:0;padding:0;list-style:none;display:flex}.PaymentCard__feature{align-items:center;gap:10px;padding:10px 20px;display:flex}.PaymentCard__compact-bar{background-color:var(--bg-dark-green);z-index:2;justify-content:space-between;align-items:center;padding:20px;display:flex;position:fixed;bottom:66px;left:0;right:0}
.PaymentForm__container{flex-direction:column;align-self:stretch;gap:16px;display:flex}.PaymentForm__actions{flex-direction:row;justify-content:space-between;gap:8px;width:100%;display:flex}