@charset "utf-8";

.fee-item { display: flex; align-items: center; justify-content: space-between; font-size: 14px; line-height: 1.2; margin-top: 6px; color: rgb(75, 80, 86); font-family: open_sans, "Open Sans", sans-serif; }

.fee-item .name, .fee-item .amount { font-family: brandon-grotesque, brandon, martel-sans, sans-serif; }

.fee-item .value { margin-left: 6px; font-weight: 700; }

.fee-item .label { margin-left: 6px; }