.f4y-pubfinder,
.f4y-pub-submit,
.f4y-pubfinder *,
.f4y-pub-submit * {
	box-sizing: border-box;
}

.f4y-pubfinder__suggest {
	margin: 0;
	padding: 0 18px 14px;
	background: #fff;
}

.f4y-pubfinder__suggest a {
	color: #8d0712;
	font-weight: 900;
}

.f4y-kneipenfinder-page .entry-title,
.f4y-kneipenfinder-page .page-title {
	display: none !important;
}

.f4y-pubfinder__hero {
	position: relative;
	isolation: isolate;
}

.f4y-pubfinder__hero::after {
	position: absolute;
	z-index: 0;
	top: 50%;
	right: clamp(-26px, 1vw, 20px);
	width: clamp(170px, 22vw, 285px);
	aspect-ratio: 1;
	background: url("f4y-logo-watermark.png") center / contain no-repeat;
	content: "";
	filter: grayscale(.2) brightness(1.2);
	opacity: .1;
	pointer-events: none;
	transform: translateY(-50%) rotate(-5deg);
}

.f4y-pubfinder__hero > * {
	position: relative;
	z-index: 1;
}

.f4y-pubfinder__hero h1 {
	max-width: 90%;
	margin: 7px 0 0;
	color: #fff;
	font-size: clamp(30px, 5vw, 54px);
	line-height: 1.03;
	text-shadow: 0 2px 14px rgba(0, 0, 0, .22);
}

.f4y-pubfinder__subline {
	max-width: 760px;
	margin: 14px 0 0;
	color: rgba(255, 255, 255, .84);
	font-size: clamp(15px, 1.6vw, 20px);
	font-weight: 650;
	line-height: 1.45;
	text-shadow: 0 2px 10px rgba(0, 0, 0, .28);
}

.f4y-pubfinder__seo {
	padding: clamp(22px, 4vw, 38px);
	background: #fff;
	border-inline: 1px solid #ead0d3;
}

.f4y-pubfinder__seo h2 {
	margin: 0 0 10px;
	color: #31080e;
	font-size: clamp(24px, 3vw, 34px);
	line-height: 1.15;
}

.f4y-pubfinder__seo > p {
	max-width: 900px;
	margin: 0;
	color: #4f4143;
	line-height: 1.65;
}

.f4y-pubfinder__faq {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-top: 20px;
}

.f4y-pubfinder__faq details {
	padding: 14px 16px;
	background: #f7f3f4;
	border: 1px solid #ead0d3;
	border-radius: 10px;
}

.f4y-pubfinder__faq summary {
	color: #6f0710;
	font-weight: 900;
	cursor: pointer;
}

.f4y-pubfinder__faq p {
	margin: 10px 0 0;
	color: #4f4143;
	font-size: 14px;
	line-height: 1.55;
}

.f4y-pubfinder__toolbar {
	grid-template-columns: minmax(220px, 1.5fr) minmax(150px, .7fr) minmax(150px, .7fr) auto;
}

.f4y-pub-card__providers {
	margin-top: 14px;
}

.f4y-pub-card h3 a {
	color: inherit;
	text-decoration: none;
}

.f4y-pub-card h3 a:hover,
.f4y-pub-card h3 a:focus-visible {
	color: #8d0712;
	text-decoration: underline;
}

.f4y-pub-detail {
	max-width: 980px;
	margin: 2rem auto;
	background: #fff;
	border: 1px solid #ead0d3;
	border-radius: 18px;
	box-shadow: 0 12px 30px rgba(70, 0, 8, .08);
	overflow: hidden;
}

.f4y-pub-detail__hero {
	padding: clamp(24px, 5vw, 48px);
	color: #fff;
	background: radial-gradient(circle at 90% 20%, #8e101b 0, transparent 35%), linear-gradient(145deg, #31080e, #170306);
}

.f4y-pub-detail__hero span {
	color: #ff9098;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.f4y-pub-detail__hero h1 {
	margin: 8px 0 0;
	color: #fff;
	font-size: clamp(31px, 5vw, 52px);
	line-height: 1.08;
}

.f4y-pub-detail__image {
	display: block;
	width: 100%;
	max-height: 440px;
	object-fit: cover;
}

.f4y-pub-detail__content {
	padding: clamp(22px, 4vw, 38px);
}

.f4y-pub-detail__description {
	max-width: 780px;
	font-size: 18px;
	line-height: 1.65;
}

.f4y-pub-detail__facts {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
	gap: 14px;
	margin-top: 24px;
}

.f4y-pub-detail__facts section {
	padding: 16px;
	background: #f7f3f4;
	border: 1px solid #ead0d3;
	border-radius: 10px;
}

.f4y-pub-detail__facts h2 {
	margin: 0 0 8px;
	color: #6f0710;
	font-size: 18px;
}

.f4y-pub-detail__facts address {
	font-style: normal;
	line-height: 1.55;
}

.f4y-pub-detail__facts ul {
	margin: 0;
	padding-left: 20px;
}

.f4y-pub-detail__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 24px;
}

