.settings-section {
  padding: 16px 20px;
  margin-bottom: 16px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
}

.settings-section__title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #6b7280;
  margin: 0 0 12px;
}

.settings-section__icon {
  width: 18px;
  height: 18px;
}

.settings-section__note {
  font-size: 13px;
  color: #6b7280;
  margin: 0;
}

.settings-section__feedback {
  min-height: 18px;
  margin: 8px 0 0;
  font-size: 13px;
  color: #16a34a;
  font-weight: 600;
}

.settings-toggle-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #f3f4f6;
  cursor: pointer;
}

.settings-toggle-row:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.settings-toggle-row__label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #374151;
}

.settings-toggle-row__icon {
  width: 20px;
  height: 20px;
}

.settings-toggle-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

.settings-toggle-button__img {
  width: 40px;
  height: 40px;
}

.settings-reset-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  padding: 10px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #f9fafb;
  color: #374151;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.settings-reset-button:hover {
  background: #f3f4f6;
}

.settings-reset-button img {
  width: 18px;
  height: 18px;
}
