.sr-cite-section {
  padding: clamp(2.5rem, 5vw, 4rem) 1rem;
  margin-top: 0.5rem;
}
.sr-cite-inner {
  background: linear-gradient(145deg, rgba(12, 18, 32, 0.92), rgba(8, 12, 22, 0.96));
  border: 1px solid rgba(212, 175, 55, 0.22);
  border-radius: 1.25rem;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}
.sr-cite-kicker {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(212, 175, 55, 0.85);
  margin-bottom: 0.75rem;
}
.sr-cite-title {
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  color: #f5f0e6;
  margin: 0 0 0.75rem;
  line-height: 1.25;
}
.sr-cite-lead {
  color: rgba(220, 225, 235, 0.88);
  max-width: 52rem;
  line-height: 1.65;
  margin: 0 0 1.25rem;
}
.sr-cite-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  display: grid;
  gap: 0.5rem;
}
.sr-cite-bullets li::before {
  content: "✓ ";
  color: #00ff88;
}
.sr-cite-bullets li {
  color: rgba(200, 210, 225, 0.9);
}
.sr-cite-codes {
  display: grid;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .sr-cite-codes {
    grid-template-columns: repeat(3, 1fr);
  }
}
.sr-cite-code-block label {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(212, 175, 55, 0.75);
  margin-bottom: 0.35rem;
}
.sr-cite-code-block textarea {
  width: 100%;
  font-family: ui-monospace, monospace;
  font-size: 0.72rem;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.5rem;
  color: #cde;
  padding: 0.5rem;
  resize: vertical;
}
.sr-cite-copy {
  margin-top: 0.35rem;
  font-size: 0.75rem;
  padding: 0.35rem 0.75rem;
  border-radius: 0.4rem;
  border: 1px solid rgba(212, 175, 55, 0.4);
  background: transparent;
  color: #d4af37;
  cursor: pointer;
}
.sr-cite-copy:hover {
  background: rgba(212, 175, 55, 0.12);
}
.sr-cite-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}
.sr-cite-btn {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #e8ecf4;
}
.sr-cite-btn--primary {
  background: #d4af37;
  color: #0a0a0f;
  border-color: #d4af37;
}
