
/* ==========================================================================
   Sinai Academy - Bespoke Wedding Tribute Page & Form Styling
   ========================================================================== */

:root {
	--sw-bg-page:    #f2f4f7;
	--sw-card-bg:    #ffffff;
	--sw-input-bg:   #ffffff;
	--sw-input-brd:  #cbd5e1;
	--sw-input-focus:#1e293b;
	--sw-text-main:  #141923;
	--sw-text-muted: #4b5563;
	--sw-text-light: #64748b;
	--sw-gold-btn-1: #c49548;
	--sw-gold-btn-2: #a5782e;
	--sw-gold-btn-h: #d1a355;
	--sw-gold-dark:  #8f6a27;
	--sw-gold-soft:  #c8a870;
	--sw-gold-badge: #fdf8ee;
	--sw-gray-100:   #f8fafc;
	--sw-gray-200:   #e2e8f0;
	--sw-gray-300:   #cbd5e1;
	--sw-white:      #ffffff;
	--sw-font-serif: 'Cormorant Garamond', Georgia, serif;
	--sw-font-sans:  'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	--sw-radius-sm:  8px;
	--sw-radius-md:  12px;
	--sw-radius-lg:  16px;
	--sw-radius-xl:  22px;
	--sw-shadow-card:0 24px 60px -12px rgba(15, 23, 42, 0.12), 0 4px 16px -2px rgba(15, 23, 42, 0.04), 0 0 0 1px rgba(15, 23, 42, 0.05);
	--sw-shadow-btn: 0 6px 20px -2px rgba(165, 120, 46, 0.40), 0 2px 6px 0 rgba(165, 120, 46, 0.20);
}

