.ghs-section {
	background: #f6f2ec;
	padding: 44px 0;
}

.ghs-inner {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 18px;
}

.ghs-copy {
	margin-bottom: 22px;
}

.ghs-copy h2 {
	color: #1f332b;
	font-size: 34px;
	line-height: 1.18;
	margin: 0 0 8px;
}

.ghs-copy p {
	color: #5d665f;
	margin: 0;
}

.ghs-form {
	align-items: end;
	background: #fff;
	border: 1px solid rgba(31, 51, 43, .12);
	border-radius: 8px;
	box-shadow: 0 16px 36px rgba(28, 37, 31, .08);
	display: grid;
	gap: 14px;
	grid-template-columns: minmax(190px, 1.35fr) repeat(4, minmax(120px, 1fr)) auto;
	padding: 18px;
}

.ghs-form label {
	display: grid;
	gap: 7px;
	margin: 0;
}

.ghs-form span {
	color: #26372f;
	font-size: 13px;
	font-weight: 700;
}

.ghs-form input {
	border: 1px solid #d8ddd8;
	border-radius: 6px;
	color: #1d2c26;
	min-height: 48px;
	padding: 0 12px;
	width: 100%;
}

.ghs-form button,
.ghs-card a {
	background: #63ab45;
	border: 0;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	min-height: 48px;
	padding: 13px 22px;
	text-decoration: none;
	white-space: nowrap;
}

.ghs-form button:disabled {
	cursor: wait;
	opacity: .75;
}

.ghs-results {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 22px;
}

.ghs-card {
	background: #fff;
	border: 1px solid rgba(31, 51, 43, .1);
	border-radius: 8px;
	overflow: hidden;
}

.ghs-card img {
	aspect-ratio: 16 / 10;
	display: block;
	object-fit: cover;
	width: 100%;
}

.ghs-card-body {
	padding: 18px;
}

.ghs-card small {
	color: #63ab45;
	font-weight: 800;
	text-transform: uppercase;
}

.ghs-card h3 {
	color: #1f332b;
	font-size: 20px;
	line-height: 1.25;
	margin: 7px 0 12px;
}

.ghs-card-meta {
	align-items: center;
	color: #65716b;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	margin-bottom: 14px;
}

.ghs-card-meta strong {
	color: #1f332b;
}

.ghs-message {
	background: #fff;
	border: 1px solid rgba(31, 51, 43, .12);
	border-radius: 8px;
	color: #4f5b54;
	grid-column: 1 / -1;
	padding: 18px;
}

.ghs-error {
	border-color: #d95f5f;
	color: #9c3030;
}

.ghs-credit {
	color: #6b756f;
	font-size: 13px;
	font-weight: 700;
	margin-top: 16px;
	text-align: right;
}

@media (max-width: 1024px) {
	.ghs-form {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ghs-form button {
		width: 100%;
	}

	.ghs-results {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.ghs-section {
		padding: 32px 0;
	}

	.ghs-copy h2 {
		font-size: 27px;
	}

	.ghs-form,
	.ghs-results {
		grid-template-columns: 1fr;
	}
}
