/* Section utility classes for Lazy Block shared style controls */
.swapa-section {
	position: relative;
}

.swapa-section.has-bg {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.swapa-eyebrow {
	display: inline-block;
	margin-bottom: 0.5rem;
	font-size: 0.875rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	opacity: 0.85;
}

.swapa-section__buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-top: 1.5rem;
}

/* Padding */
.swapa-section.pt-none { padding-top: 0 !important; }
.swapa-section.pt-sm { padding-top: 2rem !important; }
.swapa-section.pt-md { padding-top: 4rem !important; }
.swapa-section.pt-lg { padding-top: 6rem !important; }
.swapa-section.pt-xl { padding-top: 8rem !important; }

.swapa-section.pb-none { padding-bottom: 0 !important; }
.swapa-section.pb-sm { padding-bottom: 2rem !important; }
.swapa-section.pb-md { padding-bottom: 4rem !important; }
.swapa-section.pb-lg { padding-bottom: 6rem !important; }
.swapa-section.pb-xl { padding-bottom: 8rem !important; }

/* Margin */
.swapa-section.mt-none { margin-top: 0 !important; }
.swapa-section.mt-sm { margin-top: 2rem !important; }
.swapa-section.mt-md { margin-top: 4rem !important; }
.swapa-section.mt-lg { margin-top: 6rem !important; }
.swapa-section.mt-xl { margin-top: 8rem !important; }

.swapa-section.mb-none { margin-bottom: 0 !important; }
.swapa-section.mb-sm { margin-bottom: 2rem !important; }
.swapa-section.mb-md { margin-bottom: 4rem !important; }
.swapa-section.mb-lg { margin-bottom: 6rem !important; }
.swapa-section.mb-xl { margin-bottom: 8rem !important; }

.swapa-form .form-field,
.swapa-form__row {
	margin-bottom: 0.75rem;
}

.swapa-form__success {
	padding: 1rem;
	background: #e8f8f2;
	color: #0b6b4f;
	border-radius: 4px;
}