/* OVERRIDE ALL LEGACY BACKGROUND IMAGES WITH WARM SOPHISTICATED AMBIENT CANVAS */
html,
body,
body.sinai-wedding-page,
body.page-template-template-wedding,
body.page-id-1038,
#page,
.site,
.site-content {
	background: radial-gradient(ellipse at 50% 0%, #faf8f5 0%, #edf1f6 60%, #e5ebf2 100%) !important;
	background-color: #edf1f6 !important;
	background-attachment: fixed !important;
	background-image: radial-gradient(ellipse at 50% 0%, #faf8f5 0%, #edf1f6 60%, #e5ebf2 100%) !important;
	font-family: var(--sw-font-sans) !important;
	color: var(--sw-text-main) !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
	line-height: 1.5 !important;
	margin: 0 !important;
	padding: 0 !important;
	min-height: 100vh !important;
}

body.sinai-wedding-page * {
	box-sizing: border-box !important;
}

/* Suppress all TwentyNineteen pseudo-element dashes before headers */
h1::before, h2::before, h3::before, h4::before, h5::before, h6::before,
h1:not(.site-title)::before,
.entry-title::before,
.entry-header::before {
	display: none !important;
	content: none !important;
}

.sw-container {
	width: 100%;
	max-width: 680px;
	margin: 0 auto;
	padding: 0 20px;
}

/* ---------------- Header with Prominent Logo ---------------- */
.sw-header {
	background: #ffffff !important;
	border-bottom: 1px solid rgba(226, 232, 240, 0.9) !important;
	position: relative !important;
	width: 100% !important;
	z-index: 100;
	box-shadow: 0 2px 10px -2px rgba(15, 23, 42, 0.04);
}

.sw-header-inner {
	max-width: 1140px;
	margin: 0 auto;
	padding: 12px 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sw-logo-link {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
}

.sw-logo-img {
	height: 64px;
	width: auto;
	max-width: 260px;
	object-fit: contain;
	display: block;
	transition: transform 0.2s ease;
}

.sw-logo-img:hover {
	transform: scale(1.02);
}

.sw-header-badge {
	display: flex;
	align-items: center;
	gap: 8px;
	background: #ffffff;
	border: 1.5px solid var(--sw-gray-300);
	padding: 8px 16px;
	border-radius: 999px;
	font-size: 13.5px;
	font-weight: 600;
	color: var(--sw-text-muted);
	box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.04);
}

.sw-badge-dot {
	width: 9px;
	height: 9px;
	background: #10b981;
	border-radius: 50%;
	display: inline-block;
}

/* ---------------- Clean Light Hero Header ---------------- */
.sw-hero-light {
	padding: 40px 0 24px 0;
	text-align: center;
	background: transparent !important;
}

.sw-hero-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.sw-chuppah-frame {
	width: 96px;
	height: 96px;
	border-radius: 50%;
	overflow: hidden;
	border: 4px solid var(--sw-white);
	box-shadow: 0 6px 20px -2px rgba(15, 23, 42, 0.14);
	margin-bottom: 16px;
	background: var(--sw-white);
	transition: transform 0.3s ease;
}

.sw-chuppah-frame:hover {
	transform: scale(1.04);
}

.sw-chuppah-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.sw-kicker {
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-size: 11px;
	font-weight: 700;
	color: var(--sw-gold-dark);
	margin-bottom: 8px;
	padding: 4px 14px;
	background: var(--sw-gold-badge);
	border: 1px solid #ebd8b6;
	border-radius: 999px;
}

.sw-title {
	font-family: var(--sw-font-serif) !important;
	font-size: 42px !important;
	font-weight: 700 !important;
	line-height: 1.15 !important;
	margin: 0 0 14px 0 !important;
	color: var(--sw-text-main) !important;
	letter-spacing: -0.5px !important;
}

.sw-trust-row {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 18px;
}

.sw-trust-item {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 12.5px;
	font-weight: 600;
	color: var(--sw-text-muted);
}

.sw-trust-item svg {
	color: var(--sw-gold-btn-1);
}

/* ---------------- Main Form Section ---------------- */
.sw-form-section {
	padding-bottom: 80px;
	background: transparent !important;
}

.sw-card {
	background: var(--sw-card-bg) !important;
	border-radius: var(--sw-radius-xl) !important;
	box-shadow: var(--sw-shadow-card) !important;
	border: 1px solid rgba(203, 213, 225, 0.8) !important;
	overflow: hidden;
}

.sw-card-header {
	padding: 26px 36px 20px 36px;
	border-bottom: 1px solid var(--sw-gray-200);
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	background: linear-gradient(180deg, #ffffff 0%, #fbfcfd 100%) !important;
}

.sw-card-header-text h2 {
	font-family: var(--sw-font-serif) !important;
	font-size: 26px !important;
	font-weight: 700 !important;
	margin: 0 0 3px 0 !important;
	color: var(--sw-text-main) !important;
}

.sw-card-header-text p {
	margin: 0 !important;
	font-size: 13.5px !important;
	font-family: var(--sw-font-sans) !important;
	color: var(--sw-text-muted) !important;
}

.sw-security-pill {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	background: #ecfdf5;
	border: 1px solid #a7f3d0;
	color: #047857;
	font-size: 11.5px;
	font-weight: 600;
	padding: 4px 10px;
	border-radius: 6px;
	white-space: nowrap;
}

/* ---------------- Preset Amount Grid ---------------- */
.sw-amount-selector {
	padding: 26px 36px 10px 36px;
	background: var(--sw-white) !important;
}

.sw-section-label {
	font-family: var(--sw-font-sans) !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	color: var(--sw-text-main) !important;
	margin-bottom: 12px !important;
	display: block !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
}

.sw-step-num {
	display: none !important;
}

.sw-amount-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	margin-bottom: 6px;
}

.sw-amount-btn {
	background: #ffffff !important;
	border: 1.5px solid var(--sw-gray-300) !important;
	border-radius: var(--sw-radius-md) !important;
	padding: 12px 6px !important;
	cursor: pointer;
	text-align: center;
	transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.sw-amount-btn:hover {
	border-color: var(--sw-text-muted) !important;
	background: #f8fafc !important;
	transform: translateY(-1px);
}

.sw-amount-btn.active {
	border-color: var(--sw-gold-btn-2) !important;
	background: linear-gradient(135deg, var(--sw-gold-btn-1) 0%, var(--sw-gold-btn-2) 100%) !important;
	box-shadow: 0 4px 14px -2px rgba(165, 120, 46, 0.35) !important;
}

.sw-amount-btn .sw-btn-val {
	font-family: var(--sw-font-serif) !important;
	font-size: 22px !important;
	font-weight: 700 !important;
	color: var(--sw-text-main) !important;
	line-height: 1.1;
	transition: color 0.2s ease;
}

.sw-amount-btn.active .sw-btn-val {
	color: #ffffff !important;
}

.sw-amount-btn .sw-btn-tag {
	font-size: 10px !important;
	font-weight: 700 !important;
	color: var(--sw-gold-dark) !important;
	margin-top: 2px !important;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	transition: color 0.2s ease;
}

.sw-amount-btn.active .sw-btn-tag {
	color: #fff6e5 !important;
}

/* ---------------- Form Body (WPForms Grid & Full Width Uniformity) ---------------- */
.sw-form-body {
	padding: 10px 36px 34px 36px;
	background: var(--sw-white) !important;
}

.sw-form-body .wpforms-container,
.sw-form-body .wpforms-form {
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
}

.sw-form-body .wpforms-field-container {
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
}

.sw-form-body .wpforms-title,
.sw-form-body .wpforms-description {
	display: none !important;
}

/* CRITICAL: KILL ALL PSEUDO ELEMENTS ON WPFORMS ROWS THAT CREATE FLEX GAP OFFSETS */
.sw-form-body .wpforms-field-row::before,
.sw-form-body .wpforms-field-row::after,
.sw-form-body .wpforms-field-row-block::before,
.sw-form-body .wpforms-field-row-block::after {
	display: none !important;
	content: none !important;
}

/* Section Step Headers */
.sw-form-body .wpforms-field-html {
	margin-top: 24px !important;
	margin-bottom: 14px !important;
	padding-top: 18px !important;
	border-top: 1px dashed var(--sw-gray-200) !important;
	clear: both !important;
	width: 100% !important;
}

.sw-form-body .wpforms-field-html p {
	font-family: var(--sw-font-sans) !important;
	font-size: 14.5px !important;
	font-weight: 700 !important;
	color: var(--sw-text-main) !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
	margin: 0 !important;
	display: block !important;
}

/* Form Fields Base Container - Generous Vertical Spacing */
.sw-form-body .wpforms-field {
	padding: 0 !important;
	margin: 0 0 18px 0 !important;
	width: 100% !important;
	max-width: 100% !important;
	clear: both !important;
	float: none !important;
	display: block !important;
}

/* OVERRIDE WPFORMS INTERNAL ROW PADDING (-10px margins and 10px paddings that caused misalignment) */
.sw-form-body .wpforms-field-row,
.sw-form-body .wpforms-field-row.wpforms-field-large,
.sw-form-body .wpforms-container-full .wpforms-form .wpforms-field-row {
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
}

.sw-form-body .wpforms-field-row-block,
.sw-form-body .wpforms-container-full .wpforms-form .wpforms-field-row-block,
.sw-form-body .wpforms-one-half {
	padding: 0 !important;
	margin: 0 !important;
}

/* All Field Labels */
.sw-form-body label.wpforms-field-label,
.sw-form-body .sw-custom-field-label {
	font-family: var(--sw-font-sans) !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	color: var(--sw-text-main) !important;
	letter-spacing: 0.2px !important;
	margin: 0 0 7px 0 !important;
	padding: 0 !important;
	display: block !important;
	line-height: 1.3 !important;
}

.sw-form-body label.wpforms-field-label .wpforms-required-label,
.sw-form-body .sw-custom-field-label .wpforms-required-label {
	color: #e11d48 !important;
	font-weight: 700 !important;
	margin-left: 2px !important;
}

.sw-form-body .wpforms-field-sublabel {
	display: none !important;
}

/* ---------------- 1. NAME FIELD: MATHEMATICALLY FLUSH WITH 0px LEFT EDGE ---------------- */
.sw-form-body #wpforms-1032-field_0-container {
	margin: 0 0 18px 0 !important;
	padding: 0 !important;
	width: 100% !important;
}

.sw-form-body #wpforms-1032-field_0-container .wpforms-field-row {
	display: flex !important;
	gap: 14px !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
}

.sw-form-body #wpforms-1032-field_0-container .wpforms-field-row-block {
	flex: 1 1 0% !important;
	width: 50% !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.sw-form-body #wpforms-1032-field_0-container input {
	width: 100% !important;
	margin: 0 !important;
	padding-left: 14px !important;
}

