﻿/* @define CurrencyCodeInput */

/* stylelint-disable plugin/selector-bem-pattern -- these variables violate the expected naming it wants them with the ComponentName too */
.CurrencyCodeInput {
    --currency-input-row-height: 47px;
    --currency-input-max-results: 5;
}

/* stylelint-end plugin/selector-bem-pattern */

.CurrencyCodeInput .list-group {
    max-height: calc(var(--currency-input-row-height) * var(--currency-input-max-results));
}
