


.promoted-card {
  border: 1px solid rgba(255, 193, 7, 0.85);
  box-shadow: 0 4px 14px rgba(255, 193, 7, 0.18);
}

.promotedBadge {
    position: absolute;
    top: 16px;
    left: 16px;

    padding: 6px 10px;

    background: rgba(0,0,0,0.7);
    color: white;

    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
}