.f4y-pub-detail__actions a {
	padding: 10px 13px;
	color: #fff !important;
	background: #2b2022;
	border-radius: 8px;
	font-weight: 900;
	text-decoration: none !important;
}

.f4y-pub-detail__actions a:first-child {
	background: #df1826;
}

.f4y-pub-detail__notice {
	margin: 24px 0 0;
	padding: 13px 15px;
	color: #68575a;
	background: #fff6f7;
	border-left: 4px solid #df1826;
}

.f4y-pub-detail__back {
	margin: 20px 0 0;
	font-weight: 900;
}

.f4y-pub-card__providers > strong {
	display: block;
	margin-bottom: 6px;
	font-size: 12px;
	text-transform: uppercase;
}

.f4y-pub-card__providers ul {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.f4y-pub-card__providers li {
	padding: 5px 8px;
	color: #fff;
	background: #8d0712;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 900;
}

.f4y-pub-card__provider-note {
	margin: 9px 0 0;
	color: #6b5659;
	font-size: 13px;
}

.f4y-pub-submit fieldset {
	margin: 0;
	padding: 12px;
	border: 1px solid #d9c8cb;
	border-radius: 8px;
}

.f4y-pub-submit fieldset.is-wide {
	grid-column: 1 / -1;
}

.f4y-pub-submit fieldset label {
	display: inline-flex;
	align-items: center;
	margin: 6px 15px 6px 0;
	font-weight: 600;
}

.f4y-pub-submit fieldset input {
	width: auto;
	min-height: auto;
	margin-right: 5px;
}

@media (max-width: 700px) {
	.f4y-pubfinder,
	.f4y-pub-submit {
		width: 100%;
		margin: 1rem auto;
	}

	.f4y-pubfinder__hero {
		padding: 22px 16px;
		border-radius: 15px 15px 0 0;
	}

	.f4y-pubfinder__hero::after {
		right: -42px;
		width: 190px;
		opacity: .075;
	}

	.f4y-pubfinder__hero h1 {
		max-width: 92%;
		font-size: clamp(29px, 9vw, 42px);
	}

	.f4y-pubfinder__subline {
		max-width: 88%;
		margin-top: 10px;
		font-size: 15px;
		line-height: 1.4;
	}

	.f4y-pubfinder__toolbar {
		grid-template-columns: 1fr;
		gap: 14px;
		padding: 16px 12px;
	}

	.f4y-pubfinder__toolbar button {
		order: -1;
		width: 100%;
		min-height: 52px;
		font-size: 16px;
	}

	.f4y-pubfinder__toolbar input,
	.f4y-pubfinder__toolbar select,
	.f4y-pub-submit input,
	.f4y-pub-submit textarea {
		min-height: 50px;
		font-size: 16px;
	}

	.f4y-pubfinder__status {
		padding: 11px 12px;
	}

	.f4y-pubfinder__suggest {
		padding: 0 12px 12px;
	}

	.f4y-pubfinder__suggest a {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 48px;
		color: #8d0712;
		font-weight: 900;
	}

	.f4y-pubfinder__grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 14px;
		padding: 12px;
	}

	.f4y-pub-card__image,
	.f4y-pub-card__placeholder {
		height: min(52vw, 220px);
	}

	.f4y-pub-card__body {
		padding: 16px;
	}

	.f4y-pub-card__actions {
		display: grid;
		grid-template-columns: 1fr;
		gap: 9px;
	}

	.f4y-pub-card__actions a,
	.f4y-pub-submit button {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		min-height: 48px;
		padding: 11px 14px;
		text-align: center;
	}

	.f4y-pubfinder__footer,
	.f4y-pubfinder__empty {
		padding-inline: 14px;
	}

	.f4y-pubfinder__seo {
		padding: 24px 16px;
	}

	.f4y-pubfinder__faq {
		grid-template-columns: 1fr;
	}

	.f4y-pub-submit {
		padding: 20px 15px;
	}

	.f4y-pub-detail {
		margin: 1rem auto;
		border-radius: 14px;
	}

	.f4y-pub-detail__hero,
	.f4y-pub-detail__content {
		padding: 22px 16px;
	}

	.f4y-pub-detail__actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.f4y-pub-detail__actions a {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 48px;
		text-align: center;
	}
}

@media (max-width: 460px) {
	.f4y-pubfinder__hero::after {
		right: -58px;
		opacity: .06;
	}

	.f4y-pubfinder__hero h1,
	.f4y-pubfinder__subline {
		max-width: 100%;
		text-align: center;
	}

	.f4y-pubfinder__match {
		gap: 10px;
	}

	.f4y-pubfinder__match p {
		order: -1;
	}

	.f4y-pubfinder__match p strong {
		font-size: 16px;
	}

	.f4y-pub-card h3 {
		font-size: 22px;
	}
}

@media (pointer: coarse) {
	.f4y-pubfinder button,
	.f4y-pubfinder a,
	.f4y-pub-submit button {
		touch-action: manipulation;
	}
}
