.psw-showcase-wrap {
	margin: 2.5em 0;
}

.psw-showcase-heading {
	font-size: 1.4em;
	margin-bottom: 1em;
	font-weight: 700;
}

.psw-grid {
	display: grid;
	grid-template-columns: repeat(var(--psw-columns, 3), 1fr);
	gap: 24px;
}

@media (max-width: 900px) {
	.psw-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.psw-grid {
		grid-template-columns: 1fr;
	}
}

.psw-card {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.psw-card:hover {
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
	transform: translateY(-2px);
}

.psw-card-image {
	display: block;
	line-height: 0;
	aspect-ratio: 16 / 10;
	overflow: hidden;
}

.psw-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.psw-card-body {
	padding: 16px 18px 20px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.psw-card-title {
	font-size: 1.1em;
	margin: 0 0 8px;
	line-height: 1.3;
}

.psw-card-title a {
	text-decoration: none;
	color: inherit;
}

.psw-card-excerpt {
	font-size: 0.92em;
	color: #555;
	margin: 0 0 12px;
	flex-grow: 1;
}

.psw-card-price {
	font-weight: 700;
	font-size: 1.05em;
	margin: 0 0 14px;
	color: #1a1a1a;
}

.psw-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 10px 16px;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 600;
	font-size: 0.95em;
	text-align: center;
	transition: opacity 0.2s ease;
}

.psw-btn:hover {
	opacity: 0.88;
	color: #fff;
}

.psw-btn-whatsapp {
	background-color: #25d366;
	color: #fff;
}

.psw-btn-url {
	background-color: #1a1a1a;
	color: #fff;
}

.psw-btn-email {
	background-color: #3b6df0;
	color: #fff;
}

.psw-btn-phone {
	background-color: #444441;
	color: #fff;
}

.psw-gallery-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 1.5em;
}

.psw-gallery-thumb {
	display: block;
	line-height: 0;
	border-radius: 8px;
	overflow: hidden;
	width: 100px;
	height: 100px;
}

.psw-gallery-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.psw-wa-icon {
	font-size: 1.1em;
}

.psw-single-description {
	font-size: 1.05em;
	line-height: 1.7;
	white-space: pre-line;
	margin: 0 0 1.5em;
}

.psw-single-order {
	margin: 2em 0;
	padding: 20px;
	background: #f7f7f7;
	border-radius: 10px;
}

.psw-single-price {
	font-size: 1.4em;
	font-weight: 700;
	margin: 0 0 14px;
}

.psw-btn-large {
	padding: 14px 26px;
	font-size: 1.05em;
}
