.hub-media-spotlight {
  margin: 1.5rem 0;
}
.prose-lg .hub-media-spotlight :where(blockquote):not(:where(.not-prose, .not-prose *)),
.prose-lg .hub-media-spotlight :where(p):not(:where(.not-prose, .not-prose *)),
.prose-lg .hub-media-spotlight :where(h3):not(:where(.not-prose, .not-prose *)),
.prose-lg .hub-media-spotlight :where(img):not(:where(.not-prose, .not-prose *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.hub-media-spotlight__card {
  position: relative;
  padding: 1.25rem;
  border-radius: 0.9rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  transition: background-color 0.2s, border-color 0.2s;
}
.hub-media-spotlight__card:hover {
  background: rgba(15, 23, 42, 0.03);
  border-color: rgba(15, 23, 42, 0.2);
}
.hub-media-spotlight__header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.hub-media-spotlight__header img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.hub-media-spotlight__logo-fallback {
  width: 24px;
  height: 24px;
  border-radius: 0.75rem;
  background: rgba(99, 102, 241, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1.25rem;
  color: #312e81;
}
.hub-media-spotlight__source {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #475569;
}
.hub-media-spotlight__title {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: #0f172a;
}
.hub-media-spotlight__excerpt {
  margin: 0;
  color: #475569;
  line-height: 1.4;
  font-size: 0.9rem;
}
.hub-media-spotlight__quote {
  margin: 0;
  padding-left: 0.85rem;
  border-left: 3px solid rgba(99, 102, 241, 0.35);
  font-style: italic;
  color: #312e81;
  font-size: 0.9rem;
}
.hub-media-spotlight__icon {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 1rem;
  height: 1rem;
  color: #0f172a;
  pointer-events: none;
}
.hub-media-spotlight {
  text-decoration: none;
  display: block;
}
.hub-media-spotlight[data-preview='true'] {
  pointer-events: auto;
  cursor: default;
}

.dark .hub-media-spotlight__card {
  background: rgba(15, 23, 42, 0.7);
  border-color: rgba(148, 163, 184, 0.2);
}
.dark .hub-media-spotlight__card:hover {
  background: rgba(15, 23, 42, 0.9);
  border-color: rgba(148, 163, 184, 0.4);
}
.dark .hub-media-spotlight__source {
  color: rgba(203, 213, 225, 0.8);
}
.dark .hub-media-spotlight__title {
  color: #f8fafc;
}
.dark .hub-media-spotlight__excerpt {
  color: rgba(226, 232, 240, 0.85);
}
.dark .hub-media-spotlight__quote {
  color: rgba(191, 219, 254, 0.9);
  border-left-color: rgba(129, 140, 248, 0.55);
}
.dark .hub-media-spotlight__logo-fallback {
  background: rgba(99, 102, 241, 0.2);
  color: #e0e7ff;
}
.dark .hub-media-spotlight__icon {
  color: #f8fafc;
}