/* ---------------- 2. ADDRESS FIELD: FLUSH 0px LEFT EDGE & GENEROUS VERTICAL GAP ---------------- */
.sw-form-body #wpforms-1032-field_16-container {
	margin: 0 0 18px 0 !important;
	padding: 0 !important;
	width: 100% !important;
	clear: both !important;
}

/* Street Address Row: Full 100% width block */
.sw-form-body #wpforms-1032-field_16-container .wpforms-field-row:first-of-type {
	display: block !important;
	width: 100% !important;
	margin: 0 0 12px 0 !important;
	padding: 0 !important;
}

.sw-form-body #wpforms-1032-field_16-container .wpforms-field-row:first-of-type div {
	width: 100% !important;
	display: block !important;
}

.sw-form-body #wpforms-1032-field_16-container .wpforms-field-address-address1 {
	width: 100% !important;
	display: block !important;
}

/* City/State and Zip/Country 2-column flex rows */
.sw-form-body #wpforms-1032-field_16-container .wpforms-field-row:not(:first-of-type) {
	display: flex !important;
	gap: 14px !important;
	width: 100% !important;
	margin: 0 0 12px 0 !important;
	padding: 0 !important;
}

.sw-form-body #wpforms-1032-field_16-container .wpforms-field-row:last-child {
	margin-bottom: 0 !important;
}

