.pld-skeleton__shape {
	position: absolute;
	top: 12%;
	right: 6%;
	width: 42%;
	height: 72%;
	border-radius: 12px;
	background-color: var(--pld-shape, #cbd1d6);
}

.pld-skeleton__copy {
	position: absolute;
	top: 24%;
	left: 6%;
	width: 40%;
}

.pld-skeleton__copy i {
	display: block;
	width: 100%;
	height: 18px;
	margin-bottom: 16px;
	border-radius: 5px;
	background-color: var(--pld-shape, #cbd1d6);
}

.pld-skeleton__copy i:first-child {
	width: 82%;
	height: 36px;
}

.pld-skeleton__copy i:nth-child(2) {
	width: 100%;
}

.pld-skeleton__copy i:nth-child(3) {
	width: 91%;
}

.pld-skeleton__copy i:last-child {
	width: 38%;
	height: 42px;
	margin-top: 26px;
}

/* Text on right, media on left. */
.pld-skeleton--text-media .pld-skeleton__shape {
	right: auto;
	left: 6%;
}

.pld-skeleton--text-media .pld-skeleton__copy {
	right: 6%;
	left: auto;
}

/* Full-width content skeletons. */
.pld-skeleton--smart-list-default .pld-skeleton__shape,
.pld-skeleton--smart-list-featured-4 .pld-skeleton__shape,
.pld-skeleton--faq .pld-skeleton__shape,
.pld-skeleton--tabs-horizontal .pld-skeleton__shape,
.pld-skeleton--tabs-vertical .pld-skeleton__shape {
	display: none;
}

.pld-skeleton--smart-list-default .pld-skeleton__copy,
.pld-skeleton--smart-list-featured-4 .pld-skeleton__copy,
.pld-skeleton--faq .pld-skeleton__copy,
.pld-skeleton--tabs-horizontal .pld-skeleton__copy,
.pld-skeleton--tabs-vertical .pld-skeleton__copy {
	right: 6%;
	left: 6%;
	width: auto;
}

/* CSS skeleton for unsupported Covers with 2, 3, or 4 columns. */
.pld-skeleton--cover-columns-2 .pld-skeleton__shape,
.pld-skeleton--cover-columns-3 .pld-skeleton__shape,
.pld-skeleton--cover-columns-4 .pld-skeleton__shape,
.pld-skeleton--cover-columns-2 .pld-skeleton__copy,
.pld-skeleton--cover-columns-3 .pld-skeleton__copy,
.pld-skeleton--cover-columns-4 .pld-skeleton__copy {
	display: none;
}

.pld-cover-columns-grid {
	position: absolute;
	inset: 0;
	display: grid;
	grid-template-columns: repeat(var(--pld-cover-columns), minmax(0, 1fr));
	gap: 24px;
	padding: 42px;
	box-sizing: border-box;
}

.pld-cover-column-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 22px;
	border-radius: 14px;
	background-color: #edf0f2;
	box-sizing: border-box;
}

.pld-cover-column-card i {
	display: block;
	border-radius: 5px;
	background-color: var(--pld-shape, #cbd1d6);
}

.pld-cover-column-media {
	width: 100%;
	height: 42%;
	min-height: 120px;
	margin-bottom: 28px;
	border-radius: 10px !important;
	background-color: #d4d9dd !important;
}

.pld-cover-column-title {
	width: 78%;
	height: 22px;
	margin-bottom: 18px;
}

.pld-cover-column-line {
	width: 100%;
	height: 14px;
	margin-bottom: 12px;
}

.pld-cover-column-line--short {
	width: 62%;
}

@media (max-width: 1200px) {
	.pld-cover-columns-grid {
		gap: 16px;
		padding: 30px;
	}

	.pld-cover-column-card {
		padding: 18px;
	}
}

/* Fast Facts: one large left card and three stacked right cards. */
.pld-skeleton--fast-facts .pld-skeleton__shape,
.pld-skeleton--fast-facts .pld-skeleton__copy {
	display: none;
}

.pld-fast-facts-grid {
	position: absolute;
	inset: 0;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 24px;
	padding: 42px;
	box-sizing: border-box;
}

.pld-fast-facts-feature {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: 38px;
	border: 3px solid #d3d8dc;
	border-radius: 18px 18px 52px 18px;
	background-color: #edf0f2;
	box-sizing: border-box;
}

.pld-fast-facts-feature i,
.pld-fast-facts-row-copy i {
	display: block;
	border-radius: 5px;
	background-color: var(--pld-shape, #cbd1d6);
}

.pld-fast-facts-kicker {
	width: 28%;
	height: 13px;
	margin-bottom: 28px;
}

.pld-fast-facts-title {
	width: 73%;
	height: 30px;
	margin-bottom: 24px;
}

.pld-fast-facts-line {
	width: 100%;
	height: 14px;
	margin-bottom: 12px;
}

.pld-fast-facts-line--short {
	width: 64% !important;
}

.pld-fast-facts-link {
	width: 30%;
	height: 14px;
	margin-top: 24px;
}

.pld-fast-facts-stack {
	display: grid;
	grid-template-rows: repeat(3, minmax(0, 1fr));
	gap: 18px;
	min-width: 0;
}

.pld-fast-facts-row {
	display: grid;
	grid-template-columns: minmax(112px, 34%) minmax(0, 1fr);
	align-items: stretch;
	min-height: 0;
	padding: 14px;
	border-radius: 18px 18px 42px 18px;
	background-color: #edf0f2;
	box-sizing: border-box;
}

.pld-fast-facts-number {
	border-radius: 16px 16px 30px 16px;
	background-color: #c8ced4;
}

.pld-fast-facts-row-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: 16px 20px;
}

.pld-fast-facts-row-copy i {
	width: 100%;
	height: 13px;
	margin-bottom: 10px;
}

@media (max-width: 1200px) {
	.pld-fast-facts-grid {
		gap: 18px;
		padding: 30px;
	}

	.pld-fast-facts-feature {
		padding: 28px;
	}
}
