.se-hc-nudge {
  margin: 0 0 16px;
}

.se-hc-nudge__banner {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(37, 99, 235, 0.28);
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.16) 0%, rgba(37, 99, 235, 0.06) 100%);
}

.se-hc-nudge__icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(37, 99, 235, 0.18);
  color: #93c5fd;
  font-size: 15px;
}

.se-hc-nudge__body {
  flex: 1;
  min-width: 0;
}

.se-hc-nudge__title {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  color: #e2e8f0;
  letter-spacing: -0.01em;
}

.se-hc-nudge__text {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  color: #94a3b8;
}

.se-hc-nudge__cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: #93c5fd;
  text-decoration: none;
  line-height: 1.3;
}

.se-hc-nudge__cta:hover {
  color: #bfdbfe;
  text-decoration: underline;
}

.se-hc-nudge__cta-ext {
  font-size: 12px;
  opacity: 0.85;
}

.se-hc-nudge__suggest {
  display: grid;
  grid-template-rows: 0fr;
  margin: 8px 0 0;
  opacity: 0;
  pointer-events: none;
  transition: grid-template-rows 0.28s ease, opacity 0.22s ease, margin 0.22s ease;
}

.se-hc-nudge__suggest.is-open {
  grid-template-rows: 1fr;
  opacity: 1;
  pointer-events: auto;
}

.se-hc-nudge__suggest-inner {
  overflow: hidden;
  min-height: 0;
}

.se-hc-nudge__suggest-panel {
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(15, 23, 42, 0.28);
}

.se-hc-nudge__suggest-label {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #64748b;
}

.se-hc-nudge__suggest-label i {
  font-size: 11px;
  color: #60a5fa;
  opacity: 0.9;
}

.se-hc-nudge__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.se-hc-nudge__item {
  margin: 0;
}

.se-hc-nudge__link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 8px;
  border-radius: 8px;
  text-decoration: none;
  color: #cbd5e1;
  transition: background 0.15s ease, color 0.15s ease;
}

.se-hc-nudge__link:hover {
  background: rgba(37, 99, 235, 0.12);
  color: #bfdbfe;
  text-decoration: none;
}

.se-hc-nudge__link-icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  margin-top: 0;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(37, 99, 235, 0.14);
  color: #93c5fd;
  font-size: 12px;
}

.se-hc-nudge__link-title {
  flex: 1;
  min-width: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

.se-hc-nudge__link-ext {
  flex-shrink: 0;
  margin-top: 0;
  opacity: 0.45;
  font-size: 12px;
  line-height: 1;
}

[data-theme="light"] .se-hc-nudge__banner {
  border-color: rgba(37, 99, 235, 0.22);
  background: linear-gradient(135deg, #eff6ff 0%, #f8fafc 100%);
}

[data-theme="light"] .se-hc-nudge__icon {
  background: rgba(37, 99, 235, 0.1);
  color: #2563eb;
}

[data-theme="light"] .se-hc-nudge__title {
  color: #0f172a;
}

[data-theme="light"] .se-hc-nudge__text {
  color: #475569;
}

[data-theme="light"] .se-hc-nudge__cta {
  color: #1d4ed8;
}

[data-theme="light"] .se-hc-nudge__cta:hover {
  color: #1e40af;
}

[data-theme="light"] .se-hc-nudge__suggest-panel {
  border-color: #e2e8f0;
  background: #f8fafc;
}

[data-theme="light"] .se-hc-nudge__suggest-label {
  color: #64748b;
}

[data-theme="light"] .se-hc-nudge__suggest-label i {
  color: #2563eb;
}

[data-theme="light"] .se-hc-nudge__link {
  color: #334155;
}

[data-theme="light"] .se-hc-nudge__link:hover {
  background: rgba(37, 99, 235, 0.07);
  color: #1d4ed8;
}

[data-theme="light"] .se-hc-nudge__link-icon {
  background: rgba(37, 99, 235, 0.1);
  color: #2563eb;
}

.contact-us-card .se-hc-nudge {
  margin: 0 0 18px;
}

.acc-form-group > .se-hc-nudge__suggest,
.form-group > .se-hc-nudge__suggest {
  margin-top: 8px;
}

@media (max-width: 640px) {
  .se-hc-nudge__suggest-panel {
    padding: 8px 10px;
  }

  .se-hc-nudge__link {
    padding: 8px 6px;
    gap: 8px;
  }

  .se-hc-nudge__link-icon {
    width: 28px;
    height: 28px;
    font-size: 11px;
  }

  .se-hc-nudge__link-title {
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .se-hc-nudge__suggest {
    transition: none;
  }
}
