/* Shop-pagina — compactere layout */

.ge-shop-page #main {
	padding: 2.5em 0 1em;
}

.ge-shop-page #footer {
	padding: 2.5em 0 3em;
}

.ge-shop-page #footer header {
	margin-bottom: 0.75em;
}

.ge-shop-page #footer header h3 {
	margin-bottom: 0;
}

.ge-shop-page #footer .ge-shop-footer__text {
	margin: 0 0 1em;
}

.ge-shop-page #footer .ge-shop-footer__actions {
	margin-top: 0.75em !important;
	flex-wrap: wrap;
}

.ge-shop-page #footer .ge-shop-footer__actions li {
	margin: 0.35em;
}

.ge-shop-page .ge-shop-card {
	text-align: center;
	padding: 1.5em;
	background: #f7f7f7;
	border-radius: 8px;
	height: 100%;
}

.ge-shop-page .ge-shop-dev {
	text-align: center;
	margin: 1.5em 0;
	padding: 1.5em;
	background: #f7f7f7;
	border-radius: 8px;
}

.ge-shop-page .ge-shop-cta {
	margin-top: 2em;
	padding: 1.5em;
	background: linear-gradient(135deg, #e89980 0%, #d4856a 100%);
	border-radius: 8px;
	text-align: center;
	color: #fff;
}

.ge-shop-page .ge-shop-cta h3 {
	color: #fff;
	margin-bottom: 0.75em;
}

.ge-shop-page .ge-shop-cta p {
	color: #fff;
	margin-bottom: 1em;
}

.ge-ext-link::after {
	content: " \2197";
	font-size: 0.85em;
	opacity: 0.65;
}