.sw-form-body #wpforms-1032-field_16-container .wpforms-field-row-block {
	flex: 1 1 0% !important;
	width: 50% !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* ---------------- 3. EMAIL & PHONE: SIDE-BY-SIDE 2-COL ROW SPANNING 100% WIDTH ---------------- */
.sw-form-body .sw-donor-contact-row {
	display: flex !important;
	gap: 14px !important;
	width: 100% !important;
	margin: 0 0 18px 0 !important;
	padding: 0 !important;
}

.sw-form-body #wpforms-1032-field_1-container,
.sw-form-body #wpforms-1032-field_17-container,
.sw-form-body .wpforms-field-email,
.sw-form-body .wpforms-field-phone {
	flex: 1 1 0% !important;
	width: 50% !important;
	max-width: 50% !important;
	float: none !important;
	clear: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.sw-form-body .wpforms-field-email input,
.sw-form-body .wpforms-field-phone input {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
}

/* Intl Phone Input Plugin Support (Fill 100% container) */
.sw-form-body .iti,
.sw-form-body .intl-tel-input {
	width: 100% !important;
	display: block !important;
}

.sw-form-body .iti input,
.sw-form-body .intl-tel-input input {
	width: 100% !important;
}

/* ---------------- UNIFIED INPUTS & SELECTS: IDENTICAL 48px HEIGHT & CRISP BORDERS ---------------- */
.sw-form-body input[type="text"],
.sw-form-body input[type="email"],
.sw-form-body input[type="tel"],
.sw-form-body select {
	width: 100% !important;
	height: 48px !important;
	line-height: 48px !important;
	padding: 0 14px !important;
	font-size: 15px !important;
	font-family: var(--sw-font-sans) !important;
	color: var(--sw-text-main) !important;
	background: var(--sw-input-bg) !important;
	border: 1.5px solid var(--sw-input-brd) !important;
	border-radius: var(--sw-radius-sm) !important;
	outline: none !important;
	transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
	box-shadow: none !important;
	appearance: none !important;
	-webkit-appearance: none !important;
	margin: 0 !important;
}

.sw-form-body select {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234b5563' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") !important;
	background-repeat: no-repeat !important;
	background-position: right 14px center !important;
	background-size: 15px !important;
	padding-right: 38px !important;
}

.sw-form-body input[type="text"]::placeholder,
.sw-form-body input[type="email"]::placeholder,
.sw-form-body input[type="tel"]::placeholder {
	color: var(--sw-text-light) !important;
	font-family: var(--sw-font-sans) !important;
	font-size: 14.5px !important;
}

.sw-form-body input[type="text"]:focus,
.sw-form-body input[type="email"]:focus,
.sw-form-body input[type="tel"]:focus,
.sw-form-body select:focus {
	border-color: var(--sw-gold-btn-1) !important;
	box-shadow: 0 0 0 3.5px rgba(196, 149, 72, 0.18) !important;
	background: #ffffff !important;
}

/* Amount Input field container */
div#wpforms-1032-field_32-container {
	margin-bottom: 18px !important;
	background: #f8fafc !important;
	border: 1.5px solid var(--sw-gray-300) !important;
	padding: 16px 20px !important;
	border-radius: var(--sw-radius-md) !important;
}

div#wpforms-1032-field_32-container label.wpforms-field-label {
	color: var(--sw-text-main) !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	margin-bottom: 8px !important;
}

div#wpforms-1032-field_32-container input {
	font-size: 22px !important;
	font-weight: 700 !important;
	font-family: var(--sw-font-serif) !important;
	color: var(--sw-text-main) !important;
	height: 50px !important;
	background: #ffffff !important;
	border-color: var(--sw-gray-300) !important;
}

/* ==========================================================================
   PERFECT CREDIT CARD & CVC / EXPIRATION LABELS
   ========================================================================== */
