.wpd-card {
	box-sizing: border-box;
	max-width: 100%;
	margin: 0 0 2rem;
	padding: clamp(1rem, 3vw, 1.5rem);
	border: 1px solid rgba(127, 127, 127, 0.35);
	border-radius: 0.5rem;
	background-color: rgba(127, 127, 127, 0.06);
	color: inherit;
	overflow-wrap: anywhere;
}

.wpd-card *,
.wpd-card *::before,
.wpd-card *::after {
	box-sizing: inherit;
}

.wpd-card__header {
	margin: 0;
}

.wpd-card__title {
	margin: 0;
	color: inherit;
	font-size: clamp(1.25rem, 1rem + 1vw, 1.75rem);
	line-height: 1.3;
}

.wpd-card__former-name {
	margin: 0.45rem 0 0;
}

.wpd-card__former-label,
.wpd-badge__label,
.wpd-info-item__label {
	font-weight: 600;
}

.wpd-card__former-label::after,
.wpd-badge__label::after {
	content: ":";
}

.wpd-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin: 1rem 0 0;
	padding: 0;
}

.wpd-badge {
	display: flex;
	min-width: 0;
	max-width: 100%;
	gap: 0.35rem;
	align-items: baseline;
	margin: 0;
	padding: 0.35rem 0.65rem;
	border: 1px solid rgba(127, 127, 127, 0.3);
	border-radius: 999rem;
	background-color: rgba(127, 127, 127, 0.09);
}

.wpd-badge__label,
.wpd-badge__value {
	margin: 0;
}

.wpd-info-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 1.5rem;
	margin: 1.25rem 0 0;
	padding: 0;
}

.wpd-info-item {
	min-width: 0;
	margin: 0;
	padding: 0.85rem 0;
	border-top: 1px solid rgba(127, 127, 127, 0.3);
}

.wpd-info-item__label,
.wpd-info-item__value {
	margin: 0;
}

.wpd-info-item__label {
	margin-bottom: 0.25rem;
}

.wpd-official-link {
	color: inherit;
	font-weight: 600;
	text-decoration: underline;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.16em;
}

.wpd-official-link:hover {
	text-decoration-thickness: 0.12em;
}

.wpd-official-link:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 0.2rem;
}

.wpd-affiliates {
	box-sizing: border-box;
	min-width: 0;
	max-width: 100%;
	margin: 0 0 2rem;
	color: inherit;
	overflow-wrap: anywhere;
}

.wpd-affiliates *,
.wpd-affiliates *::before,
.wpd-affiliates *::after {
	box-sizing: inherit;
}

.wpd-affiliates__title {
	margin: 0 0 1rem;
	color: inherit;
	font-size: clamp(1.25rem, 1rem + 1vw, 1.75rem);
	line-height: 1.3;
}

.wpd-affiliates__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.85rem;
}

.wpd-affiliate-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	align-items: flex-start;
	padding: 1rem;
	border: 1px solid rgba(127, 127, 127, 0.35);
	border-radius: 0.5rem;
	background-color: rgba(127, 127, 127, 0.06);
	color: inherit;
}

.wpd-affiliate-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	align-items: baseline;
	margin: 0 0 0.75rem;
	color: inherit;
	font-size: 0.875em;
	line-height: 1.4;
	opacity: 0.8;
}

.wpd-affiliate-card__meta-separator {
	opacity: 0.65;
}

.wpd-affiliate-card__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	margin-top: auto;
	padding: 0.65rem 0.9rem;
	border: 1px solid #135e96;
	border-radius: 0.35rem;
	background-color: #135e96;
	color: #fff;
	font-weight: 600;
	line-height: 1.35;
	text-align: center;
	text-decoration: none;
}

.wpd-affiliate-card__button:visited {
	color: #fff;
}

.wpd-affiliate-card__button:hover {
	border-color: #0a4b78;
	background-color: #0a4b78;
	color: #fff;
	text-decoration: none;
}

.wpd-affiliate-card__button:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 0.2rem;
}

.wpd-affiliates__disclosure {
	margin: 0.85rem 0 0;
	color: inherit;
	font-size: 0.8125em;
	line-height: 1.5;
	opacity: 0.8;
}

.wpd-affiliates--compact {
	padding: 0.75rem 1rem;
	border: 1px solid rgba(127, 127, 127, 0.35);
	border-radius: 0.5rem;
	background-color: rgba(127, 127, 127, 0.04);
}

.wpd-affiliates__compact-list {
	display: grid;
	gap: 0;
}

.wpd-affiliate-compact {
	display: grid;
	grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.5fr);
	gap: 0.75rem;
	align-items: center;
	min-width: 0;
	padding: 0.65rem 0;
	border-top: 1px solid rgba(127, 127, 127, 0.25);
}

.wpd-affiliate-compact:first-child {
	border-top: 0;
}

.wpd-affiliate-compact__meta {
	margin: 0;
}

.wpd-affiliate-compact__button {
	width: 100%;
}

.wpd-pricing {
	box-sizing: border-box;
	min-width: 0;
	max-width: 100%;
	margin: 0 0 2rem;
	overflow-wrap: anywhere;
}

