html[data-site-theme="theme-default"] {
  --theme-primary: #833ab4;
  --theme-secondary: #e1306c;
  --theme-tertiary: #8a1c43;
  --theme-bg: #f0f3f8;
  --theme-accent-soft: rgba(131, 58, 180, 0.10);
}

html[data-site-theme="theme-default"] body {
  background: var(--theme-bg);
}

html[data-site-theme="theme-default"] .site-theme-theme-default .theme-card-accent {
  background: linear-gradient(135deg, var(--theme-primary), var(--theme-secondary));
}

html[data-site-theme="theme-default"] #notification.ios-notification_item,
body.site-theme-theme-default #notification.ios-notification_item {
  right: 18px !important;
  top: 86px !important;
  min-width: 320px;
  padding: 12px 14px !important;
  border-radius: 16px;
  border: 1px solid rgba(226, 232, 240, 0.95) !important;
  background: rgba(255, 255, 255, 0.96) !important;
  backdrop-filter: blur(14px) saturate(140%);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.11);
  transform: translateX(120%);
  opacity: 0;
  overflow: hidden;
}

html[data-site-theme="theme-default"] #notification.ios-notification_item::before,
body.site-theme-theme-default #notification.ios-notification_item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  bottom: 16px;
  width: 2px;
  border-radius: 18px 0 0 18px;
  background: linear-gradient(180deg, #833ab4 0%, #e1306c 100%);
}

html[data-site-theme="theme-default"] #notification.ios-notification_item.active,
body.site-theme-theme-default #notification.ios-notification_item.active {
  transform: translateX(0);
  opacity: 1;
}

html[data-site-theme="theme-default"] #notification #notification-name,
body.site-theme-theme-default #notification #notification-name {
  color: #0f172a;
  font-size: 13px;
  font-weight: 700;
}

html[data-site-theme="theme-default"] #notification #notification-time,
body.site-theme-theme-default #notification #notification-time {
  color: #64748b;
  font-size: 12px;
  margin-left: 6px;
}

html[data-site-theme="theme-default"] #notification #notification-quota,
body.site-theme-theme-default #notification #notification-quota {
  color: #0f172a;
  font-weight: 700;
}

html[data-site-theme="theme-default"] #notification .text-sm.text-gray-600,
body.site-theme-theme-default #notification .text-sm.text-gray-600 {
  color: #334155 !important;
  font-size: 13px;
  line-height: 1.3;
}

@media (max-width: 767.98px) {
  html[data-site-theme="theme-default"] #notification.ios-notification_item,
  body.site-theme-theme-default #notification.ios-notification_item {
    right: 10px !important;
    left: 10px;
    min-width: 0;
    width: auto;
    top: 72px !important;
    padding: 10px 12px !important;
  }

  html[data-site-theme="theme-default"] #notification .text-sm.text-gray-600,
  body.site-theme-theme-default #notification .text-sm.text-gray-600 {
    font-size: 12px;
  }
}

/* Keep reseller CTA disabled only in theme-default */
html[data-site-theme="theme-default"] .fs-reseller-cta {
  display: none !important;
}