div#wpforms-1032-field_28-container {
	background: #f8fafc !important;
	border: 1.5px solid var(--sw-gray-300) !important;
	padding: 20px !important;
	border-radius: var(--sw-radius-md) !important;
	margin-top: 14px !important;
	margin-bottom: 12px !important;
	clear: both !important;
	width: 100% !important;
}

.sw-form-body .wpforms-field-authorize_net .wpforms-field-row,
.sw-form-body .wpforms-field-authorize_net .wpforms-field-row.wpforms-field-medium,
.sw-form-body .wpforms-field-authorize_net .wpforms-field-row.wpforms-field-large {
	width: 100% !important;
	max-width: 100% !important;
}

.sw-form-body .wpforms-field-authorize_net .wpforms-field-row:first-child {
	margin-bottom: 16px !important;
	width: 100% !important;
}

.sw-form-body .wpforms-field-authorize_net .wpforms-field-authorize_net-number {
	width: 100% !important;
	max-width: 100% !important;
}

.sw-form-body .wpforms-field-authorize_net .wpforms-field-authorize_net-number input {
	width: 100% !important;
	max-width: 100% !important;
}

.sw-form-body .wpforms-field-authorize_net .wpforms-field-row:last-child {
	display: flex !important;
	gap: 14px !important;
	align-items: flex-start !important;
	margin: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
}

/* Expiration column */
.sw-form-body .wpforms-field-authorize_net .wpforms-field-authorize_net-expiration {
	flex: 1 1 0% !important;
	width: 50% !important;
	max-width: 50% !important;
	display: flex !important;
	flex-direction: column !important;
	margin: 0 !important;
	padding: 0 !important;
}

.sw-expiration-row {
	display: flex !important;
	align-items: center !important;
	gap: 6px !important;
	width: 100% !important;
}

.sw-form-body .wpforms-field-authorize_net .wpforms-field-authorize_net-month,
.sw-form-body .wpforms-field-authorize_net .wpforms-field-authorize_net-year {
	flex: 1 1 0% !important;
	width: 50% !important;
	display: flex !important;
	flex-direction: column !important;
	margin: 0 !important;
	padding: 0 !important;
}

.sw-form-body .wpforms-field-authorize_net .wpforms-field-authorize_net-expiration span.sw-slash-sep {
	font-size: 16px !important;
	font-weight: 700 !important;
	color: var(--sw-text-light) !important;
	line-height: 48px !important;
	height: 48px !important;
	display: flex !important;
	align-items: center !important;
	margin: 0 2px !important;
}

.wpforms-field-authorize_net label.wpforms-field-sublabel {
	display: none !important;
}

/* Security code (CVC) column */
.sw-form-body .wpforms-field-authorize_net .wpforms-field-authorize_net-code {
	flex: 1 1 0% !important;
	width: 50% !important;
	max-width: 50% !important;
	display: flex !important;
	flex-direction: column !important;
	margin: 0 !important;
	padding: 0 !important;
}

.sw-form-body .wpforms-field-authorize_net .wpforms-field-authorize_net-code input {
	width: 100% !important;
	max-width: 100% !important;
}

.sw-cc-sublabel {
	font-family: var(--sw-font-sans) !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	color: var(--sw-text-main) !important;
	margin-bottom: 7px !important;
	display: block !important;
	line-height: 1.3 !important;
}

.sw-cc-sublabel .wpforms-required-label {
	color: #e11d48 !important;
	font-weight: 700 !important;
	margin-left: 2px !important;
}

/* ---------------- High-Converting Rich Gold Submit CTA Button ---------------- */
.sw-form-body .wpforms-submit-container {
	margin-top: 28px !important;
	padding: 0 !important;
	clear: both !important;
	width: 100% !important;
}

.sw-form-body button.wpforms-submit {
	width: 100% !important;
	background: linear-gradient(135deg, var(--sw-gold-btn-1) 0%, var(--sw-gold-btn-2) 100%) !important;
	color: #ffffff !important;
	font-family: var(--sw-font-sans) !important;
	font-size: 16.5px !important;
	font-weight: 700 !important;
	padding: 16px 24px !important;
	border: none !important;
	border-radius: var(--sw-radius-md) !important;
	cursor: pointer !important;
	box-shadow: var(--sw-shadow-btn) !important;
	transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
	letter-spacing: 0.5px !important;
	text-transform: uppercase !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 9px !important;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.18) !important;
}

.sw-form-body button.wpforms-submit:hover {
	background: linear-gradient(135deg, var(--sw-gold-btn-h) 0%, var(--sw-gold-btn-1) 100%) !important;
	transform: translateY(-2px) !important;
	box-shadow: 0 10px 26px -2px rgba(165, 120, 46, 0.50) !important;
}

