/* Shared category badge for Video, Motion, and Web template cards. */
.template-card .card-image > span {
  top: 12px;
  left: 12px;
  background: rgba(16, 24, 40, 0.91);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 4px;
  color: #fff !important;
  padding: 6px 8px;
  font-weight: 800;
  line-height: 1.25;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.32);
}
