/* Shared plugin-level styles - the theme carries most of the visual design;
   this file only covers plugin markup that isn't tied to any one theme. */
.atd-badge {
	display: inline-block;
	padding: 2px 10px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 600;
}
.atd-badge--sponsored { background: #fef3c7; color: #92400e; }
.atd-badge--featured { background: #d1fae5; color: #065f46; }

[data-atd-bookmark] { cursor: pointer; }
[data-atd-bookmark].is-bookmarked { color: #7c3aed; }
