<<<<<<< HEAD

body { font-family: Arial; padding: 20px; max-width: 800px; margin: auto; }
select, textarea, input[type=text] { width: 100%; margin-bottom: 10px; padding: 8px; }
.day-block { margin-bottom: 30px; border-bottom: 1px solid #ccc; padding-bottom: 10px; }
label { display: block; margin: 5px 0; font-weight: bold; }
.checkboxes label { font-weight: normal; margin-right: 10px; display: inline-block; }
button { padding: 8px 14px; margin-top: 4px; cursor: pointer; }
.event-block { display: none; margin-top: 10px; border: 1px solid #ddd; padding: 10px; background: #f9f9f9; }
.copy-line { display: flex; justify-content: space-between; align-items: center; padding: 5px 0; border-bottom: 1px dotted #ccc; }
=======
body {
	font-family: Arial;
	padding: 20px;
	max-width: 800px;
	margin: auto;
}

select,
textarea,
input[type='text'] {
	width: 100%;
	margin-bottom: 10px;
	padding: 8px;
	box-sizing: border-box;
}

.day-block {
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}

label {
	display: block;
	margin: 5px 0;
	font-weight: bold;
}

.checkboxes label {
	font-weight: normal;
	margin-right: 10px;
	display: inline-block;
}

button {
	padding: 8px 14px;
	margin-top: 4px;
	cursor: pointer;
}

.event-block {
	display: none;
	margin-top: 10px;
	border: 1px solid #ddd;
	padding: 10px;
	background: #f9f9f9;
}

.copy-line {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 0;
	border-bottom: 1px dotted #ccc;
	gap: 8px;
}

.copy-line span {
	flex: 1;
}

.filters {
	margin-bottom: 20px;
}
>>>>>>> 2cb7426 (Initial commit party-generator)
