.sub-nav > .whitelist-subnav-entry {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  min-width: 194px;
  min-height: 46px;
  align-items: center;
  gap: 0.65rem;
  padding: 0.5rem 0.7rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11) !important;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.035) !important;
  color: #f5f5f7 !important;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.sub-nav > .whitelist-subnav-entry::before {
  position: absolute;
  inset: 8px auto 8px 0;
  width: 2px;
  border-radius: 0 3px 3px 0;
  background: #ff1748;
  content: "";
}

.whitelist-subnav-entry .whitelist-entry-icon {
  display: grid;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  place-items: center;
  border-radius: 7px;
  background: rgba(255, 23, 72, 0.11);
  color: #ff4167;
  font-size: 16px;
}

.whitelist-subnav-entry .whitelist-entry-copy {
  display: grid;
  min-width: 0;
  gap: 1px;
}

.whitelist-subnav-entry .whitelist-entry-copy strong {
  overflow: hidden;
  font-size: 0.79rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whitelist-subnav-entry .whitelist-entry-copy small {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.65rem;
  font-weight: 500;
  line-height: 1.2;
}

.whitelist-subnav-entry .whitelist-entry-arrow {
  margin-left: auto;
  color: rgba(255, 255, 255, 0.32);
  font-size: 16px;
  transition: color 180ms ease, transform 180ms ease;
}

.sub-nav > .whitelist-subnav-entry:hover,
.sub-nav > .whitelist-subnav-entry:focus-visible {
  border-color: rgba(255, 65, 103, 0.38) !important;
  background: rgba(255, 255, 255, 0.055) !important;
  color: #fff !important;
  outline: none;
  transform: translateY(-1px);
}

.sub-nav > .whitelist-subnav-entry:hover .whitelist-entry-arrow,
.sub-nav > .whitelist-subnav-entry:focus-visible .whitelist-entry-arrow {
  color: #ff4167;
  transform: translateX(2px);
}

.sub-nav > .whitelist-subnav-entry:active {
  transform: translateY(0);
}

@media (max-width: 600px) {
  .sub-nav > .whitelist-subnav-entry {
    width: 100%;
    min-width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sub-nav > .whitelist-subnav-entry,
  .whitelist-subnav-entry .whitelist-entry-arrow {
    transition: none;
  }
}
