.embed-widget-body {
  margin: 0;
  padding: 0;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  background: transparent;
}

.embed-widget-card {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.65rem 0.85rem;
  border-radius: 10px;
  border: 1px solid #d8dee9;
  background: #fff;
  color: #1a1f2e;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
  max-width: 280px;
  box-sizing: border-box;
}

.embed-widget-card:hover {
  border-color: #5b6cff;
}

.embed-widget-logo {
  flex-shrink: 0;
}

.embed-widget-text {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  line-height: 1.25;
}

.embed-widget-title {
  font-size: 0.9rem;
}

.embed-widget-sub {
  font-size: 0.75rem;
  color: #5c6578;
}

/* Embed generator page */
.embed-generator {
  max-width: 44rem;
  margin: 2rem auto 4rem;
}

.embed-preview-frame {
  border: 1px dashed #c5cdd9;
  border-radius: 12px;
  padding: 1rem;
  background: #f8fafc;
  margin: 1rem 0;
}

.embed-preview-frame iframe {
  border: 0;
  width: 100%;
  max-width: 300px;
  height: 72px;
}

.embed-snippet {
  width: 100%;
  font-family: ui-monospace, monospace;
  font-size: 0.8rem;
  padding: 0.75rem;
  border-radius: 8px;
  border: 1px solid #d8dee9;
  background: #0f172a;
  color: #e2e8f0;
  margin: 0.5rem 0 1rem;
}

.embed-options {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 1rem 0;
}

.embed-options label {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.9rem;
}
