/* Flavor guide page styles (plugin middle content) */
.vozolde-geschmaecker-content .model-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 20px 0 8px;
}

.vozolde-geschmaecker-content .model-nav-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 7px 16px;
	border: 1.5px solid hsl(var(--border));
	border-radius: 100px;
	background: #fff;
	font-size: 0.82rem;
	font-weight: 600;
	color: hsl(var(--foreground));
	cursor: pointer;
	text-decoration: none;
	transition: border-color 0.18s, background 0.18s, color 0.18s;
	white-space: nowrap;
}

.vozolde-geschmaecker-content .model-nav-btn:hover,
.vozolde-geschmaecker-content .model-nav-btn.active {
	border-color: #7149c0;
	background: rgba(113, 73, 192, 0.06);
	color: #7149c0;
}

.vozolde-geschmaecker-content .update-notice {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 0.8rem;
	color: hsl(var(--muted-foreground));
	margin: 0 0 36px;
	padding: 10px 14px;
	background: hsl(var(--muted));
	border-radius: 8px;
	border-left: 3px solid #7149c0;
}

.vozolde-geschmaecker-content .update-notice svg {
	flex-shrink: 0;
	fill: #7149c0;
}

.vozolde-geschmaecker-content .flavor-series {
	margin-bottom: 48px;
}

.vozolde-geschmaecker-content .flavor-series-header {
	display: flex;
	align-items: baseline;
	gap: 12px;
	margin-bottom: 16px;
	padding-bottom: 12px;
	border-bottom: 2px solid hsl(var(--border));
}

.vozolde-geschmaecker-content .flavor-series-header h2 {
	margin: 0;
	font-size: 1.25rem;
}

.vozolde-geschmaecker-content .flavor-series-header a.series-link {
	font-size: 0.8rem;
	color: #7149c0;
	font-weight: 600;
	white-space: nowrap;
	margin-left: auto;
}

.vozolde-geschmaecker-content .flavor-card-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
}

@media (max-width: 900px) {
	.vozolde-geschmaecker-content .flavor-card-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 480px) {
	.vozolde-geschmaecker-content .flavor-card-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
}

.vozolde-geschmaecker-content .fpc {
	display: block;
	text-decoration: none;
	background: #fff;
	border: 1px solid hsl(var(--border));
	border-radius: 12px;
	overflow: hidden;
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s;
	color: inherit;
}

.vozolde-geschmaecker-content .fpc:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.09);
	border-color: #7149c0;
}

.vozolde-geschmaecker-content .fpc-img {
	background: hsl(var(--muted));
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	aspect-ratio: 1 / 1;
}

.vozolde-geschmaecker-content .fpc-emoji {
	font-size: 2.6rem;
}

.vozolde-geschmaecker-content .fpc-badge {
	position: absolute;
	top: 8px;
	left: 8px;
	background: #0a0a1a;
	color: #fff;
	font-size: 0.65rem;
	font-weight: 700;
	padding: 2px 7px;
	border-radius: 4px;
	letter-spacing: 0.03em;
}

.vozolde-geschmaecker-content .fpc-badge-hot {
	background: #e8360e;
}

.vozolde-geschmaecker-content .fpc-body {
	padding: 10px 12px 12px;
}

.vozolde-geschmaecker-content .fpc-name {
	font-family: var(--font-display);
	font-size: 0.88rem;
	color: #0a0a1a;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 3px;
}

.vozolde-geschmaecker-content .fpc-desc {
	font-size: 0.73rem;
	color: hsl(var(--muted-foreground));
	margin-bottom: 7px;
	line-height: 1.4;
}

.vozolde-geschmaecker-content .fpc-price {
	font-size: 0.88rem;
}

.vozolde-geschmaecker-content .fpc-price del {
	color: hsl(var(--muted-foreground));
	font-weight: 400;
	font-size: 0.76rem;
	text-decoration: line-through;
	margin-right: 6px;
}

.vozolde-geschmaecker-content .fpc-price ins {
	color: #7149c0;
	font-weight: 700;
	text-decoration: none;
	background: none;
}

.vozolde-geschmaecker-content .vozolde-geschmaecker-cta {
	font-size: 0.85rem;
	color: hsl(var(--muted-foreground));
	margin: 8px 0 30px;
}
