/* Wineries archive */

.ff-wineries-archive {
	margin: 0;
}

.ff-wineries-filter-wrap {
	margin-top: 1.5rem;
	text-align: center;
}

.wineries-archive-hero-section .ff-wineries-filter-wrap {
	margin-top: 1.25rem;
}

.ff-wineries-filter {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.75rem 1rem;
	margin: 0;
}

.ff-wineries-filter-label {
	font-weight: 600;
	margin: 0;
}

.ff-wineries-filter-select {
	min-width: 16rem;
	max-width: 100%;
	padding: 0.65rem 2.25rem 0.65rem 0.85rem;
	border: 1px solid var(--global-gray-400, #cbd5e0);
	border-radius: 0;
	background-color: var(--global-palette9, #fff);
	font: inherit;
	line-height: 1.4;
}

.ff-wineries-archive__list {
	padding: 0;
}

.ff-wineries-archive__items {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ff-wineries-archive__items > .entry-list-item {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ff-wineries-archive__list.wp-block-post-template {
	list-style: none;
	margin: 0;
}

.ff-wineries-archive__list.wp-block-post-template > li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ff-wineries-archive__empty {
	padding: 2rem 1.5rem;
	text-align: center;
	margin: 0;
}

.ff-wineries-archive-item {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1.5rem 2rem;
}

.content-style-unboxed .ff-wineries-archive-item {
	padding: 2rem 0;
	border-bottom: 1px solid var(--global-gray-400, #cbd5e0);
}

.content-style-unboxed .ff-wineries-archive__items > .entry-list-item:first-child .ff-wineries-archive-item {
	padding-top: 0.5rem;
}

.content-style-boxed .ff-wineries-archive__items > .entry-list-item + .entry-list-item {
	margin-top: var(--global-md-spacing, 2rem);
}

.ff-wineries-archive-item__info {
	flex: 1 1 18rem;
	min-width: 0;
}

.ff-wineries-archive-item__name {
	margin: 0 0 0.75rem;
}

.ff-wineries-archive-item__name a {
	color: inherit;
	text-decoration: none;
}

.ff-wineries-archive-item__name a:hover,
.ff-wineries-archive-item__name a:focus {
	color: var(--global-palette-highlight, var(--global-palette1, #f68a3d));
}

.ff-wineries-archive-item__hours,
.ff-wineries-archive-item__phone {
	margin: 0 0 0.5rem;
}

.ff-wineries-archive-item__address {
	margin: 0 0 0.5rem;
	font-style: normal;
}

.ff-wineries-archive-item__phone a {
	color: inherit;
	text-decoration: none;
}

.ff-wineries-archive-item__phone a:hover,
.ff-wineries-archive-item__phone a:focus {
	text-decoration: underline;
}

.ff-wineries-archive-item__actions {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0.75rem;
	flex: 0 0 auto;
	min-width: 12rem;
}

.ff-wineries-archive-item__button.button {
	display: block;
	width: 100%;
	text-align: center;
	white-space: nowrap;
}

@media (max-width: 767px) {
	.ff-wineries-archive-item__actions {
		width: 100%;
		min-width: 0;
	}
}
