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

.product-foot-info__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: calc(var(--space) / 4);
  -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; }

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

@media (min-width: 1000px) {
  .product-foot-info__outer {
    font-size: 16px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .product-foot-info__outer .svg-icon {
      --icon-width: 26px;
      --icon-height: 26px; }
  .product-foot-info__item-to-estimate {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; } }
