.pdcx-9824 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 24px 16px;
	gap: 12px;
	box-sizing: border-box;
}

.pdcx-9824__brand {
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	color: #757575;
	padding: 0;
}

.pdcx-9824__title {
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	color: #1e1e1e;
	margin: 0;
	padding: 0;
}

.pdcx-9824__desc {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #525252;
	margin: 0;
	flex: 1;
	padding: 0;
}

.pdcx-9824__prices {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 12px;
	padding: 0;
}

.pdcx-9824__price-current {
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: #525252;
}

.pdcx-9824__btn {
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 8px 12px;
	gap: 4px;
	width: 100%;
	height: 36px;
	background: #ffffff;
	border: 1px solid #d0d5dd;
	box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), inset 0px 0px 0px 1px rgba(16, 24, 40, 0.18), inset 0px -2px 0px rgba(16, 24, 40, 0.05);
	border-radius: 8px;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.2s ease;
	align-self: stretch;
}

.pdcx-9824__btn span {
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: #344054;
	padding: 0 2px;
}

.pdcx-9824__btn:hover {
	background: #f9fafb;
	border-color: #98a2b3;
}

.pdcx-9824__btn:active {
	box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), inset 0px 1px 3px rgba(16, 24, 40, 0.1);
}
