/**
 * Runnerp — MailPoet checkout newsletter opt-in.
 */

/* Passim: .col2-set > * { margin-bottom: 30px } — uklanja prazan razmak ispod emaila */
.runnerp-checkout-page.woocommerce-page #customer_details.col2-set > .col-1 {
	margin-bottom: 0 !important;
}

.runnerp-checkout-page #customer_details.col2-set {
	margin-bottom: 0 !important;
}

.runnerp-checkout-page .woocommerce-billing-fields__field-wrapper .form-row:last-child {
	margin-bottom: 12px;
}

.runnerp-checkout-page .runnerp-checkout-newsletter.form-row {
	margin: 0 auto 28px !important;
	padding: 0;
	max-width: 680px;
}

.runnerp-checkout-page #order_review_heading {
	margin-top: 0 !important;
}

.runnerp-checkout-page .runnerp-checkout-newsletter__label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0;
	cursor: pointer;
	font-size: 14px;
	line-height: 1.5;
	color: #604235;
}

.runnerp-checkout-page .runnerp-checkout-newsletter__label input[type="checkbox"] {
	margin: 3px 0 0;
	flex-shrink: 0;
}

.runnerp-checkout-page .runnerp-checkout-newsletter__text {
	font-family: "Syne", sans-serif;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.02em;
}

@media only screen and (max-width: 680px) {
	.runnerp-checkout-page .woocommerce-billing-fields__field-wrapper .form-row:last-child {
		margin-bottom: 10px;
	}

	.runnerp-checkout-page .runnerp-checkout-newsletter.form-row {
		margin: 0 auto 32px !important;
		padding: 0 18px;
		max-width: none;
		box-sizing: border-box;
	}

	.runnerp-checkout-page #order_review_heading {
		padding: 0 18px;
		box-sizing: border-box;
	}
}
