/* GK FSR form styles (WP-1.2). Plain CSS, no build step, matches the
   landing page's existing system-font/plain-CSS approach. */

.gk-fsr-form {
	max-width: 480px;
	margin: 0 auto;
	text-align: left;
}

.gk-fsr-row {
	margin-bottom: 18px;
	position: relative;
}

.gk-fsr-row label {
	display: block;
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 6px;
	color: #1d2327;
}

.gk-fsr-row input[type="text"],
.gk-fsr-row input[type="email"],
.gk-fsr-row select,
.gk-fsr-row textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 12px;
	font-size: 15px;
	border: 1px solid #c3c4c7;
	border-radius: 6px;
	background: #fff;
	font-family: inherit;
}

.gk-fsr-row--checkbox label {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 400;
	font-size: 14px;
}

.gk-fsr-row--checkbox input {
	width: auto;
	margin: 0;
}

/* Address autocomplete suggestions */
.gk-fsr-address-suggestions {
	list-style: none;
	margin: 6px 0 0;
	padding: 0;
	border: 1px solid #c3c4c7;
	border-radius: 6px;
	overflow: hidden;
	background: #fff;
}

.gk-fsr-address-suggestion {
	padding: 10px 12px;
	font-size: 14px;
	cursor: pointer;
	border-bottom: 1px solid #eee;
}

.gk-fsr-address-suggestion:last-child {
	border-bottom: none;
}

.gk-fsr-address-suggestion:hover,
.gk-fsr-address-suggestion:focus {
	background: #f4f2ea;
	outline: none;
}

.gk-fsr-address-fallback {
	margin-top: 10px;
	font-size: 13px;
	line-height: 1.5;
	color: #646970;
}

/* Mailing-label style confirm box */
.gk-fsr-address-confirm {
	margin: 16px 0;
	padding: 20px;
	background: #fff;
	border: 1px solid #d8d4c6;
	border-radius: 8px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.gk-fsr-address-label {
	text-align: left;
	padding: 8px 12px;
	font-family: "Courier New", Courier, monospace;
	font-size: 15px;
	line-height: 1.6;
	color: #1d2327;
}

.gk-fsr-address-label p {
	margin: 0;
}

.gk-fsr-address-confirm-q {
	margin: 14px 0 10px;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
}

.gk-fsr-address-confirm-actions {
	display: flex;
	gap: 10px;
	justify-content: center;
}

.gk-fsr-post-confirm {
	margin-top: 10px;
}

.gk-fsr-row--submit {
	margin-top: 20px;
}

.cf-turnstile {
	margin: 16px 0;
}

.gk-fsr-error {
	color: #b32d2e;
	font-size: 14px;
	margin-top: 10px;
}

.gk-fsr-success {
	color: #1a6b3c;
	font-size: 14px;
	margin-top: 10px;
}

/* gk-btn base styles are inherited from landing.css (.gk-btn / .gk-btn--primary);
   secondary variant added here since only primary exists on the landing page today. */
.gk-btn--secondary {
	display: inline-block;
	padding: 10px 22px;
	font-size: 14px;
	font-weight: 600;
	border-radius: 999px;
	border: 1px solid #c3c4c7;
	background: #fff;
	color: #1d2327;
	cursor: pointer;
}

.gk-fsr-form button.gk-btn {
	border: none;
	cursor: pointer;
}
