/* MICHELIN Guide page: winners layout + the guide's logo and red tier marks. */
.mich-title { display: flex; align-items: center; gap: 10px; }
.mich-title-logo { width: 28px; height: 28px; flex: 0 0 auto; }
.pill-mich-logo { width: 16px; height: 16px; margin-right: 6px; vertical-align: middle; }
/* Logo + tier overlaid top-left of the card photo (like the app's list cards). */
.mich-badge { position: absolute; top: 6px; right: 6px; z-index: 2; display: inline-flex; align-items: center; gap: 4px; }
.mich-badge img { width: 24px; height: 24px; border-radius: 50%; background: #fff; box-shadow: 0 1px 4px rgba(0,0,0,.35); }
.mich-badge .mich-tier { background: #c8102e; color: #fff; font-size: 9px; font-weight: 700; letter-spacing: .03em; padding: 3px 7px; border-radius: 999px; white-space: nowrap; box-shadow: 0 1px 4px rgba(0,0,0,.3); }
.mich-pill { display: inline-block; background: #fbe9ec; color: #a10d24; font-weight: 700; font-size: 11px; padding: 2px 8px; border-radius: 999px; }
#categoryPillList .pill-dropdown-item.active { color: #c8102e; }
@media (max-width: 560px) {
  .mich-title-logo { width: 22px; height: 22px; }
  .mich-badge img { width: 20px; height: 20px; }
  .mich-badge .mich-tier { font-size: 8px; padding: 2px 6px; }
}
