.fveg-galerie {
	max-width: 900px;
	margin: 0 auto;
	font-family: inherit;
}

.fveg-year {
	border-bottom: 1px solid #ddd;
}

.fveg-year__toggle {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 12px;
	background: none;
	border: none;
	cursor: pointer;
	padding: 18px 8px;
	text-align: left;
	font: inherit;
}

.fveg-year__label {
	font-size: 1.6em;
	font-weight: 700;
	color: #b30000;
}

.fveg-year__count {
	color: #777;
	font-size: 0.9em;
	flex: 1;
}

.fveg-year__arrow {
	width: 12px;
	height: 12px;
	border-right: 2px solid #b30000;
	border-bottom: 2px solid #b30000;
	transform: rotate(45deg);
	transition: transform 0.2s ease;
	flex-shrink: 0;
}

.fveg-year--open .fveg-year__arrow,
.fveg-year__toggle[aria-expanded="true"] .fveg-year__arrow {
	transform: rotate(-135deg);
}

.fveg-year__body {
	padding: 0 8px 24px;
}

.fveg-entry {
	padding: 16px 0;
	border-top: 1px dashed #e2e2e2;
}

.fveg-entry:first-child {
	border-top: none;
}

.fveg-entry__datum {
	margin: 0 0 4px;
	font-weight: 600;
	color: #b30000;
	text-transform: uppercase;
	font-size: 0.85em;
	letter-spacing: 0.03em;
}

.fveg-entry__title {
	margin: 0 0 10px;
	font-size: 1.2em;
}

.fveg-entry__content img {
	max-width: 100%;
	height: auto;
	border-radius: 4px;
	margin: 10px 0;
	display: block;
}

.fveg-entry__content p {
	line-height: 1.6;
	margin: 0 0 14px;
}

.fveg-empty {
	text-align: center;
	color: #777;
	padding: 40px 0;
}

@media (max-width: 600px) {
	.fveg-year__label {
		font-size: 1.3em;
	}
}
