.celdy-fewp {
	margin: 1.5rem 0;
}

.celdy-fewp-page {
	margin-left: auto;
	margin-right: auto;
	max-width: 720px;
	padding-left: 1rem;
	padding-right: 1rem;
}

.celdy-fewp__back {
	margin-bottom: 0.5rem;
	opacity: 0.8;
}

.celdy-fewp__intro > :last-child {
	margin-bottom: 0;
}

.celdy-fewp__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 1.5rem;
}

.celdy-fewp__button {
	border: 1px solid currentColor;
	background: none;
	color: inherit;
	cursor: pointer;
	display: inline-block;
	font: inherit;
	padding: 0.4rem 0.75rem;
	text-decoration: none;
}

.celdy-fewp__notice {
	border: 1px solid currentColor;
	margin-bottom: 1.25rem;
	padding: 0.5rem 0.75rem;
}

.celdy-fewp__notice--error {
	color: #b32d2e;
}

.celdy-fewp__thanks {
	border: 1px solid currentColor;
	padding: 1rem;
}

.celdy-fewp__thanks > :last-child {
	margin-bottom: 0;
}

.celdy-fewp-form__field {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	margin-bottom: 1rem;
}

.celdy-fewp-form__field label {
	font-weight: 600;
}

.celdy-fewp-form__field input,
.celdy-fewp-form__field select,
.celdy-fewp-form__field textarea {
	font-size: larger;
	max-width: 30rem;
	padding: 4px;
}

.celdy-fewp-form__field--checkbox label {
	font-weight: 600;
}

.celdy-fewp-form__required {
	color: #b32d2e;
}

.celdy-fewp-form__error {
	color: #b32d2e;
	font-size: 0.9em;
}

.celdy-fewp-form__aircraft {
	border: 1px solid currentColor;
	margin-bottom: 1rem;
	padding: 0.75rem 1rem 0.25rem;
}

.celdy-fewp-form__aircraft legend {
	font-weight: 600;
	padding: 0 0.35rem;
}

/* Honeypot — visually removed, still present for bots. */
.celdy-fewp-form__website {
	left: -9999px;
	position: absolute;
}

.celdy-fewp-schedule__item {
	align-items: center;
	background: white;
	border: 1px solid burlywood;
	border-radius: 10px;
	box-shadow: 2px 2px 8px #00000033;
	display: flex;
	gap: 1rem;
	margin-bottom: 10px;
	padding: 10px 15px;
	position: relative;
}

.celdy-fewp-schedule__item:hover {
	box-shadow: 3px 3px 10px #00000045;
}

/* Stretch the title link's click area over the whole box. */
.celdy-fewp-schedule__title a::after {
	content: "";
	inset: 0;
	position: absolute;
}

.celdy-fewp-schedule__date {
	background: #faf3e6;
	border: 1px solid burlywood;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	line-height: 1.3;
	min-width: 4.25rem;
	padding: 0.4rem 0.5rem;
	text-align: center;
}

.celdy-fewp-schedule__weekday {
	font-weight: 700;
	text-transform: uppercase;
}

.celdy-fewp-schedule__daymonth {
	font-size: 0.9em;
	white-space: nowrap;
}

.celdy-fewp-schedule__times {
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	line-height: 1.3;
	min-width: 3.25rem;
}

.celdy-fewp-schedule__start {
	font-size: 1.1em;
	font-weight: 700;
}

.celdy-fewp-schedule__end {
	font-size: 0.9em;
	opacity: 0.7;
	white-space: nowrap;
}

.celdy-fewp-schedule__info .celdy-fewp-schedule__place {
	opacity: 0.8;
}

.celdy-fewp-schedule__title {
	margin: 0 0 0.35rem;
}

.celdy-fewp-schedule__title a {
	text-decoration: none;
}

.celdy-fewp-schedule__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem 0.75rem;
	margin-bottom: 0.5rem;
	opacity: 0.8;
}

.celdy-fewp-schedule__description > :last-child {
	margin-bottom: 0;
}

.celdy-fewp-faq__item {
	background: white;
	border: 1px solid burlywood;
	border-radius: 10px;
	box-shadow: 2px 2px 8px #00000033;
	margin-bottom: 10px;
	padding: 10px 15px;
}

.celdy-fewp-faq__question {
	cursor: pointer;
	font-weight: 600;
}

.celdy-fewp-faq__answer {
	padding: 0.5rem 0 0.25rem;
}

.celdy-fewp-faq__answer > :last-child {
	margin-bottom: 0;
}

.celdy-fewp-faq__submit {
	margin-top: 2rem;
}

.celdy-fewp-faq__form textarea {
	max-width: 100%;
	width: 30rem;
}

.celdy-fewp__payment-status {
	border: 1px solid currentColor;
	display: inline-block;
	padding: 0.4rem 0.75rem;
}

.celdy-fewp__payment-status.is-paid {
	color: #00711d;
}

.celdy-fewp__payment-status.is-unpaid {
	color: #b32d2e;
}

.celdy-fewp__details {
	display: grid;
	gap: 0.35rem 1rem;
	grid-template-columns: minmax(10rem, max-content) 1fr;
	margin: 1.25rem 0;
}

.celdy-fewp__details dt {
	font-weight: 600;
}

.celdy-fewp__details dd {
	margin: 0;
}

@media (max-width: 600px) {
	.celdy-fewp__details {
		grid-template-columns: 1fr;
	}

	.celdy-fewp__details dd {
		margin-bottom: 0.5rem;
	}
}
