.toggle-switch {
  display: inline-flex;
  align-items: center;
  background-color: #F3F3F3;
  border-radius: 30px;
  padding: 2px;
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
  gap: 0;
}
.toggle-switch .toggle-option {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 26px;
  padding: 10px;
  border: none;
  border-radius: 40px;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
}
.toggle-switch .toggle-option span {
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.015em;
  color: #D0D0D0;
  white-space: nowrap;
  transition: all 0.2s ease;
}
.toggle-switch .toggle-option.active {
  background-color: #FFFFFF;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
}
.toggle-switch .toggle-option.active span {
  font-weight: 700;
  color: #5907C4;
}
.toggle-switch .toggle-option:not(.active):hover {
  text-decoration: none;
}
.toggle-switch .toggle-option:not(.active):hover span {
  color: #707070;
}
.toggle-switch .toggle-option:visited {
  text-decoration: none;
}
.toggle-switch .toggle-option:focus {
  text-decoration: none;
  outline: none;
}
.search-question {
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: -0.015em;
  color: #000000;
}
/*# sourceMappingURL=b6a691a4e0a16857b121f24ce2d5c436d62bed9d.ToggleSwitch.scss.map */
