/**
 * Polanger Pro info admin page.
 */

.pgts-pro-wrap {
	max-width: 1200px;
}

.pgts-pro-wrap .pgts-pro-lead {
	font-size: 15px;
	line-height: 1.6;
	color: #50575e;
	margin: 12px 0 20px;
	max-width: 72ch;
}

.pgts-pro-hero {
	background: #fff;
	border: 1px solid #c3c4c7;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
	padding: 20px 24px;
	margin-bottom: 20px;
}

.pgts-pro-hero h2 {
	margin: 0 0 8px;
	font-size: 18px;
	font-weight: 600;
}

.pgts-pro-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 16px;
	margin: 20px 0;
}

.pgts-pro-card {
	background: #fff;
	border: 1px solid #dcdcde;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
	padding: 16px 18px;
	margin: 0;
}

.pgts-pro-card h3 {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 10px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
}

.pgts-pro-card h3 .dashicons {
	width: 22px;
	height: 22px;
	font-size: 22px;
	color: #2271b1;
	flex-shrink: 0;
}

.pgts-pro-card p {
	margin: 0;
	font-size: 13px;
	line-height: 1.55;
	color: #646970;
}

.pgts-pro-section-title {
	font-size: 14px;
	font-weight: 600;
	margin: 28px 0 12px;
	padding-bottom: 8px;
	border-bottom: 1px solid #dcdcde;
}

.pgts-pro-highlights {
	list-style: disc;
	margin: 0 0 0 1.25em;
	padding: 0;
	max-width: 70ch;
}

.pgts-pro-highlights li {
	margin-bottom: 8px;
	line-height: 1.5;
	color: #50575e;
}

.pgts-pro-cta {
	background: #f6f7f7;
	border: 1px solid #c3c4c7;
	border-radius: 4px;
	padding: 24px;
	margin-top: 28px;
	text-align: center;
}

.pgts-pro-cta p {
	margin: 0 0 16px;
	font-size: 14px;
	color: #50575e;
}

.pgts-pro-cta .button-hero {
	font-size: 15px;
	min-height: 46px;
	line-height: 44px;
	padding: 0 28px;
}

.pgts-pro-cta .description {
	margin-top: 12px;
	margin-bottom: 0;
	font-size: 12px;
	color: #787c82;
}
