.bottom-bar {
  height: calc(82px + env(safe-area-inset-bottom));
  padding: 0 28px env(safe-area-inset-bottom);
  align-items: stretch;
}

.bottom-bar a {
  position: relative;
  width: auto;
  flex: 1 1 0;
  height: 82px;
  padding: 17px 0 8px;
  justify-content: space-between;
  gap: 0;
}

.bottom-bar .bottom-nav-icon {
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bottom-bar small {
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
}

.bottom-bar .practice-nav {
  padding: 0 0 8px;
}

.bottom-bar .practice-nav-circle {
  position: relative;
  top: -8px;
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  display: grid;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 50%;
  background: #faf7f3;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .16);
}

.bottom-bar .practice-nav-circle .bottom-nav-icon {
  width: 28px;
  height: 28px;
  flex-basis: 28px;
}
