.elv-possum-pic + .supporters-avatar {
	display: none;
	position: absolute;
	width: 5vw;
	height: auto;
	margin: 0;
}
@media (min-width: 41.875em) {
	/* 670px */
	.elv-possum-pic + .supporters-avatar {
		display: block;
		top: 0.8625rem;
		right: 1.8875rem;
		width: 2.9rem;
		object-fit: cover;
		height: 3.8em;
		transform: rotate(5.2deg);
		border: 2px solid #352a24;
	}
}
.elv-header-default .elv-possum-pic + .supporters-avatar {
	display: none;
}

/* Inline list of support avatars */
.is-eleventy-supporter .facepile-supporters img {
	filter: grayscale(1);
}
.is-eleventy-supporter .facepile-supporters .supporters-active {
	opacity: 1;
	position: relative;
	z-index: 2;
}
.is-eleventy-supporter .facepile-supporters .supporters-active img {
	filter: grayscale(0);
}
/* Supporters Header */
.supporters-hed {
	border: none;
	border-top: 1px solid #ddd;
	text-align: center;
	flex-basis: 100%;
	margin-top: 6.666666666667em; /* 100px /15 */
	padding-top: 2em;
	margin-bottom: 1em;
}
/* Gold supporters */
.supporters-gold {
	--fl-gap-h: 2em;
	--fl-stackpoint: 34.375em;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.supporters-gold .lo-grid > * {
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-direction: column;
}
.supporters-gold a[href] {
	display: flex;
	justify-content: center;
}
.supporters-gold-nordhealth {
	flex-grow: 1.8;
}
.supporters-gold-cloudcannon {
	flex-grow: 1.7;
	margin: 0 auto;
	max-width: 28em;
}
.supporters-gold-cloudcannon svg {
	background-color: #034ad8;
	color: #fff;
	padding: 1.25em;
	border-radius: 0.5em;
}

.supporters-gold-transloadit svg {
	color: #0d1419;
}
@media (prefers-color-scheme: dark) {
	.supporters-gold-transloadit svg {
		color: #fff;
	}
}
@media (min-width: 55em) {
	/* 880px */
	.supporters-gold-nordhealth {
		flex-grow: 1.3;
	}
}

.supporters-gold .lo-grid {
	--lo-c-minwidth: 8em;
	--fl-gap-v: 2em;
	--fl-gap-h: 3em;
	max-width: 40em;
	margin: 0 auto;
}
.supporters-gold .logo,
.supporters-gold svg {
	width: 100%;
	margin: 0;
}
.supporters-gold .avatar {
	max-width: 75px;
	max-height: 75px;
}
.supporters-gold .subhed {
	text-align: center;
	margin-top: 2em;
	margin-bottom: 1em;
}
.supporters-gold + .facepile-supporters {
	margin-top: 0;
}
.cls-1{fill:#3559c7;}.cls-2{fill:currentColor;}
text-throbber,
is-land--text-throbber {
	display: block;
	line-height: 1.2;
	font-family: Roboto Mono, Consolas, Monaco, Andale Mono, Ubuntu Mono,
		monospace;
	-ms-word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: manual;
	-moz-hyphens: manual;
	hyphens: manual;
}
.wfhjjjuq-{display:block}.wfhjjjuq- table{width:100%;margin-bottom:0}.wfhjjjuq- th{text-transform:none}.wfhjjjuq- td{border-color:transparent}.wfhjjjuq- tr:first-child td{border-top:none}.wfhjjjuq- tr:last-child td{border-bottom:none}.wfhjjjuq- td:last-child{width:100%}
.wfhjjjuq-[variant="home"]{padding:1rem;background-color:#272822;color:#fff;border-radius:.3em;padding-block:.5em;margin-block:.5em}.wfhjjjuq-[variant="home"] thead th{color:#ccc}.wfhjjjuq-[variant="home"] thead th{border-color:#555}@media (prefers-color-scheme:dark){.wfhjjjuq-[variant="home"]{background-color:#000}}
.logos-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	list-style: none;
	margin: .5em 0 1em;
	padding: .75em;
	border: 1px solid #ddd;
	border-radius: .5em;
	gap: 1em;
}

/* List items */
.logos-list li {
	padding: 0;
	white-space: nowrap;
}
.logos-list-more {
	font-style: italic;
}
@media (max-width: 62.4375em) { /* 999px */
	.logos-list li:nth-child(n+18):not(.logos-list-more) {
		display: none;
	}
}

/* Header */
.logos-list-hed {
	display: none;
	text-align: center;
	flex-basis: 100%;
	margin-bottom: 1em;
}
logo-cloud[showtag] .logos-list-hed {
	display: initial;
}

.logos-list .avatar {
	width: 1.6em;
	height: 1.6em;
	margin-right: .5em;
	opacity: .9;
	object-fit: contain;
}
.logos-list .avatar-tall {
	aspect-ratio: 8 / 10;
	width: auto;
}
/* Featured sites */
.facepile {
	margin-top: 2em;
	margin-bottom: 3em;
	line-height: 2;
	padding: 0 0 0 25px;
}
.facepile > a {
	display: inline-block;
	margin-left: -25px;
	transition: opacity 0.3s;
	opacity: 0.9;
}
.facepile > a:focus,
.facepile > a:hover {
	opacity: 1;
	position: relative;
	z-index: 1;
}
.facepile .avatar {
	width: 30px;
	height: 30px;
	width: calc(30px + 5vw);
	height: calc(30px + 5vw);
	max-width: 60px;
	max-height: 60px;
	margin-bottom: 6px;
	color: #fff;
	border: 2px solid;
	transition: border 0.3s;
	object-fit: cover;
}
@media (prefers-color-scheme: dark) {
	.facepile .avatar {
		color: #222;
	}
}
.facepile-supporters .avatar {
	width: calc(30px + 2vw);
	height: calc(30px + 2vw);
}
.facepile > a:after {
	content: "";
	position: absolute;
	border-radius: 50%;
	z-index: -1;
	pointer-events: none;
	opacity: 0;
}
.facepile > a:focus:after,
.facepile > a:hover:after {
	left: -24px; /* Right - 4px */
	right: -20px;
	top: -24px; /* Right - 4px */
	bottom: -20px;
	opacity: 0.6;
	background-color: currentColor;
	background-image: linear-gradient(
		238deg,
		#ff0000,
		#ff8000,
		#ffff00,
		#80ff00,
		#00ff00,
		#00ff80,
		#00ffff,
		#0080ff,
		#0000ff,
		#8000ff,
		#ff0080
	);
	background-size: 1200% 1200%;
	background-position: 0 80%;
}
.facepile > a:nth-child(11n + 1):focus:after,
.facepile > a:nth-child(11n + 1):hover:after {
	background-position: 0% 80%;
}
.facepile > a:nth-child(11n + 2):focus:after,
.facepile > a:nth-child(11n + 2):hover:after {
	background-position: 9% 80%;
}
.facepile > a:nth-child(11n + 3):focus:after,
.facepile > a:nth-child(11n + 3):hover:after {
	background-position: 18% 80%;
}
.facepile > a:nth-child(11n + 4):focus:after,
.facepile > a:nth-child(11n + 4):hover:after {
	background-position: 27% 80%;
}
.facepile > a:nth-child(11n + 5):focus:after,
.facepile > a:nth-child(11n + 5):hover:after {
	background-position: 36% 80%;
}
.facepile > a:nth-child(11n + 6):focus:after,
.facepile > a:nth-child(11n + 6):hover:after {
	background-position: 45% 80%;
}
.facepile > a:nth-child(11n + 7):focus:after,
.facepile > a:nth-child(11n + 7):hover:after {
	background-position: 54% 80%;
}
.facepile > a:nth-child(11n + 8):focus:after,
.facepile > a:nth-child(11n + 8):hover:after {
	background-position: 63% 80%;
}
.facepile > a:nth-child(11n + 9):focus:after,
.facepile > a:nth-child(11n + 9):hover:after {
	background-position: 72% 80%;
}
.facepile > a:nth-child(11n + 10):focus:after,
.facepile > a:nth-child(11n + 10):hover:after {
	background-position: 81% 80%;
}
.facepile > a:nth-child(11n + 11):focus:after,
.facepile > a:nth-child(11n + 11):hover:after {
	background-position: 90% 80%;
}

.facepile-fake .avatar {
	background-color: #eee;
}

/* Filter out gold sponsors when the giant logos are adjacent (in the footer, everywhere but the home page) */
.facepile-supporters [data-supporters-tier="gold-sponsor"] {
	display: none;
}
[show-gold-sponsors]
	.facepile-supporters
	[data-supporters-tier="gold-sponsor"] {
	display: inline-block;
}
/* Buzzwords */
@keyframes rainbow {
	0% {
		background-position: 0% 50%;
	}
	100% {
		background-position: 100% 50%;
	}
}
.buzzword-list,
.inlinelist {
	padding: 0;
}
.inlinelist:first-child:last-child {
	margin: 0;
}
.buzzword,
.buzzword-list li,
.inlinelist .inlinelist-item {
	display: inline;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	font-size: 116%;
	white-space: normal;
	padding: 0.2em 0.5em;
	margin: 4px 4px 4px 0;
	transition: 0.15s linear outline;
}
/* .inlinelist .inlinelist-item:has(> a) {
	padding: 0;
}
.inlinelist .inlinelist-item:has(> a) > a {
	padding: .2em .5em;
} */

.inlinelist .inlinelist-item.active {
	background-color: #222;
	color: #fff;
	font-weight: inherit;
}
.inlinelist .inlinelist-item.active :link,
.inlinelist .inlinelist-item.active :visited {
	color: #fff;
}
.inlinelist .inlinelist-item code {
	background-color: transparent;
	font-size: 80%;
	margin-left: 6px;
	padding-left: 6px;
	display: inline-block;
	position: relative;
}
@media (max-width: 26.8125em) {
	/* 429px */
	.inlinelist .inlinelist-item {
		overflow: hidden;
	}
	.inlinelist .inlinelist-item code {
		float: right;
		line-height: 1.75;
	}
}
@media (min-width: 26.875em) {
	/* 430px */
	.inlinelist .inlinelist-item code {
		float: none;
	}
	.inlinelist .inlinelist-item code:before {
		content: " ";
		border-left: 1px solid rgba(255, 255, 255, 0.8);
		position: absolute;
		left: -2px;
		top: -2px;
		bottom: 2px;
	}
	@media (prefers-color-scheme: dark) {
		.inlinelist .inlinelist-item code:before {
			border-left-color: rgba(0, 0, 0, 0.8);
		}
	}
}
a.buzzword {
	text-decoration: underline;
	font-size: inherit;
}
.buzzword-list a,
.inlinelist a {
	text-decoration: none;
}
.inlinelist .inlinelist-item {
	font-size: 100%;
	line-height: 2;
}
@supports not (-webkit-box-decoration-break: clone) {
	.buzzword,
	.buzzword-list li,
	.inlinelist .inlinelist-item {
		display: inline-block;
	}
}
.buzzword-list li,
.buzzword {
	background-color: #f7f7f7;
}
@media (prefers-color-scheme: dark) {
	.buzzword-list li,
	.buzzword {
		background-color: #080808;
	}
}
.inlinelist .inlinelist-item {
	background-color: #e9e9e9;
}
@media (prefers-color-scheme: dark) {
	.inlinelist .inlinelist-item {
		background-color: #000;
	}
	.inlinelist .inlinelist-item a {
		color: #fff;
	}
	.inlinelist .inlinelist-item code {
		color: inherit;
	}
}
/* .inlinelist .inlinelist-item:has(> a):hover, */
.inlinelist .inlinelist-item:hover,
.inlinelist .inlinelist-item:focus,
.buzzword-list li:hover,
.buzzword-list li:focus,
.buzzword:hover,
.buzzword:focus,
.rainbow-active:hover,
.rainbow-active:focus {
	position: relative;
	background-image: linear-gradient(
		238deg,
		#ff0000,
		#ff8000,
		#ffff00,
		#80ff00,
		#00ff00,
		#00ff80,
		#00ffff,
		#0080ff,
		#0000ff,
		#8000ff,
		#ff0080
	);
	background-size: 1200% 1200%;
	background-position: 2% 80%;
	color: #fff;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.9);
	animation: rainbow 4s ease-out alternate infinite;
}
.inlinelist .inlinelist-item.inert,
.inlinelist .inlinelist-item.inert:hover,
.inlinelist .inlinelist-item.inert:focus {
	background-color: transparent;
	background-image: none;
	color: inherit;
	text-shadow: none;
}

.rainbow-active-noanim {
	animation: none !important;
}
.inlinelist .inlinelist-item:hover a,
.inlinelist .inlinelist-item:focus a,
.buzzword-list li:hover a,
.buzzword-list li:focus a,
a.buzzword:hover,
a.buzzword:focus,
a.rainbow-active:hover,
a.rainbow-active:focus {
	color: #fff;
	text-decoration: none;
}
@media (prefers-reduced-motion: reduce) {
	.inlinelist .inlinelist-item:hover,
	.inlinelist .inlinelist-item:focus,
	.buzzword-list li:hover,
	.buzzword-list li:focus,
	.buzzword:hover,
	.buzzword:focus,
	.rainbow-active:hover,
	.rainbow-active:focus {
		animation: none;
	}
}

.buzzword-list li:hover:after,
.buzzword-list li:focus:after,
.buzzword:hover:after,
.buzzword:focus:after {
	font-family: system-ui, -apple-system, sans-serif;
	content: "Buzzword alert!!!";
	position: absolute;
	left: 0;
	top: 0;
	max-width: 8em;
	color: #f00;
	font-weight: 700;
	text-transform: uppercase;
	transform: rotate(-10deg) translate(-25%, -125%);
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
	line-height: 1.2;
	pointer-events: none;
}
main h2 .buzzword,
main h3 .buzzword,
main p .buzzword {
	font-size: inherit;
	margin: 0;
	line-height: 1.444444444444; /* 26px /18 */
}
main h2 a.buzzword,
main h3 a.buzzword,
main p a.buzzword {
	text-decoration: underline;
}

/* Small viewport */
@media (max-width: 26.8125em) {
	/* 429px */
	.inlinelist .inlinelist-item {
		display: block;
		width: auto;
		padding: 0;
		line-height: 1.4;
	}
	.inlinelist .inlinelist-item > a {
		display: block;
		padding: 0.2em 0.5em;
	}
}
@media (min-width: 26.875em) {
	/* 430px */
	.inlinelist .inlinelist-item > a {
		display: inline-block;
		white-space: nowrap;
	}
}

.numberflag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #dff7ff;
	border-radius: 50%;
	width: 1.75em;
	height: 1.75em;
	font-weight: 600;
}
@media (prefers-color-scheme: dark) {
	.numberflag {
		background-color: #00bcd4;
		color: #222;
	}
}
h1 .numberflag,
h2 .numberflag,
h3 .numberflag,
h4 .numberflag,
h5 .numberflag {
	width: 1.25em;
	height: 1.25em;
}
h2 .numberflag {
	position: relative;
	margin-right: 0.25em; /* 10px /40 */
}
h2 .numberflag:after {
	content: " ";
	position: absolute;
	bottom: -1px;
	left: 0;
	height: 1px;
	background-color: #fff;
	width: calc(100% + 0.4em); /* 16px /40 */
}
@media (prefers-color-scheme: dark) {
	h2 .numberflag:after {
		background-color: #222;
	}
}

/* Super featured list on home page */
.list-superfeatured .avatar {
	width: calc(30px + 5vw);
	height: calc(30px + 5vw);
	max-width: 60px;
	max-height: 60px;
	margin-left: 0;
}
@media (max-width: 26.8125em) {
	/* 429px */
	.list-superfeatured .inlinelist-item > a {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}
@media (min-width: 26.875em) {
	/* 430px */
	.list-superfeatured .inlinelist-item {
		font-size: 110%;
	}
}

/* Only top level */
.inlinelist-no-nest ul,
.inlinelist-no-nest ol {
	display: none;
}

/* Small list */
.inlinelist-sm {
	font-size: 0.6666666666667em; /* 12px /18 */
}
.inlinelist-sm .inlinelist-item {
	font-family: system-ui, -apple-system, sans-serif;
	font-weight: 600;
}
.why-are-you-doing-this a.btn-primary{margin-top:1.5em;border-width:.3em}@media (prefers-color-scheme:dark){.why-are-you-doing-this a.btn-primary,.why-are-you-doing-this a.btn-primary[href],.why-are-you-doing-this a.btn-primary:visited{background-color:#fff;color:#222;border-color:#ccc}}.why-are-you-doing-this a.btn-primary:hover{transition:all .3s;transform:scale(1.05)}@media (prefers-reduced-motion:reduce){.why-are-you-doing-this a.btn-primary:hover{transition:none;transform:none}}@media (min-width:55em) and (min-height:59.375em){html:not(:has(:focus-visible)) .why-are-you-doing-this{display:block;position:sticky;top:10px;left:0;right:0;z-index:10}html:not(:has(:focus-visible)) .why-are-you-doing-this .btn-primary{background-color:#fff}}
.wo2ref_5f{display:none;max-width:none}@media (min-width:50em){.wo2ref_5f{display:block;text-align:center;margin-top:.25em;font-size:.75em}}
.sites--reverse a {
	display: flex;
	flex-direction: column-reverse;
}

.sites-lo-footer {
	margin-bottom: 2em;
}
.sites-perf-si {
	display: none;
}
.sites-lo > .site-top .sites-perf-si {
	display: block;
}
.sites-screenshot {
	display: block;
	border: 1px solid #ccc;
	border-radius: 0.4em;
	margin: 0.5em 0;
	width: 100%;
	height: auto;
}
.sites-icon-auto.sites-icon-auto.sites-icon-auto {
	width: 23.4375em; /* 375px /16 */
	height: auto;
	padding: 2.5em;
}
.sites-site-official .sites-screenshot {
	border-color: #666;
}
@media (min-width: 30em) {
	/* 480px */
	.site-top {
		display: flex;
	}
	.site-top > .sites-data-container {
		flex-basis: 70%;
	}
	.site-top > .sites-screenshot-container {
		flex-basis: 30%;
		min-width: 9em;
		margin-top: 0;
		margin-left: 1em;
	}
}

.sites-perf-rank-same,
.sites-perf-rank-new,
.sites-perf-rank-pos,
.sites-perf-rank-neg {
	margin-left: 0.5em;
	font-style: normal;
}
.sites-perf-rank-same {
	color: #d23ed2;
	font-weight: 900;
}
.sites-perf-rank-same:before {
	content: "↔";
	line-height: 1;
}
.sites-perf-rank-new {
	font-style: italic;
	color: #e60074;
}
.sites-perf-rank-pos {
	color: green;
}
.sites-perf-rank-pos:before {
	content: "⬆";
	line-height: 1;
}
.sites-perf-rank-neg {
	color: darkred;
}
.sites-perf-rank-neg:before {
	content: "⬇";
	line-height: 1;
}

.sites-vert {
	margin-top: 2em;
	margin-bottom: 2em;
}
.elv-callout .sites-vert {
	margin-top: 1em;
	margin-bottom: 0;
}
.sites-vert .sites-screenshot {
	margin-top: 4px;
	margin-bottom: 4px;
}
.sites-vert .avatar {
	margin-right: 3px;
	margin-left: 0;
	width: 1em;
	height: 1em;
	object-fit: contain;
}
.sites-vert > .lo-grid {
	--fl-gap-h: 1rem;
	--fl-gap-v: 1rem;
	--lo-c-minwidth: 10em;
	--lo-grid-repeat: auto-fill;
}
.sites-vert--md > .lo-grid,
.sites-vert--lg > .lo-grid {
	--lo-c-minwidth: 7em;
}

@media (min-width: 28.125em) {
	/* 450px /16 */
	.sites-vert--md > .lo-grid {
		--lo-c-minwidth: 8.5em; /* 136px /16 */
	}
	.sites-vert--lg > .lo-grid {
		--lo-c-minwidth: 10em; /* 160px /16 */
	}
}

.sites-site-name {
	display: block;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 0.8888888888889em; /* 16px /18 */
}
.sites-site-name--nowrap {
	display: block;
	font-size: 0.7777777777778em; /* 14px /18 */
}
.sites-site-description {
	display: none;
	margin: 0.6428571428571em 0; /* 9px /14 */
	font-size: 0.7777777777778em; /* 14px /18 */
}
.sites-vert--md .sites-site-description,
.sites-vert--lg .sites-site-description {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	width: 100%;
}
.sites-site-vert a:focus .sites-screenshot,
.sites-site-vert a:hover .sites-screenshot {
	--shadow-color: rgba(234, 0, 255, 0.747);
	box-shadow: 0 0 0 4px var(--shadow-color);
}

.sites-site-vert > a {
	text-decoration: none;
}
.sites-site-vert speedlify-score {
	justify-content: center;
}

.sites-site-vert {
	position: relative;
}
.sites-site-vert .sites-site-lighthouse {
	font-size: 0.6666666666667em; /* 12px /18 */
	transform: translateY(-100%);
	position: absolute;
	right: 1px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 1.4em 0 0.4em 0;
	background: rgba(255, 255, 255, 0.9);
	font-weight: 600;
	padding: 4px;
}
.sites-site-vert .sites-site-lighthouse .speedlify-score {
	background-color: #fff;
}

@media (prefers-color-scheme: dark) {
	.sites-site-vert .sites-site-lighthouse {
		background: rgba(0, 0, 0, 0.85);
	}
}

@supports (aspect-ratio: 1 / 1) {
	.img-gallery {
		--shadow-color: rgba(234, 0, 255, 0.747);
		display: flex;
		flex-direction: column;
		justify-content: center;
		aspect-ratio: 1 / 2;
		border-radius: 0.4em;
		border: 2px solid #ccc;
		margin-bottom: 0.3em;
		padding: 0.5em;
	}
	.img-gallery .sites-screenshot {
		border: none;
	}
	.sites-site-vert a:hover .img-gallery {
		box-shadow: 0 0 0 4px var(--shadow-color);
	}
	.sites-site-vert a:hover .img-gallery .sites-screenshot {
		box-shadow: none;
	}
}

/* Centered */
.sites--center {
	text-align: center;
}

/* Tags */
.sites-tag {
	--tag-text: #000;
	--tag-bg: #dff7ff;
	font-size: 0.6666666666667em; /* 12px /18 */
	line-height: 1.5;
	display: inline-block;
	padding: 0 0.75em;
	border-radius: 0.75em;
	background: var(--tag-bg);
	color: var(--tag-text);
}
@media (prefers-color-scheme: dark) {
	.sites-tag {
		--tag-text: #dff7ff;
		--tag-bg: #000;
	}
}

/* Featured partner */
.sites-featured {
	grid-column: 1/3;
}
.sites-featured .sites-screenshot {
	aspect-ratio: 10/4.81;
	object-fit: cover;
	object-position: top;
}
.sites-featured .sites-site-name {
	font-weight: 700;
}
.sites-vert:not(:has(.sites-featured)) .sites-site-name {
	font-weight: 700;
}
.sites-vert:has(.sites-featured)
	.sites-site-vert:not(.sites-featured)
	.avatar-indieweb {
	display: none;
}

/* Host /generator icons on author pages on screenshots */
.sites-screenshot-container-icons {
	display: flex;
	gap: 0.25em;
	justify-content: space-between;
	margin-top: -0.5em;
	padding: 0.25em;
}
.sites-screenshot-container-icons img {
	margin: 0;
	max-width: 1em;
}
.emoji {
	line-height: 1;
}
/* Testimonials */
.testimonials-layout.fl {
	--fl-gap-h: 2em;
	--fl-gap-v: 2em;
}
.testimonials-layout.fl > * {
	flex-basis: 25em; /* 400px /16 */
}
.testimonials blockquote,
.testimonials blockquote > p:first-child:last-child {
	margin: 0;
}