/* Scoped to push settings: keep global forms and notification behaviour intact. */
#notificationsPanel [data-push-status] {
  margin: 12px 0;
  padding: 9px 11px;
  border: 1px solid #dce5ed;
  border-radius: 9px;
  background: #f4f7fa;
  color: #25435d;
  font-size: 13px;
  line-height: 1.45;
}
#notificationsPanel [data-push-status]:empty { display: none; }
#notificationsPanel summary {
  padding: 6px 0;
  color: #10233f;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.5;
  cursor: pointer;
}
#notificationsPanel summary:focus-visible {
  outline: 2px solid #355d86;
  outline-offset: 4px;
  border-radius: 4px;
}
#notificationsPanel [data-push-controls] > p:first-child {
  margin: 0 0 14px;
  color: #586a7b;
  font-size: 12px;
  line-height: 1.55;
}
#notificationsPanel [data-push-controls] label {
  /* Override the original inline display:block and global form-label styles. */
  display: flex !important;
  align-items: center;
  gap: 11px;
  box-sizing: border-box;
  width: 100%;
  min-height: 44px;
  margin: 0 0 6px;
  padding: 10px 12px;
  border: 1px solid #e0e6ec;
  border-radius: 9px;
  background: #fff;
  color: #10233f;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: normal;
  text-transform: none;
  text-align: left;
  cursor: pointer;
}
#notificationsPanel [data-push-controls] label:hover { background: #f5f8fb; border-color: #bdcbd9; }
#notificationsPanel [data-push-controls] label:focus-within { border-color: #355d86; }
#notificationsPanel [data-push-controls] input[type="checkbox"] {
  appearance: auto;
  -webkit-appearance: checkbox;
  display: inline-block;
  position: static;
  flex: 0 0 18px;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  max-width: 18px;
  max-height: 18px;
  margin: 0;
  padding: 0;
  border: initial;
  border-radius: 3px;
  background: initial;
  box-shadow: none;
  transform: none;
  accent-color: #10233f;
  cursor: pointer;
}
#notificationsPanel [data-push-controls] input[type="checkbox"]:focus-visible {
  outline: 2px solid #355d86;
  outline-offset: 3px;
}
#notificationsPanel [data-push-controls] button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-height: 40px;
  margin: 8px 6px 4px 0;
  padding: 9px 13px;
  border: 1px solid #d9e1e8;
  border-radius: 9px;
  background: #f1f4f7;
  color: #10233f;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  box-shadow: none;
  white-space: normal;
  cursor: pointer;
}
#notificationsPanel [data-push-controls] > button:first-of-type {
  background: #10233f;
  border-color: #10233f;
  color: #fff;
}
#notificationsPanel [data-push-controls] button:focus-visible { outline: 2px solid #355d86; outline-offset: 3px; }
#notificationsPanel [data-push-controls] button:disabled { opacity: .55; cursor: wait; }
#notificationsPanel [data-push-controls] > p:not(:first-child) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 12px 0 0;
  padding-top: 12px;
  border-top: 1px solid #e3e8ed;
  color: #586a7b;
  font-size: 12px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}
#notificationsPanel [data-push-controls] > p:not(:first-child) button { margin: 0 0 0 auto; }
