.codersly-shop-theme-info {
	max-width: 1180px;
}

.codersly-shop-theme-info__hero {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 32px;
	margin: 20px 0 26px;
	padding: 28px;
	background: #fff;
	border: 1px solid #dcdcde;
	border-radius: 12px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.codersly-shop-theme-info__hero-copy {
	flex: 1 1 560px;
	align-self: center;
}

.codersly-shop-theme-info__eyebrow {
	margin: 0 0 6px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #646970;
}

.codersly-shop-theme-info__hero h1 {
	margin: 0 0 12px;
	font-size: 32px;
	line-height: 1.2;
}

.codersly-shop-theme-info__lead {
	max-width: 650px;
	margin: 0;
	font-size: 16px;
	line-height: 1.65;
	color: #50575e;
}

.codersly-shop-theme-info__meta {
	margin-top: 18px;
}

.codersly-shop-theme-info__badge {
	display: inline-flex;
	align-items: center;
	min-height: 26px;
	padding: 0 10px;
	border: 1px solid #c3c4c7;
	border-radius: 999px;
	background: #f6f7f7;
	font-size: 12px;
	font-weight: 600;
	color: #2c3338;
}

.codersly-shop-theme-info__hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 20px 0 0;
}

.codersly-shop-theme-info__preview {
	flex: 0 1 380px;
	min-width: 260px;
	align-self: center;
}

.codersly-shop-theme-info__preview img {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #dcdcde;
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.codersly-shop-theme-info__section-title {
	margin: 0 0 14px;
	font-size: 20px;
}

.codersly-shop-theme-info__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.codersly-shop-theme-info__card {
	display: flex;
	flex-direction: column;
	min-height: 220px;
	padding: 22px;
	background: #fff;
	border: 1px solid #dcdcde;
	border-radius: 10px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.035);
}

.codersly-shop-theme-info__card-icon {
	width: 34px;
	height: 34px;
	margin-bottom: 12px;
	font-size: 30px;
	line-height: 34px;
	color: #2271b1;
}

.codersly-shop-theme-info__card h2 {
	margin: 0 0 10px;
	font-size: 17px;
	line-height: 1.35;
}

.codersly-shop-theme-info__card p {
	margin-top: 0;
	line-height: 1.6;
	color: #50575e;
}

.codersly-shop-theme-info__card-action {
	margin-top: auto !important;
	margin-bottom: 0;
	padding-top: 14px;
}

.codersly-shop-theme-info__privacy {
	margin: 20px 0 0;
}

@media screen and (max-width: 960px) {
	.codersly-shop-theme-info__grid {
		grid-template-columns: 1fr 1fr;
	}

	.codersly-shop-theme-info__preview {
		flex-basis: 320px;
	}
}

@media screen and (max-width: 782px) {
	.codersly-shop-theme-info__hero {
		flex-direction: column;
		gap: 22px;
		padding: 22px;
	}

	.codersly-shop-theme-info__preview {
		width: 100%;
		min-width: 0;
		max-width: 520px;
	}

	.codersly-shop-theme-info__grid {
		grid-template-columns: 1fr;
	}

	.codersly-shop-theme-info__card {
		min-height: 0;
	}
}
