.carbon-cover,
.carbon-cover .carbon-logo,
.carbon-cover .carbon-main,
.carbon-cover > a:first-child {
	display: -webkit-box;
	display: -ms-flexbox;
}
.carbon-cover,
.carbon-cover .carbon-logo,
.carbon-cover .carbon-main,
.carbon-cover .carbon-text {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
}
.carbon-cover * {
	margin: initial;
	padding: initial;
	line-height: initial;
}
.carbon-cover button {
	margin: 0;
	padding: 0;
	border: none;
	outline: 0;
	background: 0 0;
	color: inherit;
	font: inherit;
	cursor: pointer;
}
.carbon-cover .carbon-visually-hidden {
	clip: rect(0 0 0 0);
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	border: 0;
	white-space: nowrap;
}
.carbon-cover {
	--carbon-font-family: system-ui;
	--carbon-font-size: 14px;
	--carbon-shadow:
		0 0 1px hsl(0deg 0% 0% / 0.085), 0 0 2px hsl(0deg 0% 0% / 0.085),
		0 0 4px hsl(0deg 0% 0% / 0.085), 0 0 8px hsl(0deg 0% 0% / 0.085);
	--carbon-icon-size: 0.75em;
	--cover-bg-image: url("../images/examples/cover/auth0-hero.jpg");
	--cover-overlay-color: #131212cc;
	display: flex;
	z-index: 10;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	max-inline-size: 400px;
	font-size: var(--carbon-font-size);
	font-family: var(--carbon-font-family);
}
.carbon-cover > a:first-child {
	display: flex;
	z-index: 2;
	position: relative;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 5%;
	overflow: hidden;
	gap: 2ch;
	border-radius: 6px;
	-webkit-box-shadow: var(--carbon-shadow);
	box-shadow: var(--carbon-shadow);
	text-decoration: none;
}
.carbon-cover > a:first-child::after,
.carbon-cover > a:first-child::before {
	position: absolute;
	inset: 0;
	content: "";
}
.carbon-cover > a::before {
	z-index: 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: var(--cover-bg-image);
}
.carbon-cover > a::after {
	z-index: 1;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	background-color: var(--cover-overlay-color);
	content: "";
}
.carbon-cover > a > * {
	z-index: 3;
}
.carbon-cover .carbon-main {
	display: flex;
	row-gap: 1ch;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: calc(100% - 250px);
	flex-basis: calc(100% - 250px);
	-ms-flex-direction: column;
	flex-direction: column;
	color: #fff;
}
.carbon-cover .carbon-logo {
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	min-height: 72px;
}
.carbon-cover .carbon-logo img {
	max-width: 125px;
	height: auto;
}
.carbon-cover .carbon-tagline {
	max-inline-size: 16ch;
	margin-top: auto;
	font-weight: 500;
	line-height: 1.3;
}
.carbon-cover .carbon-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	height: 100px;
}
.carbon-cover .carbon-description {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-inline-size: 54ch;
	font-size: 0.9em;
	line-height: 1.35;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.1s ease-out;
	-o-transition: opacity 0.1s ease-out;
	transition: opacity 0.1s ease-out;
}
.carbon-cover .carbon-cta {
	padding: 1ex 1ch;
	border-radius: 3px;
	background: #fff;
	-webkit-box-shadow: var(--carbon-shadow);
	box-shadow: var(--carbon-shadow);
	color: #111;
	font-weight: 600;
}
.carbon-cover .carbon-large-image {
	display: block;
	width: 50%;
	max-inline-size: 250px;
	border-radius: 5px;
	-webkit-box-shadow: var(--carbon-shadow);
	box-shadow: var(--carbon-shadow);
	-webkit-transition: width 0.25s ease-in-out;
	-o-transition: width 0.25s ease-in-out;
	transition: width 0.25s ease-in-out;
}
.carbon-cover a:hover .carbon-large-image {
	width: 20%;
}
.carbon-cover .carbon-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-column-gap: 1ch;
	-moz-column-gap: 1ch;
	column-gap: 1ch;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	width: 100%;
	-webkit-margin-before: 0.75ex;
	margin-block-start: 0.75ex;
	color: #7f7f7f;
	text-decoration: none;
}
.carbon-cover .carbon-footer a {
	color: #b2b2b2;
	text-decoration: none;
}
.carbon-cover .carbon-footer button {
	display: -ms-grid;
	display: grid;
	place-content: center;
	padding: 0.5ch;
	border-radius: 3px;
	background-color: #f2f2f2;
}
.carbon-cover .carbon-footer button:hover {
	background-color: #e5e5e5;
	-webkit-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}
