.dressup-notification-section {
  margin-top: 22px;
}

.dressup-notification-section__group {
  margin-top: 0;
}

.dressup-notification-sound-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 12px 16px;
}

.dressup-notification-sound-item + .dressup-notification-sound-item {
  border-top: 1px solid rgba(60, 60, 67, 0.08);
}

.dressup-notification-sound-item__title {
  font-size: 14px;
  font-weight: 600;
  color: #111111;
  margin: 0;
}

.dressup-notification-sound-item__controls {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.dressup-notification-sound-item__mode-toggle {
  display: flex;
  gap: 4px;
  grid-column: 1 / -1;
}

.dressup-notification-sound-item__mode-button {
  flex: 1;
  height: 34px;
  border: none;
  border-radius: 8px;
  background: #f2f2f7;
  color: #6d6d72;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}

.dressup-notification-sound-item__mode-button:hover {
  background: #e8e8ed;
}

.dressup-notification-sound-item__mode-button--active {
  background: #007aff;
  color: #ffffff;
}

.dressup-notification-sound-item__field {
  grid-column: 1 / -1;
}

.dressup-notification-sound-item__file-name {
  font-size: 11px;
  color: #8e8e93;
  word-break: break-all;
  grid-column: 1 / -1;
}

.dressup-notification-sound-item__preview-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 30px;
  padding: 0 12px;
  border: none;
  border-radius: 8px;
  background: #eef5ff;
  color: #007aff;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.15s ease;
  white-space: nowrap;
}

.dressup-notification-sound-item__preview-btn:hover {
  background: #ddeaff;
}

.dressup-notification-sound-item__preview-btn:active {
  background: #cdddff;
}

.dressup-notification-sound-item__preview-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.dressup-notification-save-bar {
  margin-top: 16px;
  padding: 0 16px 4px;
}

.dressup-notification-save-bar .dressup-button--primary {
  width: 100%;
}
