.photo-card.is-featured,
.work.is-featured {
  border-color: #c89b32;
  box-shadow: 0 0 0 2px rgba(200, 155, 50, 0.18), 0 10px 28px rgba(137, 99, 16, 0.12);
}

.tag.featured {
  border: 1px solid #c89b32;
  background: linear-gradient(135deg, #fff8d8, #ead08a);
  color: #76540c;
  font-weight: 750;
}

html[data-theme="dark"] .tag.featured {
  border-color: #d4af54;
  background: #5a4720;
  color: #ffe5a0;
}
