/* PTP_NOTIFICATION_CONTEXT_DESKTOP_V1 */

.ptp-notification-head {
  gap: 10px;
}

.ptp-notification-head-actions {
  display: flex;
  align-items: center;
  gap: 9px;
}

.ptp-desktop-alert-button {
  border: 1px solid #bfd2fc !important;
  border-radius: 8px !important;
  background: #eff5ff !important;
  padding: 7px 9px !important;
  color: #1d4ed8 !important;
  font-size: 9px !important;
  font-weight: 850 !important;
  white-space: nowrap;
}

.ptp-desktop-alert-button.enabled {
  border-color: #b7e4d0 !important;
  background: #ecfdf5 !important;
  color: #047857 !important;
}

.ptp-desktop-alert-button.denied {
  border-color: #fecaca !important;
  background: #fef2f2 !important;
  color: #b91c1c !important;
}

.ptp-notification-service {
  display: inline-flex !important;
  width: max-content;
  align-items: center;
  margin-bottom: 6px;
  border-radius: 999px;
  padding: 3px 7px;
  background: #eaf2ff;
  color: #1d4ed8;
  font-size: 8px !important;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.ptp-notification-service.visa {
  background: #ede9fe;
  color: #6d28d9;
}

.ptp-notification-service.package {
  background: #fff7ed;
  color: #c2410c;
}

.ptp-notification-service.flight {
  background: #eaf2ff;
  color: #1d4ed8;
}

.ptp-notification-service.client {
  background: #ecfdf5;
  color: #047857;
}

.ptp-notification-task-name {
  margin-top: 3px !important;
  color: #334155 !important;
  font-size: 10px !important;
  font-weight: 750;
}

@media (max-width: 620px) {
  .ptp-notification-head {
    align-items: flex-start;
  }

  .ptp-notification-head-actions {
    align-items: flex-end;
    flex-direction: column;
  }
}