.rabbit-hole-embed-blocks,
.rabbit-hole-embed-block {
	container-type: inline-size;
	min-width: 0;
}

.rabbit-embed {
	--rabbit-embed-primary: var(--rabbit-hole-primary, #376bfb);
	--rabbit-embed-primary-hover: var(--rabbit-hole-primary-hover, #2f5bd0);
	--rabbit-embed-primary-text: var(--rabbit-hole-primary-text, #2f61eb);
	--rabbit-embed-primary-soft: var(--rabbit-hole-primary-soft, rgb(55 107 251 / 0.08));
	--rabbit-embed-positive: var(--rabbit-hole-positive, #19a67b);
	box-sizing: border-box;
	container-type: inline-size;
	min-width: 0;
	overflow: hidden;
	border-radius: 12px;
	background: #fff;
	color: #41525f;
	font-family: inherit;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.45;
}

.rabbit-gamification-rewards {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	margin-top: 6px;
}
.rabbit-gamification-rewards > span {
	display: inline-flex;
	min-width: 0;
	height: 24px;
	align-items: center;
	gap: 4px;
	border-radius: 999px;
	background: #f7f9fa;
	padding: 0 8px;
	color: #566977;
	font-size: 11px;
	line-height: 1;
}
.rabbit-gamification-rewards > span:first-child { color: var(--rabbit-embed-primary-text); }
.rabbit-gamification-rewards img { width: 16px; height: 16px; flex: 0 0 auto; object-fit: contain; }
.rabbit-gamification-rewards.is-inverted > span {
	background: #fff;
	color: var(--rabbit-embed-primary-text);
}
.rabbit-gamification-rewards.is-inverted svg { color: var(--rabbit-embed-primary); }

.rabbit-embed *,
.rabbit-embed *::before,
.rabbit-embed *::after {
	box-sizing: border-box;
}

.rabbit-embed--standard { padding: 20px; }
.rabbit-embed--compact { padding: 16px; }
.rabbit-embed a { text-decoration: none; }
.rabbit-embed img { display: block; margin: 0; }
.rabbit-embed__header,
.rabbit-embed__split,
.rabbit-embed__summary,
.rabbit-embed__row,
.rabbit-embed__achievement,
.rabbit-embed__rank {
	display: flex;
	min-width: 0;
}

.rabbit-embed__header,
.rabbit-embed__split {
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
}

.rabbit-embed__summary { align-items: flex-start; gap: 14px; }
.rabbit-embed__grow { flex: 1 1 auto; min-width: 0; }
.rabbit-embed__min { min-width: 0; }
.rabbit-embed__title {
	margin: 0;
	color: #232e36;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.35;
}
.rabbit-embed__description,
.rabbit-embed__row-description {
	margin: 4px 0 0;
	color: #566977;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5;
}
.rabbit-embed__row-description {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.rabbit-embed__rank-image { width: 52px; height: 52px; flex: 0 0 auto; object-fit: contain; }
.rabbit-embed--compact .rabbit-embed__rank-image { width: 40px; height: 40px; }
.rabbit-embed__value { flex: 0 0 auto; color: #566977; font-size: 13px; white-space: nowrap; }
.rabbit-embed__progress-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-top: 13px;
	color: #566977;
	font-size: 12px;
}
.rabbit-embed__bar {
	display: block;
	width: 100%;
	height: 7px;
	margin-top: 7px;
	overflow: hidden;
	border-radius: 999px;
	background: #f1f5f7;
}
.rabbit-embed__bar--small { height: 5px; margin-top: 8px; }
.rabbit-embed__bar > span {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: var(--rabbit-embed-primary);
	transition: width 220ms ease;
}
.rabbit-embed__aside { flex: 0 0 auto; color: #41525f; font-size: 13px; text-align: right; }
.rabbit-embed__aside small { display: block; margin-top: 2px; color: #566977; font-size: 11px; }
.rabbit-embed__rows { margin-top: 14px; border-top: 1px solid #f1f5f7; }
.rabbit-embed__row {
	align-items: center;
	gap: 10px;
	padding: 11px 0;
	border-bottom: 1px solid #f1f5f7;
}
.rabbit-embed__row:last-child { border-bottom: 0; }
.rabbit-embed__row-title {
	display: block;
	overflow: hidden;
	color: #41525f;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	text-overflow: ellipsis;
	white-space: nowrap;
}
a.rabbit-embed__row-title:hover { color: var(--rabbit-embed-primary-text); }
a.rabbit-embed__row-title:focus-visible,
.rabbit-embed__action:focus-visible,
.rabbit-embed__footer:focus-visible {
	border-radius: 4px;
	outline: 2px solid var(--rabbit-embed-primary);
	outline-offset: 2px;
}
.rabbit-embed__meta { display: block; margin-top: 2px; color: #566977; font-size: 11px; white-space: nowrap; }
.rabbit-embed__status-dot { width: 9px; height: 9px; flex: 0 0 auto; border: 2px solid var(--rabbit-embed-primary); border-radius: 50%; }
.rabbit-embed__status-dot.is-complete { border-color: var(--rabbit-embed-positive); background: var(--rabbit-embed-positive); }
.rabbit-embed__action { display: inline-flex; margin-top: 8px; color: var(--rabbit-embed-primary-text); font-size: 12px; }
.rabbit-embed__collection { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 14px; }
.rabbit-embed--compact .rabbit-embed__collection { display: block; }
.rabbit-embed__achievement { position: relative; align-items: center; gap: 10px; min-width: 0; padding: 10px; border: 1px solid #ebf0f3; border-radius: 8px; }
.rabbit-embed--compact .rabbit-embed__achievement { padding: 9px 0; border-width: 0 0 1px; border-radius: 0; }
.rabbit-embed--compact .rabbit-embed__achievement:last-child { border-bottom: 0; }
.rabbit-embed__achievement.is-earned { border-color: var(--rabbit-embed-primary); background: var(--rabbit-embed-primary); padding-right: 40px; }
.rabbit-embed--compact .rabbit-embed__achievement.is-earned { background: transparent; }
.rabbit-embed--compact .rabbit-embed__achievement.is-earned { padding-right: 0; border-color: #f1f5f7; }
.rabbit-embed__achievement.is-earned .rabbit-embed__row-title,
.rabbit-embed__achievement.is-earned .rabbit-embed__row-description { color: #fff; }
.rabbit-embed--compact .rabbit-embed__achievement.is-earned .rabbit-embed__row-title { color: #41525f; }
.rabbit-embed__achievement-icon { display: grid; width: 38px; height: 38px; flex: 0 0 auto; place-items: center; border-radius: 8px; background: #f7f9fa; color: var(--rabbit-embed-primary); }
.rabbit-embed__achievement.is-earned .rabbit-embed__achievement-icon { background: #fff; }
.rabbit-embed__achievement-icon img { width: 28px; height: 28px; object-fit: contain; }
.rabbit-embed__achievement.is-locked .rabbit-embed__achievement-icon { color: #aebecb; filter: grayscale(1); opacity: 0.72; }
.rabbit-embed__achievement-check {
	position: absolute;
	top: 8px;
	right: 8px;
	display: grid;
	width: 23px;
	height: 23px;
	place-items: center;
	border-radius: 50%;
	background: #fff;
	color: var(--rabbit-embed-primary-text);
}
.rabbit-embed--compact .rabbit-embed__achievement .rabbit-embed__min { flex: 1 1 auto; }
.rabbit-embed--compact .rabbit-embed__achievement-check {
	position: static;
	display: grid;
	width: 20px;
	height: 20px;
	flex: 0 0 auto;
	order: 3;
	margin-left: auto;
	background: var(--rabbit-embed-positive);
	color: #fff;
}
.rabbit-embed__rank-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 14px; }
.rabbit-embed--compact .rabbit-embed__rank-list { display: block; }
.rabbit-embed__rank { align-items: center; gap: 9px; min-width: 0; padding: 10px; border-radius: 8px; background: #f7f9fa; }
.rabbit-embed--compact .rabbit-embed__rank { padding: 9px 0; border-bottom: 1px solid #f1f5f7; border-radius: 0; background: transparent; }
.rabbit-embed--compact .rabbit-embed__rank:last-child { border-bottom: 0; }
.rabbit-embed__rank img { width: 34px; height: 34px; flex: 0 0 auto; object-fit: contain; filter: grayscale(1); opacity: 0.55; }
.rabbit-embed__rank.is-earned img { filter: none; opacity: 1; }
.rabbit-embed__rank-icon { display: flex; width: 36px; height: 36px; flex: 0 0 auto; align-items: center; justify-content: center; border: 1px solid; border-radius: 50%; }
.rabbit-embed__rank-icon img { width: 29px; height: 29px; }
.rabbit-embed__period { flex: 0 0 auto; border-radius: 999px; background: #f7f9fa; padding: 5px 9px; color: #566977; font-size: 11px; }
.rabbit-embed__position { display: grid; width: 24px; height: 24px; flex: 0 0 auto; place-items: center; border: 1px solid; border-radius: 50%; color: #566977; font-size: 11px; text-align: center; }
.rabbit-embed__avatar { width: 36px; height: 36px; flex: 0 0 auto; border-radius: 50%; object-fit: cover; }
.rabbit-embed__delta { flex: 0 0 auto; color: var(--rabbit-embed-positive); font-size: 13px; white-space: nowrap; }
.rabbit-embed__delta.is-negative { color: #d55f64; }
.rabbit-embed__empty { margin: 0; padding: 14px 0; color: #566977; font-size: 13px; font-style: italic; }
.rabbit-embed__footer {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 6px;
	margin: 15px 0 0;
	padding: 12px 0 0;
	border-top: 1px solid #f1f5f7;
	color: var(--rabbit-embed-primary-text);
	font-size: 13px;
	transition: background-color 160ms ease, color 160ms ease;
}
.rabbit-embed--compact .rabbit-embed__footer {
	width: 100%;
	min-height: 32px;
	justify-content: center;
	margin: 13px 0 0;
	padding: 5px 12px;
	border: 0;
	border-radius: 999px;
	background: #f5f8fa;
	color: #566977;
	font-size: 14px;
}
.rabbit-embed__footer:hover { background: var(--rabbit-embed-primary-soft); color: var(--rabbit-embed-primary-text); }
.rabbit-embed--compact .rabbit-embed__footer:hover { background: #edf2f5; color: #566977; }
.rabbit-embed--compact .rabbit-embed__footer:active { background: #e6ecf0; color: #566977; }

.rabbit-gamification-rank-accent { --rabbit-rank-accent: var(--rabbit-embed-primary); }
.rabbit-gamification-rank-bar { background: var(--rabbit-rank-accent) !important; }
.rabbit-gamification-rank-ring,
.rabbit-gamification-leaderboard-position { border-color: var(--rabbit-rank-accent) !important; }
.rabbit-gamification-leaderboard-row {
	border: 1px solid transparent;
	border-radius: 8px;
}
.rabbit-gamification-leaderboard-row.is-first {
	border-color: #edf2f5;
	background: #f5f8fa;
	background: color-mix(in srgb, var(--rabbit-rank-accent) 8%, white);
}
.rabbit-gamification-leaderboard-row.is-podium { background: #f7f9fa; }
.rabbit-gamification-leaderboard-row.is-current {
	border-color: #dde5eb;
	background: #f5f8fa;
}

.rabbit-coin-embed__mark {
	display: flex;
	width: 34px;
	height: 34px;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
}
.rabbit-coin-embed__mark img {
	display: block;
	width: 32px;
	height: 32px;
	object-fit: contain;
}
.rabbit-coin-embed__balances,
.rabbit-coin-embed__earnings {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	margin-top: 15px;
	overflow: hidden;
	border: 1px solid #ebf0f3;
	border-radius: 8px;
	background: #ebf0f3;
}
.rabbit-coin-embed__balances > div,
.rabbit-coin-embed__earnings > div { min-width: 0; background: #fff; padding: 12px; }
.rabbit-coin-embed__balances span,
.rabbit-coin-embed__earnings span { display: block; overflow: hidden; color: #566977; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.rabbit-coin-embed__balances strong,
.rabbit-coin-embed__earnings strong { display: block; margin-top: 4px; color: #232e36; font-size: 20px; font-weight: 400; line-height: 1.2; }
.rabbit-embed--standard.rabbit-coin-embed .rabbit-coin-embed__balances {
	gap: 12px;
	overflow: visible;
	border: 0;
	background: transparent;
}
.rabbit-embed--standard.rabbit-coin-embed .rabbit-coin-embed__balances > div {
	border: 1px solid #ebf0f3;
	border-radius: 8px;
	padding: 18px;
}
.rabbit-embed--standard.rabbit-coin-embed .rabbit-coin-embed__balances > div:first-child {
	border-color: color-mix(in srgb, var(--rabbit-embed-primary) 18%, white);
	background: var(--rabbit-embed-primary-soft);
}
.rabbit-embed--standard.rabbit-coin-embed .rabbit-coin-embed__balances strong { margin-top: 7px; font-size: 28px; }
.rabbit-embed--standard.rabbit-coin-embed .rabbit-coin-embed__actions { width: min(100%, 340px); margin-left: auto; }
.rabbit-coin-embed__earnings { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.rabbit-embed--compact .rabbit-coin-embed__earnings { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.rabbit-coin-embed__earnings strong span { display: inline; color: inherit; font-size: inherit; }
.rabbit-coin-embed__earnings small { color: #566977; font-size: 10px; font-weight: 400; }
.rabbit-coin-embed__actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 12px; }
.rabbit-coin-embed__guest { width: 100%; text-align: center; }
.rabbit-coin-embed__guest .rabbit-embed__empty { font-size: 14px; text-align: center; }
.rabbit-coin-embed__button {
	display: inline-flex;
	min-height: 36px;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--rabbit-embed-primary);
	border-radius: 999px;
	background: var(--rabbit-embed-primary);
	padding: 7px 14px;
	color: #fff;
	font-size: 13px;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}
.rabbit-coin-embed__button--auth { width: 100%; font-size: 14px; text-align: center; }
.rabbit-coin-embed__button:hover { border-color: var(--rabbit-embed-primary-hover); background: var(--rabbit-embed-primary-hover); color: #fff; }
.rabbit-coin-embed__button.is-secondary { background: transparent; color: var(--rabbit-embed-primary-text); }
.rabbit-coin-embed__button.is-secondary:hover { background: var(--rabbit-embed-primary-soft); color: var(--rabbit-embed-primary-text); }
.rabbit-coin-embed__button:focus-visible,
.rabbit-coin-embed__product:focus-visible { outline: 2px solid var(--rabbit-embed-primary); outline-offset: 2px; }
.rabbit-coin-embed__products { margin-top: 14px; border-top: 1px solid #f1f5f7; }
.rabbit-coin-embed__product {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 10px;
	padding: 10px 0;
	border-bottom: 1px solid #f1f5f7;
	color: inherit;
}
.rabbit-coin-embed__product:last-child { border-bottom: 0; }
.rabbit-coin-embed__visual { display: grid; width: 42px; height: 42px; flex: 0 0 auto; place-items: center; overflow: hidden; border-radius: 8px; background: #f7f9fa; color: var(--rabbit-embed-primary); }
.rabbit-coin-embed__visual img { width: 34px; height: 34px; object-fit: contain; }
.rabbit-coin-embed__price { flex: 0 0 auto; color: var(--rabbit-embed-primary-text); font-size: 11px; white-space: nowrap; }

@container (max-width: 360px) {
	.rabbit-embed--standard { padding: 16px; }
	.rabbit-embed--standard .rabbit-embed__collection,
	.rabbit-embed--standard .rabbit-embed__rank-list { grid-template-columns: 1fr; }
	.rabbit-embed--standard .rabbit-embed__footer { margin: 13px 0 0; padding: 11px 0 0; }
	.rabbit-embed__member .rabbit-embed__value { font-size: 11px; }
	.rabbit-coin-embed__earnings { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
	.rabbit-embed__bar > span,
	.rabbit-embed__footer { transition: none; }
}

/* Shared Rabbit component catalogue. Compact owns exactly one sidebar shell. */
.rabbit-hole-component-block,
.rabbit-hole-component-block .rabbit-component { min-width: 0; }
.rabbit-hole-component-block .rabbit-component { color: var(--rabbit-coal-700, #4f5662); font-family: inherit; }
.rabbit-hole-component-block .rabbit-component.is-compact { padding: 16px; border-radius: 12px; background: #fff; }
.rabbit-hole-component-block .rabbit-component.is-standard { padding: 0; background: transparent; }
.rabbit-hole-legacy-block--standard { container-type: inline-size; padding: 0; background: transparent; }
.rabbit-hole-legacy-block--standard > div { padding: 0; }
.rabbit-component__header { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin: 0 0 10px; }
.rabbit-component__header h2 { margin: 0; color: var(--rabbit-coal-900, #20242b); font-size: 16px; font-weight: 400; line-height: 1.5; letter-spacing: 0; }
.rabbit-component__header p { margin: 3px 0 0; color: var(--rabbit-coal-500, #566977); font-size: 14px; line-height: 1.55; }
.rabbit-component__header-action,
.rabbit-legacy__header-action { display: inline-flex; min-height: 30px; flex: none; align-items: center; border-radius: 999px; background: var(--rabbit-coal-50, #f6f7f8); padding: 5px 10px; color: var(--rabbit-coal-600, #606874); font-size: 11px; font-weight: 400; text-decoration: none; transition: background-color .18s ease, color .18s ease, border-color .18s ease; }
.rabbit-component__header-action:hover,
.rabbit-legacy__header-action:hover { background: var(--rabbit-primary, #376bfb); color: #fff; text-decoration: none; }
.rabbit-component.is-standard .rabbit-component__header { margin-bottom: 16px; }
.rabbit-component.is-standard .rabbit-component__header h2 { font-size: 18px; }
.rabbit-component__row { display: flex; min-width: 0; align-items: center; gap: 10px; padding: 8px; border-radius: 8px; color: inherit; text-decoration: none; transition: background-color .18s ease, color .18s ease, border-color .18s ease; }
.rabbit-component__row:hover { background: var(--rabbit-coal-50, #f6f7f8); color: var(--rabbit-coal-900, #20242b); text-decoration: none; }
.rabbit-component__row:active { background: var(--rabbit-coal-90, #eceef1); }
.rabbit-component__row:focus-visible,
.rabbit-component a:focus-visible,
.rabbit-component button:focus-visible { outline: 2px solid var(--rabbit-primary, #376bfb); outline-offset: 2px; }
.rabbit-component__standard-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.rabbit-component__identity { display: flex; min-width: 0; flex: 1; align-items: center; gap: 10px; color: inherit; text-decoration: none; }
.rabbit-component__avatar { display: block; width: 42px; height: 42px; max-width: none; flex: none; aspect-ratio: 1; overflow: hidden; border-radius: 999px; object-fit: cover; object-position: 50% 50%; background: var(--rabbit-coal-50, #f6f7f8); vertical-align: middle; }
.rabbit-component__copy { display: block; min-width: 0; flex: 1; }
.rabbit-component__name { display: flex; min-width: 0; align-items: center; gap: 4px; overflow: hidden; color: var(--rabbit-coal-800, #303640); font-size: 14px; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.rabbit-component__meta { display: block; margin-top: 2px; overflow: hidden; color: var(--rabbit-coal-400, #566977); font-size: 12px; line-height: 1.4; text-overflow: ellipsis; white-space: nowrap; }
.rabbit-component__verified { width: 14px; height: 14px; flex: none; fill: var(--rabbit-primary, #376bfb); }
.rabbit-component__mini-action { min-width: 66px; height: 30px; flex: none; border: 0; border-radius: 999px; background: color-mix(in srgb, var(--rabbit-primary, #376bfb) 10%, white); color: var(--rabbit-primary-text, #2f61eb); padding: 0 12px; font: inherit; font-size: 12px; cursor: pointer; transition: background-color .18s ease, color .18s ease, opacity .18s ease; }
.rabbit-component__mini-action:hover { background: var(--rabbit-primary, #376bfb); color: #fff; }
.rabbit-component__mini-action:is([data-state="will_follow"], [data-state="will_request"], [data-state="idle"], [aria-pressed="false"]) { background: var(--rabbit-primary, #376bfb) !important; color: #fff !important; opacity: 1; }
.rabbit-component__mini-action:is([data-state="will_follow"], [data-state="will_request"], [data-state="idle"], [aria-pressed="false"]):hover { background: var(--rabbit-primary-hover, #2f5bd0) !important; color: #fff !important; }
.rabbit-component__mini-action:is([data-state="currently_following"], [data-state="currently_requested"], [aria-pressed="true"]) { background: var(--rabbit-helper-two, #ef476f) !important; color: var(--rabbit-helper-two-contrast, #fff) !important; transition: none; }
.rabbit-component__mini-action:is([data-state="currently_following"], [data-state="currently_requested"], [aria-pressed="true"]):hover { background: var(--rabbit-helper-two, #ef476f) !important; color: var(--rabbit-helper-two-contrast, #fff) !important; }
.rabbit-component__mini-action:disabled { cursor: wait; opacity: .55; }
.rabbit-component__rail-controls { display: flex; flex: none; align-items: center; gap: 5px; }
.rabbit-component__rail-controls button { display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid var(--rabbit-coal-100, #e3e6e9); border-radius: 50%; background: #fff; padding: 0; color: var(--rabbit-coal-600, #606874); cursor: pointer; transition: background-color .18s ease, border-color .18s ease, color .18s ease, opacity .18s ease; }
.rabbit-component__rail-controls button:hover:not(:disabled),
.rabbit-component__rail-controls button:focus-visible { border-color: var(--rabbit-primary-text, #2f61eb); background: var(--rabbit-primary, #376bfb); color: #fff; }
.rabbit-component__rail-controls button:focus-visible { outline: 2px solid var(--rabbit-primary, #376bfb); outline-offset: 2px; }
.rabbit-component__rail-controls button:disabled { cursor: default; opacity: .35; }
.rabbit-component__rail-controls svg { width: 15px; height: 15px; }
.rabbit-component__footer { margin-top: 10px; }
.rabbit-component__footer a { display: flex; width: 100%; height: 32px; align-items: center; justify-content: center; border-radius: 999px; background: var(--rabbit-coal-50, #f6f7f8); color: var(--rabbit-coal-500, #566977); font-size: 14px; font-weight: 400; text-decoration: none; transition: background-color .18s ease, color .18s ease; }
.rabbit-component__footer a:hover { background: var(--rabbit-coal-75, #f0f1f3); color: var(--rabbit-coal-600, #606874); text-decoration: none; }
.rabbit-component__footer a:active { background: var(--rabbit-coal-95, #e7e9ec); color: var(--rabbit-coal-700, #4f5662); }
.rabbit-component.is-standard .rabbit-component__footer { max-width: 220px; margin-top: 16px; }

.rabbit-component__stories { display: flex; gap: 14px; overflow-x: auto; padding: 2px 2px 8px; scrollbar-width: thin; overscroll-behavior-inline: contain; scroll-snap-type: x proximity; }
.rabbit-component__story { display: flex; width: 72px; flex: none; flex-direction: column; align-items: center; gap: 6px; border: 0; background: none; padding: 0; color: var(--rabbit-coal-700, #4f5662); cursor: pointer; scroll-snap-align: start; }
.rabbit-component__story-avatar { position: relative; display: grid; width: 58px; height: 58px; place-items: center; border: 2px solid var(--rabbit-coal-200, #d5d8de); border-radius: 999px; padding: 3px; }
.rabbit-component__story-loader { position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0; pointer-events: none; }
.rabbit-component__story-avatar.is-active { border-color: var(--rabbit-primary-text, #2f61eb); }
.rabbit-component__story-avatar.is-live { border-color: var(--rabbit-helper-two, #ef476f); }
.rabbit-component__story-avatar img { width: 100%; height: 100%; border-radius: inherit; object-fit: cover; }
.rabbit-component__story-avatar span { position: absolute; right: 50%; bottom: -5px; transform: translateX(50%); border: 2px solid #fff; border-radius: 999px; background: var(--rabbit-helper-two, #ef476f); color: #fff; padding: 0 5px; font-size: 9px; line-height: 16px; }
.rabbit-component__story-name { width: 100%; overflow: hidden; font-size: 12px; text-align: center; text-overflow: ellipsis; white-space: nowrap; }
.rabbit-component--stories.is-compact .rabbit-component__stories { display: flex; flex-direction: column; gap: 1px; overflow: visible; padding: 0; }
.rabbit-component--stories.is-compact .rabbit-component__story { width: 100%; flex-direction: row; gap: 10px; border-radius: 8px; padding: 8px; }
.rabbit-component--stories.is-compact .rabbit-component__story:hover { background: var(--rabbit-coal-50, #f6f7f8); }
.rabbit-component--stories.is-compact .rabbit-component__story-avatar { width: 42px; height: 42px; }
.rabbit-component--stories.is-compact .rabbit-component__story-name { flex: 1; text-align: left; }

.rabbit-component__reels-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.rabbit-component__reel { position: relative; display: block; min-width: 0; overflow: hidden; aspect-ratio: 9 / 14; border-radius: 8px; background: var(--rabbit-coal-900, #20242b); color: #fff; }
.rabbit-component__reel img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.rabbit-component__reel:hover img { transform: scale(1.025); }
.rabbit-component__reel::after { position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.62)); content: ''; }
.rabbit-component__play { position: absolute; z-index: 2; top: 10px; right: 10px; display: grid; width: 28px; height: 28px; place-items: center; border-radius: 999px; background: rgba(20,22,26,.55); backdrop-filter: blur(4px); }
.rabbit-component__play svg { width: 16px; height: 16px; fill: currentColor; }
.rabbit-component__reel-title { position: absolute; z-index: 2; right: 10px; bottom: 10px; left: 10px; overflow: hidden; font-size: 12px; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.rabbit-component--reels.is-compact .rabbit-component__reels-grid { display: flex; flex-direction: column; gap: 1px; }
.rabbit-component--reels.is-compact .rabbit-component__reel { display: flex; height: 62px; aspect-ratio: auto; align-items: center; border-radius: 8px; background: transparent; color: var(--rabbit-coal-800, #303640); padding: 8px; }
.rabbit-component--reels.is-compact .rabbit-component__reel:hover { background: var(--rabbit-coal-50, #f6f7f8); }
.rabbit-component--reels.is-compact .rabbit-component__reel::after { display: none; }
.rabbit-component--reels.is-compact .rabbit-component__reel img { width: 40px; height: 46px; flex: none; border-radius: 6px; }
.rabbit-component--reels.is-compact .rabbit-component__play { position: static; width: 24px; height: 24px; flex: none; order: 3; background: var(--rabbit-coal-50, #f6f7f8); color: var(--rabbit-coal-500, #566977); backdrop-filter: none; }
.rabbit-component--reels.is-compact .rabbit-component__reel-title { position: static; min-width: 0; flex: 1; margin: 0 10px; }

.rabbit-component__vote-list { display: grid; gap: 10px; }
.rabbit-component__vote { min-width: 0; border: 1px solid var(--rabbit-coal-75, #f0f1f3); border-radius: 8px; padding: 12px; background: #fff; }
.rabbit-component__vote-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; }
.rabbit-component__vote-heading a { min-width: 0; overflow: hidden; color: var(--rabbit-coal-900, #20242b); font-size: 14px; text-decoration: none; text-overflow: ellipsis; white-space: nowrap; }
.rabbit-component__vote-heading > span { flex: none; border-radius: 999px; background: var(--rabbit-coal-50, #f6f7f8); color: var(--rabbit-coal-500, #566977); padding: 3px 7px; font-size: 10px; }
.rabbit-component__vote-options { display: grid; gap: 6px; margin-top: 10px; }
.rabbit-component__vote-options.is-versus { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.rabbit-component__vote-option { display: flex; min-width: 0; min-height: 36px; align-items: center; gap: 8px; border: 1px solid var(--rabbit-coal-75, #f0f1f3); border-radius: 7px; background: #fff; color: var(--rabbit-coal-700, #4f5662); padding: 6px 9px; text-align: left; cursor: pointer; }
.rabbit-component__vote-option:hover:not(:disabled) { border-color: color-mix(in srgb, var(--rabbit-primary, #376bfb) 35%, white); background: color-mix(in srgb, var(--rabbit-primary, #376bfb) 4%, white); }
.rabbit-component__vote-option[data-state="selected"] { border-color: var(--rabbit-primary-text, #2f61eb); background: color-mix(in srgb, var(--rabbit-primary, #376bfb) 8%, white); color: var(--rabbit-primary-text, #2f61eb); }
.rabbit-component__vote-option img { width: 34px; height: 34px; flex: none; border-radius: 5px; object-fit: cover; }
.rabbit-component__vote-option span { min-width: 0; flex: 1; overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.rabbit-component__vote-option small { color: var(--rabbit-coal-400, #566977); font-size: 11px; }
.rabbit-component__vote-open { display: inline-flex; margin-top: 9px; color: var(--rabbit-primary-text, #2f61eb); font-size: 12px; text-decoration: none; }
.rabbit-component__vote-total { margin: 8px 0 0; color: var(--rabbit-coal-400, #566977); font-size: 11px; }
.rabbit-component--votes.is-standard .rabbit-component__vote-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.rabbit-component--votes.is-standard .rabbit-component__vote:first-child { grid-column: 1 / -1; }

.rabbit-component__reward-icon,
.rabbit-component__category-icon { display: grid; width: 36px; height: 36px; flex: none; place-items: center; border-radius: 8px; background: color-mix(in srgb, var(--rabbit-primary, #376bfb) 9%, white); color: var(--rabbit-primary-text, #2f61eb); }
.rabbit-component__reward-icon svg,
.rabbit-component__category-icon svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.rabbit-component__thumb { width: 44px; height: 44px; flex: none; border-radius: 7px; object-fit: cover; background: var(--rabbit-coal-50, #f6f7f8); }
.rabbit-component__thumb.is-placeholder { display: grid; place-items: center; color: var(--rabbit-coal-400, #566977); }
.rabbit-component__thumb.is-placeholder svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.rabbit-component__category-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px; }
.rabbit-component__category .rabbit-component__name { flex: 1; }
.rabbit-component__count { flex: none; color: var(--rabbit-coal-400, #566977); font-size: 12px; }
.rabbit-component--categories.is-compact .rabbit-component__category-list { display: block; }
.rabbit-component__event time { display: flex; width: 42px; height: 46px; flex: none; flex-direction: column; align-items: center; justify-content: center; border-radius: 7px; background: color-mix(in srgb, var(--rabbit-primary, #376bfb) 8%, white); color: var(--rabbit-primary-text, #2f61eb); line-height: 1; }
.rabbit-component__event time strong { font-size: 16px; font-weight: 500; }
.rabbit-component__event time span { margin-top: 3px; font-size: 10px; text-transform: none; }

.rabbit-component__featured { position: relative; display: block; min-height: 190px; overflow: hidden; border-radius: 8px; background: var(--rabbit-coal-900, #20242b); color: #fff; }
.rabbit-component__featured > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .72; }
.rabbit-component__featured::after { position: absolute; inset: 20% 0 0; background: linear-gradient(transparent, rgba(20,22,26,.86)); content: ''; }
.rabbit-component__featured > span { position: absolute; z-index: 1; right: 16px; bottom: 15px; left: 16px; display: flex; flex-direction: column; align-items: flex-start; }
.rabbit-component__featured small { border-radius: 999px; background: var(--rabbit-primary, #376bfb); padding: 3px 8px; font-size: 10px; }
.rabbit-component__featured strong { max-width: 46rem; margin-top: 7px; font-size: 17px; font-weight: 500; line-height: 1.35; }
.rabbit-component__featured em { margin-top: 4px; color: rgba(255,255,255,.72); font-size: 11px; font-style: normal; }
.rabbit-component__trending-list { margin-top: 6px; }
.rabbit-component__trend-position { display: grid; width: 28px; height: 28px; flex: none; place-items: center; border-radius: 8px; background: var(--rabbit-coal-50, #f6f7f8); color: var(--rabbit-coal-500, #566977); font-size: 12px; }
.rabbit-component__trending-item .rabbit-component__thumb { width: 40px; height: 40px; }

@media (max-width: 781px) {
	.rabbit-component__standard-grid,
	.rabbit-component--votes.is-standard .rabbit-component__vote-list,
	.rabbit-component__category-list { grid-template-columns: minmax(0, 1fr); }
	.rabbit-component__reels-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.rabbit-component.is-standard .rabbit-component__footer { max-width: none; }
}
@media (prefers-reduced-motion: reduce) {
	.rabbit-component *, .rabbit-component *::before, .rabbit-component *::after { scroll-behavior: auto !important; transition-duration: 0s !important; animation-duration: 0s !important; }
	.rabbit-component__reel:hover img { transform: none; }
}

/* Community showcase components remain reusable across compatible themes. */
.rabbit-hole-component-block .rabbit-component--community-pulse.is-standard,
.rabbit-hole-component-block .rabbit-component--member-rail {
	border: 1px solid var(--rabbit-coal-75, #f0f1f3);
	border-radius: 8px;
	background: #fff;
	padding: 20px;
}
.rabbit-community-pulse__band {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: stretch;
}
.rabbit-community-pulse__item { min-width: 0; border-left: 1px solid var(--rabbit-coal-75, #f0f1f3); }
.rabbit-community-pulse__item:first-child { border-left: 0; }
.rabbit-community-pulse__feed-card {
	display: grid;
	min-width: 0;
	height: 100%;
	grid-template-rows: auto minmax(65px, 1fr) auto auto;
	color: inherit;
	text-decoration: none;
	transition: background-color .18s ease;
}
.rabbit-community-pulse__feed-card:hover { background: var(--rabbit-coal-25, #fafbfc); color: inherit; text-decoration: none; }
.rabbit-community-pulse__feed-card:focus-visible { position: relative; z-index: 1; outline: 2px solid var(--rabbit-primary, #376bfb); outline-offset: -2px; }
.rabbit-community-pulse__feed-header { display: flex; min-width: 0; align-items: center; gap: 10px; padding: 14px 14px 0; }
.rabbit-community-pulse__avatar { display: block; width: 42px; height: 42px; flex: none; border-radius: 50%; object-fit: cover; }
.rabbit-community-pulse__identity { display: block; min-width: 0; flex: 1; }
.rabbit-community-pulse__name { display: flex; min-width: 0; align-items: center; gap: 4px; overflow: hidden; color: var(--rabbit-coal-900, #20242b); font-size: 14px; font-weight: 400; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.rabbit-community-pulse__verified { width: 14px; height: 14px; flex: none; fill: var(--rabbit-primary, #376bfb); }
.rabbit-community-pulse__context { display: flex; min-width: 0; align-items: center; gap: 5px; margin-top: 2px; overflow: hidden; color: var(--rabbit-coal-400, #566977); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.rabbit-community-pulse__body { display: -webkit-box; overflow: hidden; min-height: 65px; margin: 13px 14px; color: var(--rabbit-coal-900, #20242b); font-size: 13px; font-weight: 400; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.rabbit-community-pulse__media { display: block; overflow: hidden; aspect-ratio: 16 / 8; margin: 0 14px 13px; border-radius: 6px; }
.rabbit-community-pulse__media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .2s ease; }
.rabbit-community-pulse__feed-card:hover .rabbit-community-pulse__media img { transform: scale(1.015); }
.rabbit-community-pulse__meta { display: flex; min-width: 0; flex-wrap: wrap; align-items: center; justify-content: flex-start; gap: 8px 12px; margin-top: auto; border-top: 1px solid var(--rabbit-coal-50, #f6f7f8); padding: 11px 14px; color: var(--rabbit-coal-400, #566977); font-size: 11px; line-height: 1.4; }
.rabbit-community-pulse__reactions,
.rabbit-community-pulse__reaction { display: inline-flex; align-items: center; }
.rabbit-community-pulse__reactions { gap: 2px; }
.rabbit-community-pulse__reaction { margin-right: -4px; }
.rabbit-community-pulse__reaction-image { display: block; width: 18px; height: 18px; object-fit: contain; }
.rabbit-community-pulse__reaction-total { margin-left: 6px; }
.rabbit-community-pulse__comments { display: inline-flex; align-items: center; gap: 5px; }
.rabbit-community-pulse__comment-icon { width: 15px; height: 15px; flex: none; }
.rabbit-community-pulse__band.is-compact { display: block; }
.rabbit-community-pulse__band.is-compact .rabbit-community-pulse__item { border-width: 1px 0 0; border-radius: 0; padding: 11px 0; }
.rabbit-community-pulse__band.is-compact .rabbit-community-pulse__item:first-child { border-top: 0; padding-top: 0; }
.rabbit-community-pulse__band.is-compact .rabbit-community-pulse__item:last-child { padding-bottom: 0; }

.rabbit-hole-legacy-block--showcase {
	border: 1px solid var(--rabbit-coal-75, #f0f1f3);
	border-radius: 8px;
	background: #fff;
	padding: 20px;
}
.rabbit-legacy__community-showcase { margin-top: 16px; }
.rabbit-community-showcase {
	display: flex;
	gap: 10px;
	overflow-x: auto;
	padding-bottom: 4px;
	scroll-snap-type: x proximity;
	scrollbar-width: none;
	overscroll-behavior-inline: contain;
}
.rabbit-community-showcase::-webkit-scrollbar { display: none; }
.rabbit-community-showcase__card {
	position: relative;
	display: grid;
	width: 156px;
	min-width: 0;
	flex: 0 0 auto;
	overflow: hidden;
	grid-template-rows: auto 1fr;
	border: 1px solid var(--rabbit-coal-75, #f0f1f3);
	border-radius: 8px;
	background: #fff;
	scroll-snap-align: start;
}
.rabbit-community-showcase__cover { display: block; overflow: hidden; aspect-ratio: 3 / 2; background: var(--rabbit-coal-50, #f6f7f8); }
.rabbit-community-showcase__cover img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .2s ease; }
.rabbit-community-showcase__card:hover .rabbit-community-showcase__cover img { transform: scale(1.015); }
.rabbit-community-showcase__body { display: flex; min-width: 0; min-height: 96px; flex-direction: column; padding: 0 11px 12px; }
.rabbit-community-showcase__identity { position: relative; z-index: 1; display: flex; min-width: 0; flex-direction: column; align-items: flex-start; gap: 7px; margin-top: -20px; color: inherit; text-decoration: none; }
.rabbit-community-showcase__identity:hover { color: var(--rabbit-primary-text, #2f61eb); text-decoration: none; }
.rabbit-community-showcase__identity > span { width: 100%; min-width: 0; }
.rabbit-community-showcase__identity strong { display: block; overflow: hidden; color: var(--rabbit-coal-900, #20242b); font-size: 13px; font-weight: 500; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.rabbit-community-showcase__avatar { width: 46px; height: 46px; flex: none; border: 3px solid #fff; border-radius: 50%; background: #fff; object-fit: cover; }
.rabbit-community-showcase__members { display: block; margin-top: 2px; color: var(--rabbit-coal-400, #566977); font-size: 11px; line-height: 1.35; }
.rabbit-community-showcase__action { position: absolute; top: 8px; right: 8px; z-index: 2; }
.rabbit-community-showcase__action .rabbit-community-follow-button--icon {
	width: 32px;
	height: 32px;
	min-width: 32px;
	min-height: 32px;
	padding: 0;
	border: 2px solid rgb(255 255 255 / .92);
	box-shadow: 0 3px 12px rgb(10 14 20 / .18);
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
}

.rabbit-hole-component-block .rabbit-component--live-feed.is-compact { border: 1px solid var(--rabbit-coal-75, #f0f1f3); border-radius: 8px; }
.rabbit-hole-component-block .rabbit-component--live-feed.is-standard { border: 1px solid var(--rabbit-coal-75, #f0f1f3); border-radius: 8px; background: #fff; padding: 20px; }
.rabbit-live-feed__header { align-items: center; margin-bottom: 5px; }
.rabbit-live-feed__heading { display: flex; min-width: 0; align-items: center; gap: 8px; }
.rabbit-live-feed__signal { position: relative; width: 9px; height: 9px; flex: none; border-radius: 50%; background: #20b26b; }
.rabbit-live-feed__signal::after { position: absolute; inset: -4px; border: 1px solid rgb(32 178 107 / .32); border-radius: 50%; content: ''; }
.rabbit-live-feed__rows { display: grid; }
.rabbit-live-feed__row { display: grid; min-width: 0; grid-template-columns: 36px minmax(0, 1fr); gap: 9px; border-top: 1px solid var(--rabbit-coal-50, #f6f7f8); padding: 11px 0; }
.rabbit-live-feed__row:first-child { border-top: 0; }
.rabbit-live-feed__avatar,
.rabbit-live-feed__avatar img { display: block; width: 36px; height: 36px; border-radius: 50%; object-fit: cover; }
.rabbit-live-feed__content { min-width: 0; }
.rabbit-live-feed__meta { display: flex; min-width: 0; flex-wrap: wrap; align-items: center; gap: 4px 6px; color: var(--rabbit-coal-400, #566977); font-size: 10px; line-height: 1.3; }
.rabbit-live-feed__meta a { overflow: hidden; color: var(--rabbit-coal-800, #303640); font-size: 11px; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; }
.rabbit-live-feed__type { border-radius: 999px; background: color-mix(in srgb, var(--rabbit-primary, #376bfb) 9%, white); padding: 2px 6px; color: var(--rabbit-primary-text, #2f61eb); }
.rabbit-live-feed__excerpt { display: -webkit-box; overflow: hidden; margin-top: 4px; color: var(--rabbit-coal-700, #4f5662); font-size: 13px; font-weight: 400; line-height: 1.45; text-decoration: none; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.rabbit-live-feed__excerpt:hover { color: var(--rabbit-primary-text, #2f61eb); }
.rabbit-live-feed__community { display: block; overflow: hidden; margin-top: 3px; color: var(--rabbit-coal-400, #566977); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.rabbit-live-feed__footer { border-top: 1px solid var(--rabbit-coal-50, #f6f7f8); padding-top: 10px; }
.rabbit-live-feed__footer a { display: flex; min-height: 34px; align-items: center; justify-content: center; gap: 7px; border-radius: 999px; background: var(--rabbit-primary, #376bfb); color: #fff; font-size: 14px; font-weight: 400; text-decoration: none; transition: background-color .18s ease, color .18s ease; }
.rabbit-live-feed__footer a:hover { background: var(--rabbit-primary-hover, #2f5bd0); color: #fff; }

.rabbit-member-rail { display: grid; grid-auto-columns: calc((100% - 60px) / 6); grid-auto-flow: column; gap: 12px; overflow-x: auto; padding: 2px 2px 8px; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-inline: contain; }
.rabbit-member-rail::-webkit-scrollbar { display: none; }
.rabbit-member-rail__item { display: grid; width: auto; min-width: 0; min-height: 166px; grid-template-rows: minmax(104px, auto) 30px; align-items: start; gap: 10px; border: 1px solid var(--rabbit-coal-75, #f0f1f3); background: #fff; padding: 16px 14px 14px; text-align: center; scroll-snap-align: start; }
.rabbit-member-rail__item:hover { border-color: transparent; background: #fff; box-shadow: 0 0 0 2px color-mix(in srgb, var(--rabbit-primary, #376bfb) 38%, white); }
.rabbit-member-rail__item .rabbit-component__identity { display: grid; min-width: 0; grid-template-rows: 58px minmax(36px, auto); justify-items: center; gap: 9px; }
.rabbit-member-rail__item .rabbit-component__avatar { width: 58px; height: 58px; }
.rabbit-member-rail__item .rabbit-component__copy { width: 100%; min-width: 0; }
.rabbit-member-rail__item .rabbit-component__name { justify-content: center; }
.rabbit-member-rail__item .rabbit-component__mini-action { display: inline-flex; width: 100%; min-width: 0; height: 30px; align-items: center; justify-content: center; align-self: end; margin-top: 0; overflow: hidden; background: var(--rabbit-primary, #376bfb); color: #fff; text-decoration: none; white-space: nowrap; }
.rabbit-member-rail__item .rabbit-component__mini-action:hover { background: var(--rabbit-primary-hover, #2f5bd0); }
.rabbit-member-rail__item .rabbit-component__mini-action:is([data-state="idle"], [data-state="will_follow"], [data-state="will_request"]) { background: var(--rabbit-primary, #376bfb) !important; color: #fff !important; opacity: 1; }
.rabbit-member-rail__item .rabbit-component__mini-action:is([data-state="currently_following"], [data-state="currently_requested"], [aria-pressed="true"]) { background: var(--rabbit-helper-two, #ef476f) !important; color: var(--rabbit-helper-two-contrast, #fff) !important; }
.rabbit-member-rail__item .rabbit-component__mini-action:is([data-state="currently_following"], [data-state="currently_requested"], [aria-pressed="true"]):hover { background: var(--rabbit-helper-two, #ef476f) !important; color: var(--rabbit-helper-two-contrast, #fff) !important; }

.rabbit-creator-spotlight {
	overflow: hidden;
	border: 1px solid var(--rabbit-coal-75, #f0f1f3);
	border-radius: 8px;
	background: #fff;
}
.rabbit-creator-spotlight__cover { display: block; overflow: hidden; aspect-ratio: 16 / 9; }
.rabbit-creator-spotlight__cover img { display: block; width: 100%; height: 100%; object-fit: cover; }
.rabbit-creator-spotlight__profile { display: flex; min-width: 0; align-items: center; gap: 9px; padding: 12px 12px 8px; }
.rabbit-creator-spotlight__avatar { width: 42px; height: 42px; flex: none; }
.rabbit-creator-spotlight__avatar img { display: block; width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.rabbit-creator-spotlight__identity { min-width: 0; flex: 1; }
.rabbit-creator-spotlight__name { display: flex; min-width: 0; align-items: center; gap: 4px; overflow: hidden; color: var(--rabbit-coal-900, #20242b); font-size: 14px; font-weight: 400; text-decoration: none; text-overflow: ellipsis; white-space: nowrap; }
.rabbit-creator-spotlight__verified { display: inline-grid; width: 15px; height: 15px; flex: none; place-items: center; border-radius: 50%; background: var(--rabbit-primary, #376bfb); color: #fff; font-size: 10px; }
.rabbit-creator-spotlight__counts { display: block; margin-top: 2px; overflow: hidden; color: var(--rabbit-coal-400, #566977); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.rabbit-creator-spotlight__follow { min-height: 30px; flex: none; border: 0; border-radius: 999px; background: var(--rabbit-primary, #376bfb); padding: 5px 11px; color: #fff; font: inherit; font-size: 12px; cursor: pointer; }
.rabbit-creator-spotlight__follow:hover { background: var(--rabbit-primary-hover, #2f5bd0); }
.rabbit-creator-spotlight__follow:is([data-state="currently_following"], [data-state="currently_requested"], [aria-pressed="true"]) { background: var(--rabbit-helper-two, #ef476f); color: var(--rabbit-helper-two-contrast, #fff); }
.rabbit-creator-spotlight__article-title { display: -webkit-box; overflow: hidden; border-top: 1px solid var(--rabbit-coal-50, #f6f7f8); padding: 10px 12px 12px; color: var(--rabbit-coal-800, #303640); font-size: 13px; font-weight: 400; line-height: 1.45; text-decoration: none; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.rabbit-creator-spotlight__article-title:hover { color: var(--rabbit-primary-text, #2f61eb); }
.rabbit-component--creator-spotlight.is-compact .rabbit-creator-spotlight { border: 0; border-radius: 0; }

@media (max-width: 680px) {
	.rabbit-community-pulse__band { grid-template-columns: minmax(0, 1fr); }
	.rabbit-community-pulse__item { border-top: 1px solid var(--rabbit-coal-75, #f0f1f3); border-left: 0; }
	.rabbit-community-pulse__item:first-child { border-top: 0; }
	.rabbit-hole-component-block .rabbit-component--community-pulse.is-standard,
	.rabbit-hole-component-block .rabbit-component--member-rail { padding: 16px; }
	.rabbit-member-rail { grid-auto-columns: calc((100% - 12px) / 2); }
	.rabbit-hole-legacy-block--showcase { padding: 16px; }
	.rabbit-hole-legacy-block--showcase .rabbit-legacy__header { flex-wrap: wrap; }
	.rabbit-hole-legacy-block--showcase .rabbit-legacy__header-actions { width: 100%; justify-content: space-between; }
	.rabbit-community-showcase__card { width: min(44vw, 156px); }
}
@media (min-width: 681px) and (max-width: 1023px) {
	.rabbit-member-rail { grid-auto-columns: calc((100% - 24px) / 3); }
	.rabbit-community-pulse__band { display: flex; overflow-x: auto; padding-bottom: 4px; scroll-snap-type: x proximity; scrollbar-width: thin; }
	.rabbit-community-pulse__item { width: min(72vw, 360px); flex: 0 0 auto; scroll-snap-align: start; }
	.rabbit-community-showcase__card { width: 156px; }
}
@media (min-width: 1024px) and (max-width: 1279px) {
	.rabbit-member-rail { grid-auto-columns: calc((100% - 36px) / 4); }
}
@media (prefers-reduced-motion: reduce) {
	.rabbit-community-pulse__feed-card:hover,
	.rabbit-community-pulse__feed-card:hover .rabbit-community-pulse__media img,
	.rabbit-community-showcase__card:hover .rabbit-community-showcase__cover img { transform: none; }
	.rabbit-component__header-action,
	.rabbit-legacy__header-action,
	.rabbit-component__rail-controls button,
	.rabbit-legacy__footer a,
	.rabbit-live-feed__footer a { transition: none; }
}

/* Standard components are page content; compact components retain the Rabbit sidebar control. */
.rabbit-component.is-standard .rabbit-component__footer { max-width: none; margin-top: 16px; }
.rabbit-component.is-standard .rabbit-component__footer a {
	display: inline-flex;
	width: auto;
	height: auto;
	align-items: center;
	justify-content: flex-start;
	gap: 6px;
	border-radius: 0;
	background: transparent;
	padding: 4px 0;
	color: var(--rabbit-primary-text, #2f61eb);
	font-size: 13px;
}
.rabbit-component.is-standard .rabbit-component__footer a::after { content: '\2192'; }
.rabbit-component.is-standard .rabbit-component__footer a:hover { background: transparent; color: var(--rabbit-primary-hover, #2f5bd0); }

/* Legacy Rabbit blocks use explicit presentation classes instead of guessing their container. */
.rabbit-hole-legacy-block { min-width: 0; }
.rabbit-legacy__header { display: flex; min-width: 0; align-items: flex-start; justify-content: space-between; gap: 12px; }
.rabbit-legacy__header-actions { display: flex; flex: none; align-items: center; gap: 7px; }
.rabbit-legacy__header h2 { margin: 0; color: var(--rabbit-coal-900, #20242b); font-size: 16px; font-weight: 400; line-height: 1.5; letter-spacing: 0; }
.rabbit-hole-legacy-block--standard .rabbit-legacy__header h2 { font-size: 18px; }
.rabbit-legacy__description { margin: 3px 0 0; color: var(--rabbit-coal-500, #566977); font-size: 14px; line-height: 1.55; }
.rabbit-legacy__filter { flex: none; }
.rabbit-legacy__results { min-width: 0; }
.rabbit-legacy__empty { margin: 0; padding: 20px 0; color: var(--rabbit-coal-400, #566977); font-size: 13px; font-style: italic; }
.rabbit-legacy__footer { margin-top: 12px; }
.rabbit-legacy__footer a { color: var(--rabbit-primary-text, #2f61eb); font-size: 13px; text-decoration: none; transition: background-color .18s ease, color .18s ease, border-color .18s ease; }
.rabbit-legacy__footer a:hover { color: var(--rabbit-primary-hover, #2f5bd0); text-decoration: none; }
.rabbit-hole-legacy-block--standard .rabbit-legacy__footer a { display: inline-flex; align-items: center; gap: 6px; padding: 4px 0; }
.rabbit-hole-legacy-block--compact .rabbit-legacy__footer a { display: flex; width: 100%; min-height: 32px; align-items: center; justify-content: center; border-radius: 999px; background: var(--rabbit-coal-50, #f6f7f8); color: var(--rabbit-coal-500, #566977); font-size: 14px; transition: background-color .18s ease, color .18s ease; }
.rabbit-hole-legacy-block--compact .rabbit-legacy__footer a:hover { background: var(--rabbit-coal-75, #f0f1f3); color: var(--rabbit-coal-600, #606874); }
.rabbit-legacy__latest-grid,
.rabbit-legacy__community-grid,
.rabbit-legacy__hashtag-grid,
.rabbit-legacy__marketplace-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 16px; }
.rabbit-legacy__article { display: grid; min-width: 0; grid-template-columns: 88px minmax(0, 1fr); align-items: center; gap: 12px; border: 1px solid var(--rabbit-coal-75, #f0f1f3); border-radius: 8px; padding: 10px; color: inherit; text-decoration: none; transition: border-color .18s ease, background-color .18s ease; }
.rabbit-legacy__article:hover { border-color: var(--rabbit-coal-100, #e3e6e9); background: var(--rabbit-coal-50, #f6f7f8); text-decoration: none; }
.rabbit-legacy__article img,
.rabbit-legacy__article-placeholder { width: 88px; aspect-ratio: 4 / 3; border-radius: 6px; background: var(--rabbit-coal-50, #f6f7f8); object-fit: cover; }
.rabbit-legacy__article-title { display: -webkit-box; overflow: hidden; color: var(--rabbit-coal-900, #20242b); font-size: 14px; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.rabbit-legacy__meta { display: block; margin-top: 5px; color: var(--rabbit-coal-400, #566977); font-size: 12px; }
.rabbit-legacy__community { display: flex; min-width: 0; align-items: center; gap: 12px; border-radius: 8px; background: var(--rabbit-coal-50, #f6f7f8); padding: 12px; color: inherit; text-decoration: none; transition: background-color .18s ease; }
.rabbit-legacy__community:hover { background: var(--rabbit-coal-75, #f0f1f3); text-decoration: none; }
.rabbit-legacy__community img { width: 54px; height: 54px; flex: none; border-radius: 8px; object-fit: cover; }
.rabbit-legacy__community-copy { min-width: 0; }
.rabbit-legacy__community-title { display: flex; min-width: 0; align-items: center; gap: 5px; color: var(--rabbit-coal-900, #20242b); font-size: 14px; }
.rabbit-legacy__community-title > span:first-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.rabbit-legacy__nsfw { width: 16px; height: 16px; flex: none; color: var(--rabbit-helper-two, #ef476f); }
.rabbit-legacy__hashtag { display: flex; min-width: 0; align-items: center; gap: 11px; border-radius: 8px; background: var(--rabbit-coal-50, #f6f7f8); padding: 12px; color: inherit; text-decoration: none; transition: background-color .18s ease; }
.rabbit-legacy__hashtag:hover { background: var(--rabbit-coal-75, #f0f1f3); text-decoration: none; }
.rabbit-legacy__hashtag-icon { display: grid; width: 40px; height: 40px; flex: none; place-items: center; border-radius: 8px; background: #fff; color: var(--rabbit-primary-text, #2f61eb); }
.rabbit-legacy__hashtag-icon svg { width: 20px; height: 20px; }
.rabbit-legacy__hashtag-name { overflow: hidden; color: var(--rabbit-coal-900, #20242b); font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.rabbit-legacy__marketplace-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

/* Open Votes keeps each decision readable while retaining a compact widget footprint. */
.rabbit-component__votes-header { align-items: center; border-bottom: 1px solid var(--rabbit-coal-75, #f0f1f3); padding-bottom: 11px; }
.rabbit-component__votes-mark { display: grid; width: 32px; height: 32px; flex: none; place-items: center; border-radius: 50%; background: var(--rabbit-coal-50, #f6f7f8); color: var(--rabbit-primary-text, #2f61eb); }
.rabbit-component__votes-mark svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.rabbit-component__vote { position: relative; overflow: hidden; border: 0; border-radius: 0; padding: 5px 0 2px; transition: opacity .18s ease; }
.rabbit-component__vote:hover { transform: none; }
.rabbit-component__vote-heading { display: grid; min-width: 0; gap: 7px; }
.rabbit-component__vote-meta { display: flex; min-width: 0; align-items: center; justify-content: space-between; gap: 10px; }
.rabbit-component__vote-meta > span { flex: none; border-radius: 4px; background: var(--rabbit-coal-50, #f6f7f8); color: var(--rabbit-coal-500, #566977); padding: 3px 6px; font-size: 9px; font-weight: 400; line-height: 1.2; text-transform: uppercase; }
.rabbit-component__vote-heading a { display: -webkit-box; min-width: 0; min-height: calc(1.45em * 2); overflow: hidden; color: var(--rabbit-coal-900, #20242b); font-size: 14px; font-weight: 400; line-height: 1.45; overflow-wrap: anywhere; white-space: normal; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.rabbit-component--votes.is-standard .rabbit-component__vote-heading a { min-height: calc(1.45em * 3); -webkit-line-clamp: 3; }
.rabbit-component__vote-total { margin: 0; color: var(--rabbit-coal-400, #566977); font-size: 10px; white-space: nowrap; }
.rabbit-component__vote-options { gap: 7px; margin-top: 12px; }
.rabbit-component__vote-option { position: relative; z-index: 0; overflow: hidden; min-height: 39px; border: 1px solid var(--rabbit-coal-75, #f0f1f3); border-radius: 6px; background: #fff; padding: 7px 9px; transition: border-color .18s ease, background-color .18s ease, color .18s ease; }
.rabbit-component__vote-option::before { position: absolute; z-index: -1; inset: 0 auto 0 0; width: var(--rabbit-vote-progress, 0%); background: color-mix(in srgb, var(--rabbit-primary, #376bfb) 6%, white); content: ''; transition: width .25s ease; }
.rabbit-component__vote-option:hover:not(:disabled) { border-color: color-mix(in srgb, var(--rabbit-primary, #376bfb) 32%, white); background: #fff; color: var(--rabbit-coal-900, #20242b); }
.rabbit-component__vote-option[data-state="selected"] { border-color: color-mix(in srgb, var(--rabbit-primary, #376bfb) 58%, white); background: #fff; color: var(--rabbit-primary-text, #2f61eb); }
.rabbit-component__vote-option .rabbit-component__vote-radio { width: 14px; min-width: 14px; height: 14px; flex: none; overflow: visible; border: 1px solid var(--rabbit-coal-200, #d5d8de); border-radius: 50%; background: #fff; box-shadow: inset 0 0 0 3px #fff; }
.rabbit-component__vote-option[data-state="selected"] .rabbit-component__vote-radio { border-color: var(--rabbit-primary, #376bfb); background: var(--rabbit-primary, #376bfb); }
.rabbit-component__vote-label { min-width: 0; flex: 1; overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.rabbit-component__vote-option small { display: flex; flex: none; color: var(--rabbit-coal-400, #566977); font-size: 10px; }
.rabbit-component__vote-option > img { width: 30px; height: 30px; }
.rabbit-component__vote-open { margin-top: 8px; font-size: 11px; }
.rabbit-component--votes.is-standard .rabbit-component__vote-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.rabbit-component--votes.is-standard .rabbit-component__vote:first-child { grid-column: auto; }
.rabbit-component--votes.is-standard .rabbit-component__vote-option { min-height: 44px; }
.rabbit-component--votes.is-compact .rabbit-component__vote { padding: 5px 0 2px; }
.rabbit-component--votes.is-compact .rabbit-component__votes-header > p { display: none; }

.rabbit-component__reward { align-items: flex-start; }
.rabbit-component__reward-icon { margin-top: 1px; }
.rabbit-component__category-list { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.rabbit-component__category { align-items: flex-start; background: var(--rabbit-coal-50, #f6f7f8); padding: 12px; }
.rabbit-component__category:hover { background: var(--rabbit-coal-75, #f0f1f3); }
.rabbit-component__category-label { display: flex; min-width: 0; flex: 1; align-items: center; gap: 7px; }
.rabbit-component__category-label .rabbit-component__name { flex: 0 1 auto; }
.rabbit-component__count { display: inline-grid; min-width: 22px; height: 22px; flex: none; place-items: center; border-radius: 999px; background: var(--rabbit-coal-100, #e3e6e9); color: var(--rabbit-coal-500, #566977); padding: 0 6px; font-size: 11px; }
.rabbit-component--categories.is-compact .rabbit-component__category { align-items: center; background: transparent; padding: 8px; }
.rabbit-component--categories.is-compact .rabbit-component__category:hover { background: var(--rabbit-coal-50, #f6f7f8); }
.rabbit-component--categories.is-compact .rabbit-component__category-icon { display: none; }
.rabbit-component--categories.is-compact .rabbit-component__count { min-width: 20px; height: 20px; }
.rabbit-component--events.is-standard .rabbit-component__event { background: var(--rabbit-coal-50, #f6f7f8); padding: 12px; }
.rabbit-component--events.is-standard .rabbit-component__event:hover { background: var(--rabbit-coal-75, #f0f1f3); }

@container (max-width: 520px) {
	.rabbit-legacy__latest-grid,
	.rabbit-legacy__community-grid,
	.rabbit-legacy__hashtag-grid,
	.rabbit-legacy__marketplace-grid,
	.rabbit-component__standard-grid,
	.rabbit-component--votes.is-standard .rabbit-component__vote-list,
	.rabbit-component__category-list { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 781px) {
	.rabbit-legacy__latest-grid,
	.rabbit-legacy__community-grid,
	.rabbit-legacy__hashtag-grid,
	.rabbit-legacy__marketplace-grid,
	.rabbit-component--votes.is-standard .rabbit-component__vote-list,
	.rabbit-component__category-list { grid-template-columns: minmax(0, 1fr); }
}

/* Shared plugin-owned empty states remain useful when the Lottie player is unavailable. */
.rabbit-hole.rabbit-empty-state,
.rabbit-hole .rabbit-empty-state {
	display: flex;
	width: 100%;
	min-width: 0;
	grid-column: 1 / -1;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 18px 12px 20px;
	color: var(--rabbit-coal-500, #566977);
	text-align: center;
}
.rabbit-hole.rabbit-empty-state.is-compact,
.rabbit-hole .rabbit-empty-state.is-compact { padding: 10px 8px 12px; }
.rabbit-hole .rabbit-empty-state__visual {
	display: grid;
	width: 144px;
	height: 144px;
	flex: none;
	place-items: center;
}
.rabbit-hole.rabbit-empty-state.is-compact .rabbit-empty-state__visual,
.rabbit-hole .rabbit-empty-state.is-compact .rabbit-empty-state__visual { width: 144px; height: 144px; }
.rabbit-hole .rabbit-empty-state__animation { display: block; width: 100%; height: 100%; }
.rabbit-hole .rabbit-empty-state__animation:not(:defined) { display: none; }
.rabbit-hole .rabbit-empty-state__fallback {
	display: grid;
	width: 58px;
	height: 58px;
	place-items: center;
	border-radius: 50%;
	background: var(--rabbit-coal-50, #f6f7f8);
	color: var(--rabbit-coal-400, #566977);
}
.rabbit-hole.rabbit-empty-state.is-compact .rabbit-empty-state__fallback,
.rabbit-hole .rabbit-empty-state.is-compact .rabbit-empty-state__fallback { width: 48px; height: 48px; }
.rabbit-hole .rabbit-empty-state__animation:defined + .rabbit-empty-state__fallback { display: none; }
.rabbit-hole .rabbit-empty-state__fallback svg { width: 28px; height: 28px; }
.rabbit-hole.rabbit-empty-state.is-compact .rabbit-empty-state__fallback svg,
.rabbit-hole .rabbit-empty-state.is-compact .rabbit-empty-state__fallback svg { width: 23px; height: 23px; }
.rabbit-hole .rabbit-empty-state__copy { display: flex; max-width: 420px; flex-direction: column; align-items: center; gap: 3px; }
.rabbit-hole .rabbit-empty-state__copy strong { color: var(--rabbit-coal-800, #363c45); font-size: 14px; font-weight: 400; line-height: 1.45; }
.rabbit-hole .rabbit-empty-state__copy > span { color: var(--rabbit-coal-400, #566977); font-size: 13px; font-style: italic; line-height: 1.5; }
.rabbit-hole.rabbit-empty-state.is-compact .rabbit-empty-state__copy > span,
.rabbit-hole .rabbit-empty-state.is-compact .rabbit-empty-state__copy > span { max-width: 250px; font-size: 12px; }

/* Upcoming Birthdays uses a light agenda on pages and dense rows in sidebars. */
.rabbit-component__birthday-list { min-width: 0; }
.rabbit-component__birthday {
	position: relative;
	align-items: center;
	border: 1px solid var(--rabbit-coal-75, #f0f1f3);
	background: #fff;
	padding: 10px;
}
.rabbit-component__birthday:hover { border-color: var(--rabbit-coal-100, #e3e6e9); }
.rabbit-component__birthday-date {
	display: flex;
	width: 48px;
	height: 50px;
	flex: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background: #eef5ff;
	color: #376b9b;
	line-height: 1;
}
.rabbit-component__birthday-date strong { font-size: 17px; font-weight: 500; }
.rabbit-component__birthday-date span { margin-top: 4px; font-size: 10px; }
.rabbit-component__birthday[data-birthday-tone="1"] .rabbit-component__birthday-date { background: #eef8f2; color: #28765c; }
.rabbit-component__birthday[data-birthday-tone="2"] .rabbit-component__birthday-date { background: #fff5e7; color: #97621e; }
.rabbit-component__birthday[data-birthday-tone="3"] .rabbit-component__birthday-date { background: #f8eef5; color: #8a4d75; }
.rabbit-component__birthday .rabbit-component__avatar { width: 40px; height: 40px; }
.rabbit-component__birthday .rabbit-component__copy { min-width: 0; }
.rabbit-component__birthday-wish {
	display: grid;
	width: 32px;
	height: 32px;
	flex: none;
	place-items: center;
	border: 0;
	border-radius: 50%;
	background: var(--rabbit-coal-50, #f6f7f8);
	color: var(--rabbit-coal-500, #566977);
	cursor: pointer;
	transition: background-color .18s ease, color .18s ease;
}
.rabbit-component__birthday-wish:hover { background: var(--rabbit-coal-75, #f0f1f3); color: var(--rabbit-primary-text, #2f61eb); }
.rabbit-component__birthday-wish:active { background: var(--rabbit-coal-90, #eceef1); }
.rabbit-component__birthday-wish:focus-visible { outline: 2px solid var(--rabbit-primary, #376bfb); outline-offset: 2px; }
.rabbit-component__birthday-wish svg { width: 17px; height: 17px; }
.rabbit-component--birthdays.is-compact .rabbit-component__birthday-list { display: block; }
.rabbit-component--birthdays.is-compact .rabbit-component__birthday {
	gap: 9px;
	border-width: 0 0 1px;
	border-radius: 0;
	padding: 9px 0;
}
.rabbit-component--birthdays.is-compact .rabbit-component__birthday:last-child { border-bottom: 0; }
.rabbit-component--birthdays.is-compact .rabbit-component__birthday-date { width: 38px; height: 40px; border-radius: 7px; }
.rabbit-component--birthdays.is-compact .rabbit-component__birthday-date strong { font-size: 14px; }
.rabbit-component--birthdays.is-compact .rabbit-component__birthday-date span { font-size: 9px; }
.rabbit-component--birthdays.is-compact .rabbit-component__avatar { width: 36px; height: 36px; }
.rabbit-component--birthdays.is-compact .rabbit-component__birthday-wish { width: 30px; height: 30px; }

/* Adaptive mobile social discovery, hidden when the desktop sidebar is present. */
.rabbit-mobile-discovery-rail {
	display: none;
	min-width: 0;
	border: 1px solid var(--rabbit-coal-75, #edf2f5);
	border-radius: 8px;
	background: #fff;
	padding: 14px;
}
.rabbit-mobile-discovery-rail__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 11px;
}
.rabbit-mobile-discovery-rail__header h2 {
	margin: 0;
	color: var(--rabbit-coal-900, #232e36);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.35;
}
.rabbit-mobile-discovery-rail__header a {
	flex: none;
	color: var(--rabbit-primary-text, #2f61eb);
	font-size: 12px;
	font-weight: 400;
	text-decoration: none;
}
.rabbit-mobile-discovery-rail__track {
	display: flex;
	min-width: 0;
	gap: 8px;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	padding-bottom: 2px;
	scroll-snap-type: x proximity;
	scrollbar-width: none;
}
.rabbit-mobile-discovery-rail__track::-webkit-scrollbar { display: none; }
.rabbit-mobile-discovery-rail__item {
	display: flex;
	width: min(78vw, 270px);
	min-height: 66px;
	flex: 0 0 auto;
	align-items: center;
	gap: 10px;
	border: 1px solid var(--rabbit-coal-75, #edf2f5);
	border-radius: 8px;
	background: var(--rabbit-coal-50, #f5f8fa);
	padding: 9px;
	color: inherit;
	text-decoration: none;
	scroll-snap-align: start;
	transition: border-color .16s ease, background-color .16s ease;
}
.rabbit-mobile-discovery-rail__item:hover,
.rabbit-mobile-discovery-rail__item:focus-visible {
	border-color: rgb(55 107 251 / .24);
	background: #fff;
	outline: none;
	text-decoration: none;
}
.rabbit-mobile-discovery-rail__item:focus-visible { box-shadow: inset 0 0 0 2px rgb(55 107 251 / .16); }
.rabbit-mobile-discovery-rail__image {
	display: block;
	width: 44px;
	height: 44px;
	flex: none;
	border-radius: 7px;
	object-fit: cover;
}
.rabbit-mobile-discovery-rail__image.is-avatar { border-radius: 50%; }
.rabbit-mobile-discovery-rail__copy { display: block; min-width: 0; }
.rabbit-mobile-discovery-rail__label {
	display: block;
	margin-bottom: 2px;
	color: var(--rabbit-primary-text, #2f61eb);
	font-size: 10px;
	font-weight: 500;
	line-height: 1.2;
}
.rabbit-mobile-discovery-rail__label.is-activity { color: #28765c; }
.rabbit-mobile-discovery-rail__label.is-community { color: #8a4d75; }
.rabbit-mobile-discovery-rail__title {
	display: -webkit-box;
	overflow: hidden;
	color: var(--rabbit-coal-800, #41525f);
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
@media (max-width: 1249px) {
	.rabbit-mobile-discovery-rail { display: block; }
}

@media (prefers-reduced-motion: reduce) {
	.rabbit-hole .rabbit-empty-state__animation { display: none !important; }
	.rabbit-hole .rabbit-empty-state__fallback { display: grid !important; }
	.rabbit-mobile-discovery-rail__item { transition: none; }
}
