.fiberstor-currency-switcher {
  --fcs-trigger-bg: #ffffff;
  --fcs-trigger-text: #111827;
  --fcs-trigger-border: #d1d5db;
  --fcs-trigger-radius: 999px;
  --fcs-trigger-py: 10px;
  --fcs-trigger-px: 14px;
  --fcs-menu-bg: #ffffff;
  --fcs-menu-text: #111827;
  --fcs-menu-border: #e5e7eb;
  --fcs-active-bg: #ef4444;
  --fcs-active-text: #ffffff;
  --fcs-shadow: rgba(15, 23, 42, 0.1);
  --fcs-compact-min-width: 64px;
  position: relative;
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
  width: auto;
  max-width: 100%;
  font-family: inherit;
}

.fiberstor-currency-switcher__label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--fcs-trigger-text);
}

.fiberstor-currency-switcher__dropdown {
  position: relative;
}

.fiberstor-currency-switcher__trigger {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  min-width: 180px;
  padding: var(--fcs-trigger-py) var(--fcs-trigger-px);
  border: 1px solid var(--fcs-trigger-border);
  border-radius: var(--fcs-trigger-radius);
  background: var(--fcs-trigger-bg);
  color: var(--fcs-trigger-text);
  font: inherit;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  box-shadow: 0 10px 26px -16px var(--fcs-shadow);
  transition: border-color 0.18s ease, transform 0.18s ease, opacity 0.18s ease;
}

.fiberstor-currency-switcher__trigger:hover {
  opacity: 0.94;
}

.fiberstor-currency-switcher__trigger:focus {
  outline: none;
  border-color: var(--fcs-active-bg);
}

.fiberstor-currency-switcher__trigger-text {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.fiberstor-currency-switcher__trigger-icon {
  width: 10px;
  height: 6px;
  flex: 0 0 auto;
  background: currentColor;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  opacity: 0.55;
}

.fiberstor-currency-switcher__menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 999;
  min-width: 100%;
  border: 1px solid var(--fcs-menu-border);
  border-radius: 16px;
  background: var(--fcs-menu-bg);
  box-shadow: 0 18px 44px -20px var(--fcs-shadow);
  overflow: hidden;
}

.fiberstor-currency-switcher__options {
  margin: 0;
  padding: 8px;
  list-style: none;
}

.fiberstor-currency-switcher__option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 10px 12px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: var(--fcs-menu-text);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.18s ease, color 0.18s ease;
}

.fiberstor-currency-switcher__option:hover {
  background: rgba(15, 23, 42, 0.06);
}

.fiberstor-currency-switcher__option.is-active {
  background: var(--fcs-active-bg);
  color: var(--fcs-active-text);
}

.fiberstor-currency-switcher__option-code {
  font-weight: 700;
}

.fiberstor-currency-switcher__option-label {
  opacity: 0.72;
  font-size: 12px;
}

.fiberstor-currency-switcher__status {
  display: none;
  font-size: 12px;
  color: #64748b;
}

.fiberstor-currency-switcher__notice {
  margin: 0;
  font-size: 12px;
  color: #0f766e;
}

.fiberstor-currency-switcher--inline {
  flex-direction: row;
  align-items: center;
}

.fiberstor-currency-switcher--inline .fiberstor-currency-switcher__label {
  margin: 0;
}

.fiberstor-currency-switcher--inline .fiberstor-currency-switcher__status,
.fiberstor-currency-switcher--compact .fiberstor-currency-switcher__status,
.fiberstor-currency-switcher--compact .fiberstor-currency-switcher__notice {
  display: none;
}

.fiberstor-currency-switcher--compact {
  flex-direction: row;
  gap: 0;
  align-items: center;
}

.fiberstor-currency-switcher--compact .fiberstor-currency-switcher__label {
  display: inline-flex;
  align-items: center;
  gap: 0;
}

