.psc-d9e1422c-card {
	position: relative;
	background: #ffffff;
	border: 1px solid #eeeeee;
	padding: 20px;
	border-radius: 8px;
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	display: flex;
	flex-direction: column;
}

.psc-d9e1422c-card.has-hover-scale:hover {
	transform: translateY(-5px);
}

.psc-d9e1422c-badge {
	position: absolute;
	top: 0;
	left: 0;
	background: #ff5722;
	color: #fff;
	padding: 5px 12px;
	font-size: 12px;
	font-weight: 700;
	z-index: 2;
	border-bottom-right-radius: 8px;
}

.psc-d9e1422c-image-wrapper {
	text-align: center;
	margin-bottom: 20px;
}

.psc-d9e1422c-image-wrapper img {
	max-width: 100%;
	height: auto;
	object-fit: cover;
	display: inline-block;
}

.psc-d9e1422c-title {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 15px 0;
	color: #333;
}

.psc-d9e1422c-specs {
	margin-bottom: 20px;
	flex-grow: 1;
}

.psc-d9e1422c-spec-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}

.psc-d9e1422c-spec-row:last-child {
	border-bottom: none;
}

.psc-d9e1422c-spec-label {
	font-weight: 600;
	color: #555;
	font-size: 14px;
}

.psc-d9e1422c-spec-value {
	color: #777;
	font-size: 14px;
	text-align: right;
}

.psc-d9e1422c-btn-wrapper {
	text-align: center;
	margin-top: auto;
}

.psc-d9e1422c-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: #0073aa;
	color: #fff;
	padding: 12px 24px;
	border-radius: 4px;
	text-decoration: none;
	font-weight: 600;
	transition: background 0.3s, color 0.3s;
	cursor: pointer;
}

.psc-d9e1422c-btn:hover {
	background: #005177;
	color: #fff;
}

.psc-d9e1422c-btn svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
}
