.foot-parameters-info__outer {
  color: var(--default-black-color);
  font-weight: normal;
  line-height: 24px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: var(--space);
  width: 100%; }
  .foot-parameters-info__outer .svg-icon {
    --icon-width: 24px;
    --icon-height: 24px;
    --icon-fill-color: var(--default-light-grey-color-1);
    height: var(--icon-height);
    width: var(--icon-width); }

.foot-parameters-info__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: calc(var(--space) / 2);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%; }

.foot-parameters-info__hint {
  margin: 0;
  position: absolute;
  left: 0;
  top: 0; }
  .foot-parameters-info__hint .ui-hint-icon {
    background: transparent;
    width: 100%;
    height: 100%;
    margin: 0; }

@media (min-width: 1000px) {
  .foot-parameters-info__outer {
    font-size: 14px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .foot-parameters-info__outer .svg-icon {
      --icon-width: 26px;
      --icon-height: 26px; } }
