/* Partnership Spotlight Card */
.cx-partnership-spotlight {
  border-left: 4px solid var(--cx-gold) !important;
  background: linear-gradient(to right, rgba(255, 210, 77, 0.05), var(--cx-card-bg)) !important;
  margin-bottom: 20px;
}

.cx-spotlight-header {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  color: #c48c00;
  margin-bottom: 10px;
}

body.dark .cx-spotlight-header,
body.cx-dark .cx-spotlight-header {
  color: #ffca28;
}
