.core-bottom-nav,
.bottom-nav {
  height: 88px !important;
  border-radius: 16px 16px 0 0;
  background: #fff !important;
  box-shadow: inset 0 9px 18px rgba(148,163,184,.10), 0 -8px 24px rgba(16,42,86,.08);
}
.core-bottom-nav button,
.bottom-nav button {
  min-height: 64px;
  display: grid !important;
  grid-template-rows: 36px 18px;
  place-items: center;
  align-content: start;
  gap: 1px;
  padding-top: 8px;
  color: #98A2B3 !important;
  font-size: 12px !important;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: .5px;
}
.core-bottom-nav button.on,
.bottom-nav button.on {
  color: #1570EF !important;
  font-weight: 700;
}
.core-bottom-nav img,
.bottom-nav img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: block;
}
.settings-card i {
  width: 26px !important;
  height: 26px !important;
  margin-left: 16px !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.settings-card i img {
  width: 26px;
  height: 26px;
  display: block;
  object-fit: contain;
}
.settings-card button {
  grid-template-columns: 58px minmax(0,1fr) !important;
  min-height: 64px !important;
  font-size: 16px !important;
}
#interactive .choice-card,
#interactive .other-input {
  border: 1px solid rgba(148,159,173,.14) !important;
  box-shadow:
    inset 0 -2px 4px rgba(148,159,173,.86),
    0 1px 8px rgba(16,42,86,.10) !important;
}
#interactive .choice-card.selected,
#interactive .other-input.selected {
  border-color: rgba(21,112,239,.36) !important;
  box-shadow:
    inset 0 0 12px rgba(21,112,239,.70),
    0 6px 18px rgba(21,112,239,.12) !important;
}
#interactive .choice-grid .choice-card {
  background:
    linear-gradient(180deg, #fff 0%, #fff 76%, #f9fbff 100%) !important;
}
#interactive .choice-stack {
  gap: 12px;
}
#interactive .choice-stack .connection-card {
  min-height: 80px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 48px;
  text-align: center;
}
#interactive .connection-card b {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}
#interactive .connection-card i {
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}
