.festival-calendar {
	width: 100%;
	max-width: 100%;
	margin: 1.5rem 0;
}

.festival-calendar .fc {
	color: #1f2937;
	font-size: 14px;
}

.festival-calendar .fc .fc-toolbar-title {
	color: #111827;
	font-size: 1.35rem;
	line-height: 1.2;
}

.festival-calendar .fc .fc-button {
	border-color: #374151;
	background: #374151;
	box-shadow: none;
	font-weight: 700;
}

.festival-calendar .fc .fc-button:hover,
.festival-calendar .fc .fc-button:focus {
	border-color: #111827;
	background: #111827;
}

.festival-calendar .fc .fc-button-primary:not(:disabled).fc-button-active,
.festival-calendar .fc .fc-button-primary:not(:disabled):active {
	border-color: #1d4ed8;
	background: #1d4ed8;
}

.festival-calendar .fc-event {
	cursor: pointer;
}

.festival-calendar .fc-daygrid-event {
	padding: 2px 4px;
	white-space: normal;
}

.festival-calendar-event-title {
	color: inherit;
	overflow-wrap: anywhere;
	font-weight: 700;
	line-height: 1.25;
}

.festival-calendar-event-location {
	margin-top: 2px;
	color: inherit;
	overflow-wrap: anywhere;
	font-size: 12px;
	line-height: 1.25;
	opacity: 0.88;
}

.festival-calendar--error {
	padding: 12px;
	border: 1px solid #b91c1c;
	border-radius: 6px;
	color: #7f1d1d;
	background: #fef2f2;
}

.festival-calendar-submission {
	width: 100%;
	max-width: 760px;
	margin: 1.5rem 0;
}

.festival-calendar-submission-form {
	display: grid;
	gap: 16px;
}

.festival-calendar-form-field {
	display: grid;
	gap: 6px;
}

.festival-calendar-form-field label {
	color: #111827;
	font-weight: 700;
}

.festival-calendar-form-field input,
.festival-calendar-form-field select,
.festival-calendar-form-field textarea {
	width: 100%;
	max-width: 100%;
	padding: 10px 12px;
	border: 1px solid #9ca3af;
	border-radius: 6px;
	background: #ffffff;
	color: #111827;
	font: inherit;
}

.festival-calendar-form-field textarea {
	resize: vertical;
}

.festival-calendar-form-help {
	margin: 0;
	color: #4b5563;
	font-size: 13px;
}

.festival-calendar-submit-button {
	justify-self: start;
	min-height: 42px;
	padding: 10px 16px;
	border: 0;
	border-radius: 6px;
	background: #1d4ed8;
	color: #ffffff;
	font: inherit;
	font-weight: 700;
	cursor: pointer;
}

.festival-calendar-submit-button:hover,
.festival-calendar-submit-button:focus {
	background: #1e40af;
	color: #ffffff;
}

.festival-calendar-form-message {
	margin: 0 0 16px;
	padding: 12px 14px;
	border-radius: 6px;
}

.festival-calendar-form-message p {
	margin: 0 0 8px;
	font-weight: 700;
}

.festival-calendar-form-message ul {
	margin: 0;
	padding-left: 20px;
}

.festival-calendar-form-message--success {
	border: 1px solid #047857;
	background: #ecfdf5;
	color: #064e3b;
}

.festival-calendar-form-message--error {
	border: 1px solid #b91c1c;
	background: #fef2f2;
	color: #7f1d1d;
}

.festival-calendar-honeypot {
	position: absolute;
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

@media (max-width: 720px) {
	.festival-calendar .fc .fc-toolbar {
		align-items: stretch;
		gap: 8px;
	}

	.festival-calendar .fc .fc-toolbar.fc-header-toolbar {
		flex-direction: column;
	}

	.festival-calendar .fc .fc-toolbar-title {
		font-size: 1.1rem;
		text-align: left;
	}

	.festival-calendar .fc .fc-toolbar-chunk {
		display: flex;
		justify-content: flex-start;
	}

	.festival-calendar .fc .fc-button {
		padding: 6px 9px;
		font-size: 13px;
	}

	.festival-calendar-submit-button {
		width: 100%;
	}
}
