.elementor-widget-jdw-filter-tabs {
	width: 100%;
}

.jdw-filter-tabs {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 40px;
	width: 100%;
}

.jdw-filter-tabs *,
.jdw-filter-tabs *::before,
.jdw-filter-tabs *::after {
	box-sizing: border-box;
}

.jdw-filter-tabs__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	justify-content: flex-start;
	width: 100%;
}

.jdw-filter-tabs__button {
	align-items: center;
	appearance: none;
	background: #eee8e1;
	border: 0;
	border-radius: 30px;
	color: #2a0006;
	cursor: pointer;
	display: inline-flex;
	font-family: "Soehne Buch", sans-serif;
	font-size: 16px;
	font-weight: 400;
	justify-content: center;
	letter-spacing: 0;
	line-height: 24px;
	margin: 0;
	padding: 12px 24px;
	text-align: center;
	text-decoration: none;
	transition: background-color 120ms ease-out, color 120ms ease-out;
	white-space: normal;
}

.jdw-filter-tabs__button:hover,
.jdw-filter-tabs__button:focus-visible,
.jdw-filter-tabs__button.is-active {
	background: #2a0006;
	color: #fff;
}

.jdw-filter-tabs__button:focus-visible {
	outline: 2px solid #2a0006;
	outline-offset: 2px;
}

.jdw-filter-tabs__button-text {
	display: block;
	overflow-wrap: anywhere;
}

.jdw-filter-tabs--external-class {
	gap: 0;
}

.jdw-filter-tabs--external-class .jdw-filter-tabs__button {
	white-space: nowrap;
}

.jdw-filter-tabs--external-class .jdw-filter-tabs__button-text {
	overflow-wrap: normal;
}

.jdw-filter-tabs__panels {
	display: block;
	width: 100%;
}

.jdw-filter-tabs__panel {
	width: 100%;
}

.jdw-filter-tabs__panel[hidden] {
	display: none !important;
}

.jdw-filter-tabs__panel.is-active {
	display: flex;
}

.jdw-cs-filter-card.is-filter-hidden {
	display: none !important;
}

.jdw-cs-filter-card.is-filter-revealing {
	opacity: 0;
	transform: translateY(4px);
}

.jdw-cs-filter-card {
	transition: opacity 250ms cubic-bezier(0.34, 1.56, 0.64, 1), transform 250ms cubic-bezier(0.34, 1.56, 0.64, 1);
}

@media (prefers-reduced-motion: reduce) {
	.jdw-filter-tabs__button,
	.jdw-cs-filter-card {
		transition: none;
	}
}
