.za-gpt-rs-showcase {
	margin: 1.5em 0;
}

.za-gpt-rs-showcase-title {
	margin-bottom: 18px;
	padding-left: 10px;
	border-left: 5px solid #bf0000;
}

.za-gpt-rs-showcase-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.za-gpt-rs-showcase-card {
	position: relative;
	display: flex;
	min-width: 0;
	padding: 12px;
	gap: 10px;
	flex-direction: column;
	border: 1px solid #ddd;
	border-radius: 8px;
	background: #fff;
	box-sizing: border-box;
}

.za-gpt-rs-showcase-position {
	position: absolute;
	z-index: 1;
	top: -8px;
	left: -8px;
	display: flex;
	width: 32px;
	height: 32px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #555;
	color: #fff;
	font-weight: 700;
}

.za-gpt-rs-showcase-position-1 { background: #b59016; }
.za-gpt-rs-showcase-position-2 { background: #7d858c; }
.za-gpt-rs-showcase-position-3 { background: #a75f2a; }

.za-gpt-rs-showcase-image {
	display: flex;
	width: 120px;
	height: 120px;
	margin: 0 auto;
	flex: 0 0 120px;
	align-items: center;
	justify-content: center;
}

.za-gpt-rs-showcase-image a {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}

.za-gpt-rs-showcase-price .za-gpt-rs-showcase-image {
	width: 96px;
	height: 96px;
	flex-basis: 96px;
}

.za-gpt-rs-showcase-image img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.za-gpt-rs-showcase-info {
	display: flex;
	min-width: 0;
	flex: 1;
	flex-direction: column;
}

.za-gpt-rs-showcase-info h3,
.za-gpt-rs-showcase-name {
	display: -webkit-box;
	overflow: hidden;
	margin: 0 0 8px;
	padding: 0;
	border: 0;
	background: none;
	color: #222;
	font-size: .95em;
	font-weight: 400;
	line-height: 1.5;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.za-gpt-rs-showcase-info h3 a,
.za-gpt-rs-showcase-name a {
	display: -webkit-box;
	overflow: hidden;
	color: #222 !important;
	text-decoration: none !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: inherit;
}

.za-gpt-rs-showcase-info h3 a:hover,
.za-gpt-rs-showcase-name a:hover {
	color: #bf0000 !important;
	text-decoration: underline !important;
}

.za-gpt-rs-showcase-info > .za-gpt-rs-showcase-price {
	margin: auto 0 3px;
	color: #bf0000;
	font-size: 1.2em;
	font-weight: 700;
}

.za-gpt-rs-showcase-shop {
	overflow: hidden;
	margin: 0 0 10px;
	color: #666;
	font-size: .8em;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.za-gpt-rs-showcase-description {
	display: -webkit-box;
	overflow: hidden;
	margin: 0 0 9px;
	color: #555;
	font-size: .78em;
	line-height: 1.5;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.za-gpt-rs-showcase-postage {
	align-self: flex-start;
	margin: 0 0 7px;
	padding: 2px 7px;
	border: 1px solid #bbb;
	border-radius: 3px;
	color: #555;
	font-size: .72em;
	line-height: 1.4;
}

.za-gpt-rs-showcase-action {
	margin: 0;
}

.za-gpt-rs-showcase-action a {
	display: block;
	width: 100%;
	padding: 9px 4px;
	border-radius: 4px;
	background: #bf0000;
	box-sizing: border-box;
	color: #fff;
	font-size: .86em;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.za-gpt-rs-showcase-action a:hover {
	background: #990000;
	color: #fff;
}

.za-gpt-rs-showcase.za-gpt-rs-showcase-layout-horizontal .za-gpt-rs-showcase-list,
.za-gpt-rs-showcase[data-za-gpt-rs-layout="horizontal"] .za-gpt-rs-showcase-list {
	grid-template-columns: 1fr;
}

.za-gpt-rs-showcase.za-gpt-rs-showcase-layout-horizontal .za-gpt-rs-showcase-card,
.za-gpt-rs-showcase[data-za-gpt-rs-layout="horizontal"] .za-gpt-rs-showcase-card {
	display: grid !important;
	position: relative !important;
	height: auto !important;
	min-height: 172px !important;
	grid-template-columns: 140px minmax(0, 1fr) !important;
	grid-template-rows: auto !important;
	align-items: flex-start !important;
	padding: 16px !important;
	column-gap: 18px !important;
	row-gap: 0 !important;
}

.za-gpt-rs-showcase.za-gpt-rs-showcase-layout-horizontal .za-gpt-rs-showcase-image,
.za-gpt-rs-showcase[data-za-gpt-rs-layout="horizontal"] .za-gpt-rs-showcase-image {
	position: absolute !important;
	top: 16px !important;
	right: auto !important;
	bottom: auto !important;
	left: 16px !important;
	z-index: 0 !important;
	display: block !important;
	overflow: hidden !important;
	width: 140px;
	height: 140px;
	margin: 0 !important;
	padding: 0 !important;
	align-self: flex-start !important;
	justify-content: center !important;
	grid-column: 1 !important;
	grid-row: 1 !important;
	flex: 0 0 140px;
}

.za-gpt-rs-showcase.za-gpt-rs-showcase-layout-horizontal .za-gpt-rs-showcase-image a,
.za-gpt-rs-showcase[data-za-gpt-rs-layout="horizontal"] .za-gpt-rs-showcase-image a {
	position: static !important;
	display: block !important;
	float: none !important;
	width: 140px !important;
	height: 140px !important;
	margin: 0 !important;
	padding: 0 !important;
	transform: none !important;
}

.za-gpt-rs-showcase.za-gpt-rs-showcase-layout-horizontal .za-gpt-rs-showcase-image img,
.za-gpt-rs-showcase[data-za-gpt-rs-layout="horizontal"] .za-gpt-rs-showcase-image img {
	width: 100%;
	height: 100%;
	position: static !important;
	display: block !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
	transform: none !important;
	object-position: center top;
}

.za-gpt-rs-showcase.za-gpt-rs-showcase-layout-horizontal .za-gpt-rs-showcase-info,
.za-gpt-rs-showcase[data-za-gpt-rs-layout="horizontal"] .za-gpt-rs-showcase-info {
	display: flex !important;
	min-height: 140px;
	align-self: stretch !important;
	flex-direction: column !important;
	grid-column: 2 !important;
	grid-row: 1 !important;
	justify-content: flex-start !important;
}

.za-gpt-rs-showcase.za-gpt-rs-showcase-layout-horizontal .za-gpt-rs-showcase-info h3,
.za-gpt-rs-showcase[data-za-gpt-rs-layout="horizontal"] .za-gpt-rs-showcase-info h3,
.za-gpt-rs-showcase.za-gpt-rs-showcase-layout-horizontal .za-gpt-rs-showcase-name,
.za-gpt-rs-showcase[data-za-gpt-rs-layout="horizontal"] .za-gpt-rs-showcase-name {
	display: -webkit-box !important;
	margin: 0 0 7px !important;
	padding: 0 !important;
	border: 0 !important;
	background: none !important;
	color: #222 !important;
	font-size: .95em !important;
	font-weight: 400 !important;
	line-height: 1.45 !important;
	-webkit-box-orient: vertical !important;
	-webkit-line-clamp: 2 !important;
}

.za-gpt-rs-showcase.za-gpt-rs-showcase-layout-horizontal .za-gpt-rs-showcase-info > .za-gpt-rs-showcase-price,
.za-gpt-rs-showcase[data-za-gpt-rs-layout="horizontal"] .za-gpt-rs-showcase-info > .za-gpt-rs-showcase-price {
	margin: 0 0 3px !important;
	padding: 0 !important;
	line-height: 1.4 !important;
}

.za-gpt-rs-showcase.za-gpt-rs-showcase-layout-horizontal .za-gpt-rs-showcase-postage,
.za-gpt-rs-showcase[data-za-gpt-rs-layout="horizontal"] .za-gpt-rs-showcase-postage {
	margin: 0 0 4px !important;
	line-height: 1.35 !important;
}

.za-gpt-rs-showcase.za-gpt-rs-showcase-layout-horizontal .za-gpt-rs-showcase-shop,
.za-gpt-rs-showcase[data-za-gpt-rs-layout="horizontal"] .za-gpt-rs-showcase-shop {
	margin: 0 0 6px !important;
	padding: 0 !important;
	line-height: 1.4 !important;
}

.za-gpt-rs-showcase.za-gpt-rs-showcase-layout-horizontal .za-gpt-rs-showcase-description,
.za-gpt-rs-showcase[data-za-gpt-rs-layout="horizontal"] .za-gpt-rs-showcase-description {
	display: -webkit-box !important;
	overflow: hidden !important;
	margin: 0 0 8px !important;
	padding: 0 !important;
	color: #555 !important;
	font-size: .78em !important;
	line-height: 1.45 !important;
	-webkit-box-orient: vertical !important;
	-webkit-line-clamp: 2 !important;
}

body .za-gpt-rs-showcase .za-gpt-rs-showcase-info h3 a:link,
body .za-gpt-rs-showcase .za-gpt-rs-showcase-info h3 a:visited,
body .za-gpt-rs-showcase .za-gpt-rs-showcase-name a:link,
body .za-gpt-rs-showcase .za-gpt-rs-showcase-name a:visited {
	color: #222 !important;
	text-decoration: none !important;
}

.za-gpt-rs-showcase.za-gpt-rs-showcase-layout-horizontal .za-gpt-rs-showcase-action,
.za-gpt-rs-showcase[data-za-gpt-rs-layout="horizontal"] .za-gpt-rs-showcase-action {
	margin: auto 0 0 !important;
	padding: 0 !important;
}

@media (max-width: 960px) {
	.za-gpt-rs-showcase-list {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 600px) {
	.za-gpt-rs-showcase-card,
	.za-gpt-rs-showcase.za-gpt-rs-showcase-layout-horizontal .za-gpt-rs-showcase-card,
	.za-gpt-rs-showcase[data-za-gpt-rs-layout="horizontal"] .za-gpt-rs-showcase-card {
		align-items: center !important;
		flex-direction: column !important;
	}

	.za-gpt-rs-showcase.za-gpt-rs-showcase-layout-horizontal .za-gpt-rs-showcase-card,
	.za-gpt-rs-showcase[data-za-gpt-rs-layout="horizontal"] .za-gpt-rs-showcase-card {
		min-height: 0 !important;
		grid-template-columns: minmax(0, 1fr) !important;
		grid-template-rows: auto auto !important;
		row-gap: 12px !important;
	}

	.za-gpt-rs-showcase.za-gpt-rs-showcase-layout-horizontal .za-gpt-rs-showcase-info,
	.za-gpt-rs-showcase[data-za-gpt-rs-layout="horizontal"] .za-gpt-rs-showcase-info {
		width: 100%;
		min-height: 0;
		align-self: stretch;
		grid-column: 1 !important;
		grid-row: 2 !important;
	}

	.za-gpt-rs-showcase-image,
	.za-gpt-rs-showcase-price .za-gpt-rs-showcase-image,
	.za-gpt-rs-showcase.za-gpt-rs-showcase-layout-horizontal .za-gpt-rs-showcase-image,
	.za-gpt-rs-showcase[data-za-gpt-rs-layout="horizontal"] .za-gpt-rs-showcase-image {
		position: static !important;
		top: auto !important;
		right: auto !important;
		bottom: auto !important;
		left: auto !important;
		width: 140px;
		height: 140px;
		margin: 0 auto !important;
		flex-basis: 140px;
		grid-column: 1 !important;
		grid-row: 1 !important;
	}

}
