/* Walk of Love — sponsor page + CTA (subtle polish) */

.walk-sponsor-cta {
	margin: 1.75rem 0 2.25rem !important;
	padding: 1.35rem 1.5rem !important;
	border: 1px solid #e8e0e0 !important;
	border-left: 4px solid #c41230 !important;
	border-radius: 6px !important;
	background: linear-gradient(180deg, #faf7f7 0%, #fff 100%) !important;
}

.walk-sponsor-cta h3 {
	margin: 0 0 0.4rem !important;
	color: #2a2a2a !important;
	font-size: 1.25rem !important;
}

.walk-sponsor-cta p {
	margin: 0 0 0.75rem !important;
	color: #555 !important;
	line-height: 1.45 !important;
}

.walk-sponsor-cta p:last-child {
	margin-bottom: 0 !important;
}

.walk-sponsor-cta a.button,
.walk-sponsor-cta a.button strong {
	color: #fff !important;
}

.walk-sponsor-intro {
	max-width: 40rem;
	margin-bottom: 1.75rem;
}

.walk-sponsor-intro > h2 {
	margin-bottom: 0.5rem;
}

.walk-sponsor-intro > p {
	color: #444;
	line-height: 1.55;
}

.walk-sponsor-perks {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin: 1.25rem 0 1.75rem;
	padding: 0;
	list-style: none;
}

.walk-sponsor-perks li {
	flex: 1 1 12rem;
	margin: 0;
	padding: 0.9rem 1rem;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 6px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
	color: #333;
	font-size: 0.95rem;
	line-height: 1.4;
}

.walk-sponsor-perks li strong {
	display: block;
	margin-bottom: 0.15rem;
	color: #c41230;
	font-size: 0.8rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.walk-sponsor-tiers {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(9.5rem, 1fr));
	gap: 0.75rem;
	margin: 1rem 0 1.5rem;
}

.walk-sponsor-tier {
	padding: 1rem 0.85rem;
	text-align: center;
	background: #fff;
	border: 1px solid #ece6e6;
	border-radius: 8px;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.walk-sponsor-tier:hover {
	border-color: #d9c4c7;
	box-shadow: 0 2px 8px rgba(196, 18, 48, 0.08);
}

.walk-sponsor-tier--sold-out {
	opacity: 0.55;
}

.walk-sponsor-tier--sold-out .walk-sponsor-tier__spots {
	color: #888;
}

.walk-sponsor-tier__price {
	display: block;
	font-size: 1.35rem;
	font-weight: 700;
	color: #c41230;
	line-height: 1.2;
}

.walk-sponsor-tier__spots {
	display: block;
	margin-top: 0.35rem;
	font-size: 0.85rem;
	color: #666;
}

.walk-sponsor-back {
	display: inline-block;
	margin-bottom: 1.75rem;
	font-size: 0.92rem;
	color: #666;
	text-decoration: none;
}

.walk-sponsor-back:hover {
	color: #c41230;
}

/* Gravity Forms — form 52 polish */
body .gform_wrapper.gform_wrapper.gravity-theme .gform_heading .gform_title,
#gform_wrapper_52 .gform_title {
	font-size: 1.35rem !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	color: #2a2a2a !important;
}

#gform_wrapper_52 .gsection_title {
	font-size: 1.05rem !important;
	color: #444 !important;
}

#gform_wrapper_52 .gfield_radio .gchoice {
	margin-bottom: 0.45rem !important;
	padding: 0.55rem 0.75rem !important;
	background: #fafafa;
	border: 1px solid #eee;
	border-radius: 6px;
}

#gform_wrapper_52 .gfield_radio .gchoice:hover {
	border-color: #d9c4c7;
	background: #fff;
}

#gform_wrapper_52 .gfield_radio .gchoice--sold-out {
	opacity: 0.55;
	pointer-events: none;
}

#gform_wrapper_52 .gfield_radio .gchoice--sold-out label {
	color: #888;
}

#gform_wrapper_52 .sponsor-paypal-container,
#gform_wrapper_52 .walk-paypal-container {
	border-color: #e8e0e0 !important;
	background: linear-gradient(180deg, #faf7f7 0%, #f8f9fa 100%) !important;
}

#gform_wrapper_52 #sponsor-logo-preview {
	margin-top: 12px;
	max-width: 220px;
}

#gform_wrapper_52 #sponsor-logo-preview img {
	display: block;
	width: 100%;
	height: auto;
	padding: 8px;
	background: #fff;
	border: 1px solid #e8e0e0;
	border-radius: 6px;
}

#gform_wrapper_52 #sponsor-logo-error {
	margin-top: 8px;
	color: #c41230;
	font-size: 0.9em;
}

@media (max-width: 600px) {
	.walk-sponsor-tiers {
		grid-template-columns: 1fr 1fr;
	}
}

/* Walk gallery — portrait flyer + linked sponsor slide */
.gallery .image-slide--portrait .gallery-page-link,
.gallery .image-slide--portrait .fancybox {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 260px;
	background: #f7f4f4;
	overflow: hidden;
}

.gallery .image-slide--portrait img {
	width: auto !important;
	max-width: 100%;
	height: 100% !important;
	object-fit: contain;
}

.gallery .image-slide--link .gallery-page-link {
	position: relative;
	display: block;
	text-decoration: none;
}

.gallery .gallery-page-link__label {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0.45rem 0.5rem;
	background: rgba(196, 18, 48, 0.92);
	color: #fff;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-align: center;
	text-transform: uppercase;
}

.gallery .image-slide--link:hover .gallery-page-link__label {
	background: rgba(160, 10, 30, 0.95);
}

/* Homepage hero — keep sponsor slide from being cropped/zoomed */
#page-slider .sponsor-slide {
	background: #f6f0ea;
}

#page-slider .sponsor-slide .slide-image,
#page-slider .sponsor-slide a .slide-image {
	width: 100% !important;
	height: auto !important;
	max-width: 100% !important;
	min-width: 0 !important;
	min-height: 0 !important;
	max-height: none !important;
	left: auto !important;
	position: relative !important;
	transform: none !important;
	object-fit: contain;
	display: block;
}