.fiberstor-currency-switcher--compact .fiberstor-currency-switcher__trigger {
  min-width: var(--fcs-compact-min-width);
  width: auto;
  padding: 0 14px 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.fiberstor-currency-switcher--compact .fiberstor-currency-switcher__menu {
  min-width: 160px;
  top: calc(100% + 10px);
  border-radius: 14px;
}

.fiberstor-currency-switcher--compact .fiberstor-currency-switcher__trigger-text {
  gap: 0;
}

.fiberstor-currency-switcher--compact .fiberstor-currency-switcher__trigger-icon {
  width: 9px;
  height: 5px;
  opacity: 0.5;
}

.fiberstor-currency-switcher--compact .fiberstor-currency-switcher__option {
  padding: 9px 10px;
}

.fiberstor-currency-switcher--mobile-menu {
  display: block;
  width: 100%;
  max-width: none;
  gap: 0;
}

.fiberstor-currency-switcher--mobile-menu .fiberstor-currency-switcher__label {
  display: block;
  margin: 0;
}

.fiberstor-currency-switcher--mobile-menu .fiberstor-currency-switcher__dropdown {
  position: relative;
  width: 100%;
}

.fiberstor-currency-switcher--mobile-menu .fiberstor-currency-switcher__trigger {
  width: 100%;
  min-width: 0;
  padding: 18px 18px 18px 0;
  border: 0;
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #101010;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
}

.fiberstor-currency-switcher--mobile-menu .fiberstor-currency-switcher__trigger:hover {
  opacity: 1;
}

.fiberstor-currency-switcher--mobile-menu .fiberstor-currency-switcher__trigger:focus {
  border-color: rgba(17, 24, 39, 0.14);
}

.fiberstor-currency-switcher--mobile-menu .fiberstor-currency-switcher__trigger-text::before {
  content: "Para Birimi";
  font-weight: 500;
  color: #101010;
}

.fiberstor-currency-switcher--mobile-menu .fiberstor-currency-switcher__trigger-text {
  justify-content: space-between;
  width: 100%;
  gap: 12px;
  font-size: 0;
}

.fiberstor-currency-switcher--mobile-menu .fiberstor-currency-switcher__trigger-text::before,
.fiberstor-currency-switcher--mobile-menu .fiberstor-currency-switcher__trigger-text::after {
  font-size: 15px;
  line-height: 1.35;
}

.fiberstor-currency-switcher--mobile-menu .fiberstor-currency-switcher__trigger-text::after {
  content: attr(data-currency-code);
  font-weight: 600;
  color: rgba(16, 16, 16, 0.72);
}

.fiberstor-currency-switcher--mobile-menu .fiberstor-currency-switcher__trigger-icon {
  width: 8px;
  height: 8px;
  opacity: 0.45;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.fiberstor-currency-switcher--mobile-menu .fiberstor-currency-switcher__menu {
  position: static;
  top: auto;
  right: auto;
  min-width: 0;
  margin-top: 0;
  border: 0;
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.fiberstor-currency-switcher--mobile-menu .fiberstor-currency-switcher__options {
  padding: 6px 0 10px;
}

.fiberstor-currency-switcher--mobile-menu .fiberstor-currency-switcher__option {
  padding: 12px 0;
  border-radius: 0;
  background: transparent;
  color: #101010;
  font-size: 15px;
  font-weight: 500;
}

.fiberstor-currency-switcher--mobile-menu .fiberstor-currency-switcher__option:hover,
.fiberstor-currency-switcher--mobile-menu .fiberstor-currency-switcher__option.is-active {
  background: transparent;
  color: #d63b42;
}

.fiberstor-currency-switcher--mobile-menu .fiberstor-currency-switcher__option-label {
  opacity: 0.64;
  font-size: 13px;
}

.fiberstor-currency-switcher--mobile-menu .fiberstor-currency-switcher__status,
.fiberstor-currency-switcher--mobile-menu .fiberstor-currency-switcher__notice {
  display: none;
}

.fiberstor-currency-menu-item__details {
  display: block;
  margin: 0;
}

.fiberstor-currency-menu-item__details > summary {
  list-style: none;
}

.fiberstor-currency-menu-item__details > summary::-webkit-details-marker {
  display: none;
}

.fiberstor-currency-menu-item .sub-menu,
.fiberstor-currency-menu-item__submenu {
  margin: 0;
  padding: 0 0 8px;
  list-style: none;
  position: static !important;
  top: auto !important;
  right: auto !important;
  left: auto !important;
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  transform: none !important;
  float: none !important;
  clear: both;
  background: #ffffff !important;
  border: 0 !important;
  box-shadow: none !important;
  z-index: auto !important;
}

.fiberstor-currency-menu-item__heading {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 54px;
  padding: 0 20px;
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
  color: #101010;
  font-family: inherit !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
}

.fiberstor-currency-menu-item__heading .menu-text {
  font: inherit;
  color: inherit;
  flex: 1 1 auto;
}

.fiberstor-currency-menu-item__current {
  color: rgba(16, 16, 16, 0.58);
  font-family: inherit !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 0.01em;
  padding-right: 8px;
  text-align: right;
}

.fiberstor-currency-menu-item {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.fiberstor-currency-menu-item__heading::after,
.fiberstor-currency-menu-item__heading::before {
  content: none !important;
}

.fiberstor-currency-menu-item__entry {
  position: relative;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid rgba(17, 24, 39, 0.06);
}

.fiberstor-currency-menu-item__button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: 100%;
  min-height: 46px;
  padding: 0 20px;
  border: 0;
  background: transparent;
  color: #101010;
  font-family: inherit !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.2;
  text-align: left;
  cursor: pointer;
  text-decoration: none;
  box-sizing: border-box;
}

.fiberstor-currency-menu-item__button:hover {
  color: #d63b42;
}

.fiberstor-currency-menu-item__entry.is-active .fiberstor-currency-menu-item__button,
.fiberstor-currency-menu-item__button.is-active {
  color: #d63b42;
}

.fiberstor-currency-menu-item__code {
  font-size: inherit;
  font-weight: 600;
}

.fiberstor-currency-menu-item__label {
  display: none;
}

.fiberstor-currency-menu-item__details[open] .fiberstor-currency-menu-item__heading {
  border-bottom-color: rgba(17, 24, 39, 0.06);
}

.fiberstor-currency-menu-item__details[open] .fiberstor-currency-menu-item__submenu {
  padding-top: 2px;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
