.sp-money-input {
    font-variant-numeric: tabular-nums;
}

.sp-money-meta {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.82rem;
    gap: 0.4rem 0.75rem;
    justify-content: space-between;
    margin-top: 0.45rem;
    width: 100%;
}

.sp-money-limit {
    color: inherit;
    opacity: 0.78;
}

.sp-money-use-max {
    background: transparent;
    border: 0;
    color: var(--base, var(--primary, #0d6efd));
    cursor: pointer;
    font: inherit;
    font-weight: 600;
    padding: 0;
    text-decoration: underline;
    text-underline-offset: 0.15em;
}

.sp-money-use-max:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.sp-money-use-max:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}
