.cite-widget-block {
  margin: 16px 0 24px;
  font-family: inherit;
  font-size: 14px;
}
.cite-widget-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.cite-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  text-decoration: none;
  list-style: none;
  background: #fff;
  border: 1px solid #c9c9c2;
  border-radius: 999px;
  padding: 10px 20px;
  -webkit-appearance: none;
  appearance: none;
}
.cite-toggle:hover {
  background: #f6f6f4;
}
.cite-panel {
  margin-top: 10px;
  background: #f6f6f4;
  border: 1px solid #e0e0dc;
  border-radius: 8px;
  padding: 14px 16px;
  max-width: 480px;
}
.cite-panel[hidden] {
  display: none;
}
.cite-text {
  margin: 0 0 12px;
  line-height: 1.6;
  color: #333;
}
.cite-text a {
  color: #1a5fb4;
}
.cite-missing {
  color: #b23b3b;
  font-style: italic;
}
.cite-copy {
  background: #fff;
  border: 1px solid #c9c9c2;
  border-radius: 6px;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 600;
  color: #333;
  cursor: pointer;
  transition: background 0.15s ease;
}
.cite-copy:hover {
  background: #eeeeea;
}
.cite-copy.copied {
  background: #ff9426;
  border-color: #ff9426;
  color: #343434;
}
.google-preferred-btn svg {
  display: block;
  flex-shrink: 0;
}