.carbon-cover button > svg {
	stroke: hsl(0, 0%, 70%);
	stroke-width: 3;
	width: var(--carbon-icon-size);
	height: var(--carbon-icon-size);
}
.carbon-cover .carbon-via {
	margin-left: auto;
	font-size: 0.9em;
}
.carbon-cover .carbon-footer a.carbon-no-hover .carbon-share {
	display: none;
	position: relative;
}
.carbon-cover .carbon-share-icon:not(.carbon-no-hover):hover + .carbon-share,
.carbon-cover .carbon-share:hover {
	z-index: 3;
	opacity: 1;
}
.carbon-cover .carbon-share-icon:not(.carbon-no-hover):hover::before {
	display: block;
	z-index: 2;
	position: absolute;
	top: -10px;
	width: 14ch;
	height: 5ex;
	content: "";
}
.carbon-cover .carbon-share {
	position: absolute;
	bottom: calc(var(--carbon-icon-size) + 14px);
	left: 0;
	padding: 0.2em;
	border: 1px solid #ccc;
	border-radius: 5px;
	background-color: #fff;
	-webkit-box-shadow: var(--carbon-shadow);
	box-shadow: var(--carbon-shadow);
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
.carbon-cover .carbon-share ul {
	padding: 0.5em;
	color: #212121;
	font-weight: 500;
	font-size: 12px;
	list-style-type: none;
}
.carbon-cover .carbon-share ul > * + * {
	margin-top: 10px;
}
.carbon-cover a:hover .carbon-description {
	opacity: 1;
	-webkit-transition: opacity 0.5s ease-in 0.25s;
	-o-transition: opacity 0.5s ease-in 0.25s;
	transition: opacity 0.5s ease-in 0.25s;
}
.carbon-cover .carbon-main {
	-webkit-transition: opacity 10ms ease-in-out;
	-o-transition: opacity 10ms ease-in-out;
	transition: opacity 10ms ease-in-out;
}
@property --reveal-mask {
	syntax: "<percentage>";
	initial-value: 0%;
	inherits: false;
}
.carbon-cover .carbon-reveal {
	-webkit-animation: var(--reveal-duration, 1.5s) var(--reveal-delay, 0s)
		carbon-reveal forwards;
	animation: var(--reveal-duration, 1.5s) var(--reveal-delay, 0s) carbon-reveal
		forwards;
	-webkit-mask-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(var(--reveal-angle, 135deg)),
		color-stop(black),
		to(transparent)
	);
	-webkit-mask-image: linear-gradient(
		var(--reveal-angle, 135deg),
		black calc(var(--reveal-mask) - 100%),
		transparent var(--reveal-mask)
	);
}
@-webkit-keyframes carbon-reveal {
	100%,
	70% {
		--reveal-mask: 200%;
	}
}
@keyframes carbon-reveal {
	100%,
	70% {
		--reveal-mask: 200%;
	}
}
@media (max-width: 360px) {
	.carbon-cover > a:first-child {
		aspect-ratio: unset;
	}
	.carbon-cover .carbon-large-image {
		width: unset;
		max-width: 100%;
	}
	.carbon-cover a:hover .carbon-large-image {
		width: unset;
	}
	.carbon-cover .carbon-logo {
		row-gap: 1ch;
		min-height: unset;
	}
	.carbon-cover .carbon-text {
		row-gap: 1ch;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		height: unset;
	}
	.carbon-cover .carbon-tagline {
		min-height: unset;
		max-inline-size: unset;
	}
	.carbon-cover .carbon-description {
		-webkit-box-flex: unset;
		-ms-flex-positive: unset;
		flex-grow: unset;
		line-height: 1.4;
		opacity: unset;
	}
	.carbon-cover .carbon-cta {
		-ms-flex-item-align: stretch;
		-ms-grid-row-align: stretch;
		align-self: stretch;
		text-align: center;
	}
}

#page-content .carbon-cover a {
	border: initial;
}
