/*
Theme Name: The7 Child (TriKids)
Theme URI: https://trikids.com.au
Description: Child theme of The7 (dt-the7) for TriKids — the safe edit surface for trikids-dev. Vendor dt-the7/dt-the7-core stay untouched.
Author: Tri Alliance / TriKids
Template: dt-the7
Version: 1.0.1
*/

/* TriKids marketing consent: checkout and standalone signup. */
.trikids-marketing-checkbox label,
.trikids-marketing-checkbox .woocommerce-form__label {
	display: flex;
	align-items: flex-start;
	gap: 0.65rem;
	font-weight: 600;
	line-height: 1.45;
}

.trikids-marketing-checkbox input[type="checkbox"] {
	flex: 0 0 auto;
	margin: 0.25rem 0 0;
}

#trikids-marketing-consent {
	clear: both;
	margin-top: 1.75rem;
	padding: 1.35rem;
	border: 1px solid rgba(0, 0, 0, 0.14);
	border-radius: 4px;
	background: #fff;
}

#trikids-marketing-consent h3 {
	margin-top: 0;
}

.trikids-newsletter-page {
	min-height: 65vh;
	padding: clamp(3rem, 8vw, 7rem) 1.25rem;
	background: linear-gradient(145deg, #f7f7f7 0%, #fff 58%, #f2f2f2 100%);
}

.trikids-newsletter-shell {
	width: min(100%, 760px);
	margin: 0 auto;
	padding: clamp(1.5rem, 5vw, 3.5rem);
	border-top: 6px solid #f7c600;
	background: #fff;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.12);
}

.trikids-newsletter-kicker {
	margin: 0 0 0.5rem;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.trikids-newsletter-shell h1 {
	margin: 0;
}

.trikids-newsletter-intro {
	max-width: 42rem;
	margin: 0.75rem 0 2rem;
	font-size: 1.1rem;
}

.trikids-newsletter-fields {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.trikids-newsletter-form .form-row {
	width: 100%;
	margin: 0 0 1.1rem;
}

.trikids-newsletter-form input[type="text"],
.trikids-newsletter-form input[type="email"] {
	box-sizing: border-box;
	width: 100%;
}

.trikids-newsletter-form button {
	margin-top: 0.5rem;
}

.trikids-newsletter-privacy {
	margin: -0.2rem 0 1rem;
	font-size: 0.86rem;
}

.trikids-newsletter-hp {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

@media (max-width: 600px) {
	.trikids-newsletter-fields {
		grid-template-columns: 1fr;
		gap: 0;
	}
}