.wpd-pricing *,
.wpd-pricing *::before,
.wpd-pricing *::after {
	box-sizing: inherit;
}

.wpd-pricing__title {
	margin: 0 0 1rem;
	color: inherit;
	font-size: clamp(1.25rem, 1rem + 1vw, 1.75rem);
	line-height: 1.3;
}

.wpd-pricing__table {
	width: 100%;
	max-width: 100%;
	margin: 0;
	border: 1px solid rgba(127, 127, 127, 0.35);
	border-collapse: collapse;
	background-color: transparent;
	color: inherit;
	table-layout: fixed;
}

.wpd-pricing__header,
.wpd-pricing__cell {
	padding: 0.75rem;
	border: 1px solid rgba(127, 127, 127, 0.3);
	color: inherit;
	text-align: left;
	vertical-align: top;
	overflow-wrap: anywhere;
}

.wpd-pricing__header {
	background-color: rgba(127, 127, 127, 0.09);
	font-weight: 600;
}

.wpd-pricing__header:first-child {
	width: 28%;
}

.wpd-pricing__header:nth-child(2),
.wpd-pricing__header:nth-child(3) {
	width: 18%;
}

.wpd-related {
	box-sizing: border-box;
	min-width: 0;
	max-width: 100%;
	margin: 0 0 2rem;
	color: inherit;
	overflow-wrap: anywhere;
}

.wpd-related *,
.wpd-related *::before,
.wpd-related *::after {
	box-sizing: inherit;
}

.wpd-related__title {
	margin: 0 0 1rem;
	color: inherit;
	font-size: clamp(1.25rem, 1rem + 1vw, 1.75rem);
	line-height: 1.3;
}

.wpd-related__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.85rem;
	max-width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.wpd-related__item {
	display: flex;
	min-width: 0;
	max-width: 100%;
	flex-direction: column;
	align-items: flex-start;
	margin: 0;
	padding: 1rem;
	border: 1px solid rgba(127, 127, 127, 0.35);
	border-radius: 0.5rem;
	background-color: rgba(127, 127, 127, 0.06);
	color: inherit;
}

.wpd-related--guides .wpd-related__item {
	background-color: rgba(127, 127, 127, 0.03);
}

.wpd-related__card-title {
	margin: 0;
	color: inherit;
	font-size: 1.0625em;
	line-height: 1.45;
}

.wpd-related__title-link,
.wpd-related__action {
	max-width: 100%;
	color: inherit;
	text-decoration: underline;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.16em;
	overflow-wrap: anywhere;
}

.wpd-related__title-link:hover,
.wpd-related__action:hover {
	color: inherit;
	text-decoration-thickness: 0.12em;
}

.wpd-related__title-link:focus-visible,
.wpd-related__action:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 0.2rem;
}

.wpd-related__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	align-items: baseline;
	margin: 0.6rem 0 0;
	color: inherit;
	font-size: 0.875em;
	line-height: 1.4;
	opacity: 0.8;
}

.wpd-related__meta-separator {
	opacity: 0.65;
}

.wpd-related__action {
	margin-top: auto;
	padding-top: 1rem;
	font-weight: 600;
}

@media (max-width: 40rem) {
	.wpd-info-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.wpd-card {
		padding: 1rem;
	}
}

@media (max-width: 600px) {
	.wpd-related__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.wpd-affiliates__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.wpd-affiliates--compact {
		padding: 0.75rem;
	}

	.wpd-affiliate-compact {
		grid-template-columns: minmax(0, 1fr);
		gap: 0.5rem;
	}

	.wpd-affiliate-card__button {
		width: 100%;
	}

	.wpd-pricing .wpd-pricing__head {
		position: absolute;
		width: 1px;
		height: 1px;
		margin: -1px;
		padding: 0;
		border: 0;
		overflow: hidden;
		clip: rect(0 0 0 0);
		clip-path: inset(50%);
		white-space: nowrap;
	}

	.wpd-pricing .wpd-pricing__table,
	.wpd-pricing .wpd-pricing__body,
	.wpd-pricing .wpd-pricing__row,
	.wpd-pricing .wpd-pricing__cell {
		display: block;
		width: 100%;
		max-width: 100%;
	}

	.wpd-pricing .wpd-pricing__table {
		border: 0;
		table-layout: auto;
	}

	.wpd-pricing .wpd-pricing__row {
		margin: 0 0 0.85rem;
		border: 1px solid rgba(127, 127, 127, 0.35);
		border-radius: 0.5rem;
		background-color: rgba(127, 127, 127, 0.04);
		overflow: hidden;
	}

	.wpd-pricing .wpd-pricing__row:last-child {
		margin-bottom: 0;
	}

	.wpd-pricing .wpd-pricing__cell {
		min-width: 0;
		padding: 0.65rem 0.75rem;
		border: 0;
		border-bottom: 1px solid rgba(127, 127, 127, 0.25);
		white-space: normal;
		word-break: normal;
		overflow-wrap: anywhere;
	}

	.wpd-pricing .wpd-pricing__cell:last-child {
		border-bottom: 0;
	}

	.wpd-pricing .wpd-pricing__cell::before {
		display: block;
		margin-bottom: 0.2rem;
		content: attr(data-label);
		font-weight: 600;
	}
}
