.dc_lc_currency_switch {
  background: #ebebeb;
  padding: 4px;
  border-radius: 30px;
  display: inline-block;
  font-size: 0;
}

.dc_lc_currency_switch .tab {
  display: inline-block;
}

.dc_lc_currency_switch a {
  letter-spacing: -0.01em;
  height: 26px;
  line-height: 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  outline: none;
  font-size: 1rem;
}

.dc_lc_currency_switch a:hover,
.dc_lc_currency_switch a:active {
  font-weight: 600;
}

.dc_lc_currency_switch a::before {
  display: block;
  content: attr(content);
  font-weight: 600;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.dc_lc_currency_switch a.active {
  background-color: #fff;
  position: relative;
  border-radius: 30px;
  font-weight: 600;
}