.dropdown-menu.notification-dropdown {
  width: min(380px, calc(100vw - 24px));
}

.notification-push-panel {
  padding: 0.85rem;
  border-bottom: 1px solid rgba(205, 219, 236, 0.82);
  background: linear-gradient(135deg, rgba(234, 244, 253, 0.92), rgba(247, 251, 255, 0.98));
}

.notification-push-toggle {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  width: 100%;
  padding: 0;
  border: 0;
  color: #29445d;
  background: transparent;
  font-size: 0.87rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
}

.notification-push-toggle:hover,
.notification-push-toggle:focus-visible {
  color: #1d6f49;
}

.notification-push-icon {
  display: inline-flex;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #34618b;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(41, 77, 111, 0.12);
}

.notification-push-toggle.is-active .notification-push-icon {
  color: #ffffff;
  background: #198754;
}

.notification-list-heading {
  padding: 0.65rem 1rem 0.45rem;
  color: #61758a;
  background: #ffffff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.pwa-push-reminder {
  width: min(92vw, 480px);
  padding: 1.6rem;
  border: 0;
  border-radius: 24px;
  color: #29445d;
  background: #ffffff;
  box-shadow: 0 28px 80px rgba(23, 50, 79, 0.3);
}

.pwa-push-reminder::backdrop {
  background: rgba(23, 50, 79, 0.58);
  backdrop-filter: blur(5px);
}

.pwa-push-reminder-icon {
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  border-radius: 18px;
  color: #ffffff;
  background: linear-gradient(135deg, #34618b, #5f93bd);
  font-size: 1.5rem;
}

.pwa-push-reminder h2 {
  margin: 0 2rem 0.55rem 0;
  color: #203b55;
  font-size: clamp(1.35rem, 5vw, 1.8rem);
}

.pwa-push-reminder p {
  margin: 0 0 1.25rem;
  color: #61758a;
  line-height: 1.55;
}

.pwa-push-reminder-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.pwa-push-reminder-close {
  position: absolute;
  top: 0.7rem;
  right: 0.75rem;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #61758a;
  background: #edf4fa;
  font-size: 1.25rem;
}
