.robicat-sfx-settings {
  margin-top: 26px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border: 1px solid rgba(197, 157, 67, 0.42);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(12, 15, 12, 0.92), rgba(24, 21, 16, 0.88));
  box-shadow: inset 0 1px rgba(255, 242, 188, 0.06), 0 12px 30px rgba(0, 0, 0, 0.2);
}

.robicat-sfx-settings__copy {
  display: grid;
  gap: 6px;
}

.robicat-sfx-settings__copy strong {
  color: #e7d8ad;
  font: 800 12px/1.1 Arial, sans-serif;
  letter-spacing: 0.13em;
}

.robicat-sfx-settings__copy span {
  color: rgba(221, 213, 190, 0.64);
  font: 600 12px/1.35 Arial, sans-serif;
}

.robicat-sfx-settings [data-robicat-sfx-toggle] {
  min-width: 96px;
  padding: 8px 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid rgba(188, 151, 67, 0.48);
  border-radius: 999px;
  color: #a9a18b;
  background: rgba(8, 10, 8, 0.78);
  font: 800 10px/1 Arial, sans-serif;
  letter-spacing: 0.08em;
  cursor: pointer;
}

.robicat-sfx-settings [data-robicat-sfx-toggle].is-on {
  color: #fff0bd;
  background: rgba(103, 38, 52, 0.9);
}

.robicat-sfx-settings__track {
  width: 30px;
  height: 17px;
  padding: 2px;
  display: block;
  border-radius: 999px;
  background: rgba(148, 137, 109, 0.34);
}

.robicat-sfx-settings__track i {
  width: 13px;
  height: 13px;
  display: block;
  border-radius: 50%;
  background: #c5b98f;
  transition: transform 150ms ease, background 150ms ease;
}

.robicat-sfx-settings [data-robicat-sfx-toggle].is-on .robicat-sfx-settings__track i {
  transform: translateX(13px);
  background: #f0cf68;
}

@media (max-width: 720px) {
  .robicat-sfx-settings {
    padding: 15px;
  }

  .robicat-sfx-settings__copy span {
    max-width: 190px;
  }
}
