.widget.leverage {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    box-sizing: border-box;
    overflow: hidden;
    margin: var(--base-margin);
    width: calc(1.2 * var(--block-width) - var(--base-margin));
}

.widget.leverage > div.f {
    width: 100%;
}

.widget.leverage > div.max {
    font-size: var(--small-font-size);
    font-family: var(--small-font-family);
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    font-weight: bold;
}