.sw-form-body button.wpforms-submit:active {
	transform: translateY(0) !important;
	box-shadow: 0 4px 12px 0 rgba(165, 120, 46, 0.35) !important;
}

/* Card Footer */
.sw-card-footer {
	padding: 18px 36px 20px 36px;
	background: #f8fafc !important;
	border-top: 1px solid var(--sw-gray-200) !important;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
}

.sw-cards-accepted {
	display: flex;
	align-items: center;
	gap: 5px;
}

.sw-cards-label {
	font-size: 11.5px;
	font-weight: 600;
	color: var(--sw-text-muted);
	margin-right: 2px;
}

.sw-card-icon {
	display: inline-block;
	padding: 2px 6px;
	border-radius: 4px;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.5px;
	background: var(--sw-white);
	border: 1px solid var(--sw-gray-300);
	color: var(--sw-text-main);
}

.sw-card-icon.visa { color: #1a1f71; }
.sw-card-icon.mc   { color: #eb001b; }
.sw-card-icon.amex { color: #006fcf; }
.sw-card-icon.disc { color: #f96302; }

.sw-tax-notice {
	font-size: 11.5px;
	color: var(--sw-text-muted);
	max-width: 360px;
	line-height: 1.4;
}

/* ---------------- Footer ---------------- */
.sw-footer {
	background: #ffffff !important;
	border-top: 1px solid var(--sw-gray-200) !important;
	color: var(--sw-text-muted) !important;
	padding: 38px 0 26px 0;
	font-size: 13px;
}

.sw-footer-content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 30px;
	margin-bottom: 24px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--sw-gray-200) !important;
}

.sw-footer-logo {
	height: 52px;
	width: auto;
	margin-bottom: 12px;
}

.sw-footer-brand p {
	margin: 0;
	max-width: 360px;
	line-height: 1.5;
	color: var(--sw-text-muted);
}

.sw-footer-links p {
	margin: 3px 0;
	font-size: 12px;
}

.sw-phone-contact a {
	color: var(--sw-text-main) !important;
	text-decoration: none;
	font-size: 14px;
}

.sw-phone-contact a:hover {
	color: var(--sw-gold-dark) !important;
	text-decoration: underline;
}

.sw-footer-bottom {
	text-align: center;
	font-size: 11px;
	color: var(--sw-text-light);
}

/* ---------------- Mobile Responsive Breakpoints ---------------- */
@media (max-width: 768px) {
	.sw-header-inner {
		padding: 12px 18px;
	}
	.sw-logo-img {
		height: 50px;
	}
	.sw-hero-light {
		padding: 24px 0 16px 0;
	}
	.sw-title {
		font-size: 32px !important;
	}
	.sw-card-header,
	.sw-amount-selector,
	.sw-form-body,
	.sw-card-footer {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}
	.sw-amount-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 8px;
	}
	.sw-form-body .sw-donor-contact-row {
		flex-direction: column !important;
		gap: 14px !important;
	}
	.sw-form-body #wpforms-1032-field_1-container,
	.sw-form-body #wpforms-1032-field_17-container,
	.sw-form-body .wpforms-field-email,
	.sw-form-body .wpforms-field-phone {
		width: 100% !important;
		max-width: 100% !important;
	}
	.sw-form-body #wpforms-1032-field_0-container .wpforms-field-row {
		flex-direction: column !important;
		gap: 14px !important;
	}
	.sw-form-body #wpforms-1032-field_0-container .wpforms-field-row-block {
		width: 100% !important;
	}
	.sw-form-body #wpforms-1032-field_16-container .wpforms-field-row:not(:first-of-type) {
		flex-direction: column !important;
		gap: 12px !important;
	}
	.sw-form-body #wpforms-1032-field_16-container .wpforms-field-row-block {
		width: 100% !important;
	}
	.wpforms-field-authorize_net .wpforms-field-row:last-child {
		flex-direction: column !important;
		gap: 14px !important;
	}
	.sw-footer-content {
		flex-direction: column;
		gap: 16px;
	}
}

@media (max-width: 480px) {
	.sw-title {
		font-size: 26px !important;
	}
	.sw-chuppah-frame {
		width: 72px;
		height: 72px;
	}
	.sw-amount-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.sw-trust-row {
		gap: 10px;
	}
	.sw-trust-item {
		font-size: 11px;
	}
	.sw-card-header {
		flex-direction: column;
		gap: 8px;
	}
}
