.pf-consumer-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.pf-consumer-footer__list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  height: 60px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  box-shadow: inset 0 2px 4px rgba(38, 50, 56, 0.08);
}

.pf-consumer-footer__item {
  flex: 1 1 0;
  min-width: 0;
  max-width: none;
  height: 100%;
  font-weight: 500;
  color: #5d7a89;
}

.pf-consumer-footer__item--active {
  color: #e25352;
  border-bottom: 4px solid #e25352;
}

.pf-consumer-footer__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 0.125rem;
  font-size: 8px;
  font-weight: 600;
  line-height: 1.1;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.pf-consumer-footer__icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: fit-content;
  margin-bottom: 2px;
}

.pf-consumer-footer__icon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}

body.pf-consumer-footer-page {
  padding-bottom: 60px;
}

@media (min-width: 640px) {
  .pf-consumer-footer__link {
    flex-direction: row;
    font-size: 0.75rem;
  }

  .pf-consumer-footer__icon-wrap {
    margin-bottom: 0;
    margin-right: 0.25rem;
  }
}
