.ff-depot-filter,
.ff-depot-filter *,
.ff-depot-location,
.ff-depot-location * {
	box-sizing: border-box;
}

.ff-depot-filter {
	background: #fff;
	border: 1px solid var(--ff-line, #dfe6dc);
	border-radius: 14px;
	box-shadow: 0 12px 32px rgba(11, 43, 17, .07);
	display: grid;
	gap: .85rem;
	margin: 2rem 0 2.5rem;
	padding: 1rem 1.15rem;
}

.ff-depot-filter__label {
	color: var(--ff-forest, #0b2b11);
	font-size: .72rem;
	font-weight: 900;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.ff-depot-filter__buttons {
	display: flex;
	flex-wrap: wrap;
	gap: .55rem;
}

.ff-depot-filter__buttons a {
	background: var(--ff-soft, #f4f7f2);
	border: 1px solid #d8e2d4;
	border-radius: 999px;
	color: var(--ff-forest, #0b2b11);
	font-size: .78rem;
	font-weight: 850;
	line-height: 1;
	padding: .72rem .95rem;
	text-decoration: none;
	transition: background .16s ease, border-color .16s ease, color .16s ease, transform .16s ease;
}

.ff-depot-filter__buttons a:hover,
.ff-depot-filter__buttons a:focus-visible,
.ff-depot-filter__buttons a.is-active {
	background: var(--ff-green-dark, #4f7716);
	border-color: var(--ff-green-dark, #4f7716);
	color: #fff;
	outline: 0;
	transform: translateY(-1px);
}

.ff-depot-locations {
	display: grid;
	gap: 2rem;
}

.ff-depot-location {
	background: #fff;
	border: 1px solid var(--ff-line, #dfe6dc);
	border-radius: 18px;
	box-shadow: 0 18px 48px rgba(11, 43, 17, .07);
	display: grid;
	grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
	overflow: hidden;
	scroll-margin-top: 7rem;
}

.ff-depot-location__details {
	background:
		radial-gradient(circle at 0 0, rgba(118, 166, 44, .14), transparent 42%),
		#f7f9f5;
	border-right: 1px solid var(--ff-line, #dfe6dc);
	padding: clamp(1.35rem, 3vw, 2.15rem);
}

.ff-depot-location__eyebrow,
.ff-depot-location__form-heading > span {
	color: var(--ff-green-dark, #4f7716);
	font-size: .67rem;
	font-weight: 900;
	letter-spacing: .12em;
	margin: 0 0 .65rem;
	text-transform: uppercase;
}

.ff-depot-location__details h2 {
	color: var(--ff-forest, #0b2b11);
	font-family: "Arial Narrow", Impact, sans-serif;
	font-size: clamp(2rem, 3.4vw, 3rem);
	letter-spacing: -.025em;
	line-height: 1;
	margin: 0 0 .65rem;
	text-transform: uppercase;
}

.ff-depot-location__address {
	color: var(--ff-forest, #0b2b11);
	font-size: .9rem;
	font-weight: 850;
	margin: 0 0 .55rem;
}

.ff-depot-location__description {
	color: var(--ff-muted, #677168);
	font-size: .83rem;
	line-height: 1.65;
	margin: 0 0 1.15rem;
	max-width: 58ch;
}

.ff-depot-location__actions {
	display: grid;
	gap: .65rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-bottom: 1.15rem;
}

.ff-depot-contact-button {
	align-items: center;
	border-radius: 9px;
	display: flex;
	gap: .7rem;
	min-height: 58px;
	padding: .68rem .8rem;
	text-decoration: none;
	transition: box-shadow .16s ease, transform .16s ease;
}

.ff-depot-contact-button:hover,
.ff-depot-contact-button:focus-visible {
	box-shadow: 0 9px 20px rgba(11, 43, 17, .16);
	outline: 0;
	transform: translateY(-1px);
}

.ff-depot-contact-button > span:first-child {
	align-items: center;
	border-radius: 50%;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 1rem;
	height: 32px;
	justify-content: center;
	width: 32px;
}

.ff-depot-contact-button > span:last-child {
	display: grid;
	font-size: .82rem;
	font-weight: 900;
	gap: .16rem;
}

.ff-depot-contact-button small {
	font-size: .58rem;
	font-weight: 750;
	letter-spacing: .07em;
	opacity: .72;
	text-transform: uppercase;
}

.ff-depot-contact-button--phone {
	background: var(--ff-forest, #0b2b11);
	color: #fff;
}

.ff-depot-contact-button--phone > span:first-child {
	background: rgba(255, 255, 255, .12);
}

.ff-depot-contact-button--whatsapp {
	background: #74a52c;
	color: #fff;
}

.ff-depot-contact-button--whatsapp > span:first-child {
	background: rgba(255, 255, 255, .18);
}

.ff-depot-location__map {
	background: #fff;
	border: 1px solid var(--ff-line, #dfe6dc);
	border-radius: 12px;
	margin: 0;
	overflow: hidden;
}

.ff-depot-location__map .creatos-ccs__map {
	padding: .8rem 1rem .25rem;
}

.ff-depot-location__map .creatos-ccs__svg {
	display: block;
	height: auto;
	margin: 0 auto;
	max-height: 310px;
	max-width: 100%;
	width: 100%;
}

.ff-depot-location__map .creatos-ccs__county {
	cursor: default;
	pointer-events: none;
}

.ff-depot-location__map .creatos-ccs__county:hover {
	fill: #dbe8d4;
	filter: none;
}

.ff-depot-location__map .creatos-ccs__county.is-selected,
.ff-depot-location__map .creatos-ccs__county.is-selected:hover {
	fill: var(--ff-green-dark, #4f7716);
	filter: drop-shadow(0 4px 6px rgba(11, 43, 17, .26));
}

.ff-depot-location__map figcaption {
	border-top: 1px solid var(--ff-line, #dfe6dc);
	padding: .6rem;
}

.ff-depot-location__more {
	align-items: center;
	background: var(--ff-soft, #f4f7f2);
	border-radius: 7px;
	color: var(--ff-green-dark, #4f7716);
	display: flex;
	font-size: .73rem;
	font-weight: 900;
	justify-content: space-between;
	padding: .75rem .85rem;
	text-decoration: none;
	transition: background .16s ease, color .16s ease;
}

.ff-depot-location__more:hover,
.ff-depot-location__more:focus-visible {
	background: var(--ff-green-dark, #4f7716);
	color: #fff;
	outline: 0;
}

.ff-depot-location--single {
	margin: 2rem 0;
}

.ff-local-faq {
	display: grid;
	gap: .7rem;
	margin-top: 1.2rem;
}

.ff-local-faq details {
	background: #fff;
	border: 1px solid var(--ff-line, #dfe6dc);
	border-radius: 10px;
	padding: .95rem 1rem;
}

.ff-local-faq summary {
	color: var(--ff-forest, #0b2b11);
	cursor: pointer;
	font-size: .86rem;
	font-weight: 900;
}

.ff-local-faq details p {
	color: var(--ff-muted, #677168);
	font-size: .8rem;
	line-height: 1.65;
	margin: .75rem 0 0;
}

.ff-depot-location__form {
	align-self: stretch;
	padding: clamp(1.35rem, 3vw, 2.15rem);
}

.ff-depot-location__form-heading {
	border-bottom: 1px solid var(--ff-line, #dfe6dc);
	margin-bottom: 1.1rem;
	padding-bottom: 1rem;
}

.ff-depot-location__form-heading :is(h1, h2, h3, h4, h5, h6) {
	color: var(--ff-forest, #0b2b11);
	font-size: 1.55rem;
	letter-spacing: -.02em;
	line-height: 1.12;
	margin: .4rem 0 .5rem;
}

.ff-depot-location__form-heading p {
	color: var(--ff-muted, #677168);
	font-size: .76rem;
	line-height: 1.55;
	margin: 0;
}

.ff-depot-location__form .ff-el-group {
	margin-bottom: .85rem;
}

.ff-depot-location__form .ff-el-input--label label {
	color: var(--ff-forest, #0b2b11);
	font-size: .69rem;
	font-weight: 900;
	margin-bottom: .34rem;
}

.ff-depot-location__form :where(input, textarea, select) {
	background: #f8faf7 !important;
	border: 1px solid #d6dfd2 !important;
	border-radius: 7px !important;
	font-size: .8rem !important;
}

.ff-depot-location__form textarea {
	min-height: 92px !important;
}

.ff-depot-location__form .ff-btn-submit {
	background: var(--ff-green-dark, #4f7716) !important;
	border: 0 !important;
	border-radius: 7px !important;
	color: #fff !important;
	font-size: .78rem !important;
	font-weight: 900 !important;
	min-height: 44px;
	padding: .72rem 1.05rem !important;
	width: 100%;
}

.ff-depot-location__form .ff-btn-submit:hover,
.ff-depot-location__form .ff-btn-submit:focus-visible {
	background: var(--ff-forest, #0b2b11) !important;
}

.ff-depot-location__form-error,
.ff-depot-location__map-error {
	background: #fff4ed;
	border: 1px solid #f0d4c4;
	border-radius: 8px;
	color: #7c3624;
	font-size: .78rem;
	padding: .8rem;
}

@media (max-width: 1100px) {
	.ff-depot-location {
		grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr);
	}
}

@media (max-width: 820px) {
	.ff-depot-location {
		grid-template-columns: 1fr;
	}

	.ff-depot-location__details {
		border-bottom: 1px solid var(--ff-line, #dfe6dc);
		border-left: 0;
		border-right: 0;
		order: 1;
	}

	.ff-depot-location__form {
		order: 2;
	}
}

@media (max-width: 560px) {
	.ff-depot-filter {
		margin-top: 1.25rem;
		padding: .85rem;
	}

	.ff-depot-filter__buttons {
		display: flex;
		flex-wrap: nowrap;
		margin-inline: -.2rem;
		overflow-x: auto;
		padding: .15rem .2rem .5rem;
		scroll-snap-type: inline proximity;
		scrollbar-width: thin;
	}

	.ff-depot-filter__buttons a {
		flex: 0 0 auto;
		min-height: 44px;
		scroll-snap-align: start;
		text-align: center;
	}

	.ff-depot-location__actions {
		grid-template-columns: 1fr;
	}

	.ff-depot-location__map .creatos-ccs__svg {
		max-height: 250px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ff-depot-filter__buttons a,
	.ff-depot-contact-button {
		transition: none;
	}
}
