/**
 * Droguemar - Mi cuenta: corazón "Guardar" en tarjetas y ficha (dm-favoritos.css).
 */
.card__fav.is-on { color: #E10E15 !important; }
.card__fav.is-on svg { fill: #E10E15; }
.dm-fav--ficha {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 12px 0 0;
	padding: 9px 14px;
	border: 1px solid #CFCFCF;
	border-radius: 8px;
	background: #fff;
	color: #111;
	font-family: inherit;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	cursor: pointer;
	text-transform: none;
	letter-spacing: 0;
	box-shadow: none;
	transition: border-color .15s, color .15s;
}
.dm-fav--ficha:hover { border-color: #111; color: #111; background: #fff; }
.dm-fav--ficha.is-on { color: #E10E15; border-color: #E10E15; }
.dm-fav--ficha.is-on svg { fill: #E10E15; }
.dm-fav--ficha svg { flex: none; }
.dm-toast { position: fixed; left: 50%; bottom: 24px; transform: translateX(-50%); background: #111; color: #fff; padding: 12px 18px; border-radius: 99px; font-size: 14px; font-weight: 600; box-shadow: 0 8px 24px rgba(0, 0, 0, .2); z-index: 100001; max-width: calc(100% - 40px); text-align: center; font-family: "Inter", -apple-system, "Segoe UI", Roboto, Arial, sans-serif; line-height: 1.3; }
.dm-toast[hidden] { display: none; }
.dm-toast a { color: #FFD814; margin-left: 8px; text-decoration: underline; }
