.tabbed-module__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid var(--Solids-Product-UI-Stroke, #D1D3E0);
  border-bottom: 1px solid var(--Solids-Product-UI-Stroke, #D1D3E0);
  padding: 0;
  gap: 10px;
  margin-bottom: 60px;
}
.tabbed-module__nav button {
  appearance: none;
  padding: 20px 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  background-color: transparent;
  border: none;
  transition: 0.3s ease-out;
}
.tabbed-module__nav button:before {
  background-color: var(--Solids-Chainalysis-Orange, #FF5300);
  top: auto;
  height: 5px;
  bottom: 0;
}
.tabbed-module__nav button:hover {
  color: inherit;
}
.tabbed-module__nav button.is-active:before {
  transform: translateX(0%);
}

/*# sourceMappingURL=tabbed.css.map */
