.gac-agenda {
	display: block;
	max-width: 700px;
}

.gac-spacer {
	display: block;
	height: 28px;
	line-height: 28px;
	font-size: 1px;
	color: transparent;
}

.gac-konzert-intro {
	margin: 0 0 24px 0;
}

.gac-konzert-intro-title {
	margin: 0 0 8px 0;
	font-size: 19px;
	font-weight: 700;
	color: #2b2b2b;
}

.gac-konzert-intro-body {
	font-size: 15px;
	line-height: 1.6;
	color: #b31f3a;
	font-weight: 600;
}

.gac-item {
	display: flex;
	align-items: flex-start;
	gap: 20px;
}

.gac-item--no-badge {
	gap: 0;
}

.gac-date-box {
	flex: 0 0 auto;
	min-width: 66px;
	height: 66px;
	padding: 0 6px;
	box-sizing: border-box;
	background-color: var( --gac-accent, #c11b3d );
	color: #ffffff;
	border-radius: 6px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: 1.1;
	text-align: center;
	white-space: nowrap;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
}

.gac-date-box .gac-day,
.gac-date-box .gac-day-range {
	white-space: nowrap;
}

.gac-date-box .gac-day {
	font-size: 24px;
	font-weight: 700;
}

.gac-date-box .gac-day-range {
	font-size: 19px;
	font-weight: 700;
}

.gac-date-box .gac-month {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin-top: 2px;
}

.gac-date-box--range {
	min-width: 78px;
}

.gac-date-box--small {
	min-width: 90px;
	height: auto;
	min-height: 66px;
	padding: 6px 4px;
}

.gac-date-box--small .gac-day-range-small {
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
}

.gac-item-content {
	flex: 1 1 auto;
	padding-top: 2px;
}

.gac-title {
	margin: 0 0 8px 0;
	font-size: 19px;
	font-weight: 700;
	color: #2b2b2b;
}

.gac-meta {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #4a4a4a;
	font-size: 15px;
	margin-bottom: 4px;
}

.gac-meta-location {
	align-items: flex-start;
}

.gac-meta-location .gac-icon {
	margin-top: 3px;
}

.gac-location-text {
	display: flex;
	flex-direction: column;
	gap: 1px;
}

.gac-location-title {
	font-weight: 600;
	color: #2b2b2b;
}

.gac-location-address {
	color: #4a4a4a;
}

.gac-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	flex: 0 0 auto;
	color: #2b2b2b;
}

.gac-icon svg {
	width: 100%;
	height: 100%;
	display: block;
}

.gac-description {
	margin-top: 10px;
	font-size: 15px;
	line-height: 1.5;
	color: #b31f3a;
	font-weight: 600;
}

.gac-ticket-button {
	display: inline-flex;
	align-items: center;
	margin-top: 14px;
	padding: 10px 20px;
	background-color: var( --gac-accent, #c11b3d );
	color: #ffffff !important;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	border-radius: 4px;
	transition: background-color 0.15s ease;
}

.gac-ticket-button:hover,
.gac-ticket-button:focus {
	background-color: var( --gac-accent-hover, #430608 );
	color: #ffffff !important;
}

.gac-load-more-wrap {
	margin-top: 28px;
	text-align: center;
}

.gac-load-more-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 11px 26px;
	background-color: var( --gac-accent, #c11b3d );
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
	font-family: inherit;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	opacity: 1;
	transition: background-color 0.15s ease;
}

.gac-load-more-button:hover,
.gac-load-more-button:focus {
	background-color: var( --gac-accent-hover, #430608 );
}

.gac-load-more-button.is-loading {
	background-color: var( --gac-accent-hover, #430608 );
	transition: none;
	pointer-events: none;
	cursor: default;
}

.gac-load-more-button.is-loading:hover {
	background-color: var( --gac-accent-hover, #430608 );
}

.gac-dots {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

.gac-dots .gac-dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #ffffff;
	animation: gac-dot-pulse 1.1s infinite ease-in-out both;
}

.gac-dots .gac-dot:nth-child(1) {
	animation-delay: -0.24s;
}

.gac-dots .gac-dot:nth-child(2) {
	animation-delay: -0.12s;
}

.gac-dots .gac-dot:nth-child(3) {
	animation-delay: 0s;
}

@keyframes gac-dot-pulse {
	0%,
	80%,
	100% {
		transform: scale(0.6);
		opacity: 0.4;
	}
	40% {
		transform: scale(1);
		opacity: 1;
	}
}

.gac-empty {
	color: #666;
	font-style: italic;
}

@media (max-width: 480px) {
	.gac-item {
		gap: 14px;
	}
	.gac-date-box {
		min-width: 54px;
		height: 54px;
	}
	.gac-date-box--range {
		min-width: 64px;
	}
	.gac-date-box .gac-day {
		font-size: 20px;
	}
	.gac-date-box .gac-day-range {
		font-size: 16px;
	}
	.gac-date-box .gac-month {
		font-size: 10px;
	}
	.gac-title {
		font-size: 17px;
	}
}
