.kk5-wrapper {
	max-width: 100rem;
	margin: auto;
	font-family: inherit
}
.kk5-calendars {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4rem;
	margin-bottom: 3rem
}
.camper-title {
	text-align: center;
	color: #2f5e3f;
	margin-bottom: 0.5rem
}
.kk5-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1rem;
	font-weight: 600;
	color: #2f5e3f
}
.kk5-header button {
	background: #2f5e3f;
	color: white;
	border: none;
	padding: 0.4rem 0.8rem;
	cursor: pointer;
	border-radius: 0.3rem
}
.kk5-header button.disabled {
	background: #aaa;
	cursor: default
}
.kk5-grid {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 0.5rem
}
.weekday {
	font-weight: 600;
	font-size: 1.3rem;
	text-align: center;
	color: #2f5e3f;
	padding: 0.6rem 0
}
.day {
	background: #dfe9e2;
	padding: 1rem;
	text-align: center;
	cursor: pointer;
	border-radius: 0.4rem;
	color: #2f5e3f
}
.day:hover {
	background: #c8d9cc
}
.booked {
	background: #e8a4a4;
	cursor: not-allowed
}
.past {
	background: #ddd;
	color: #999;
	cursor: not-allowed
}
.range-hover {
	background: #bcd3c2 !important
}
.range-selected {
	background: #7aa88a !important;
	color: white
}
.selected-start {
	background: #2f5e3f !important;
	color: white
}
.kk5-form {
	display: grid;
	gap: 1.2rem;
	max-width: 52rem;
	margin: auto
}
.kk5-form input, .kk5-form textarea {
	padding: 1rem;
	border: 0.1rem solid #ccc;
	border-radius: 0.4rem
}
.kk5-form button {
	background: #2f5e3f;
	color: white;
	border: none;
	padding: 1.2rem;
	cursor: pointer;
	border-radius: 0.4rem
}
.kk5-success {
	color: green;
	font-weight: bold;
	margin-top: 2rem;
	text-align: center
}
.legend {
	display: flex;
	gap: 2rem;
	justify-content: center;
	margin-bottom: 3rem
}
.legend span {
	display: flex;
	align-items: center;
	gap: 0.6rem
}
.boxkamper {
	width: 1.6rem;
	height: 1.6rem;
	display: inline-block;
	border-radius: 0.3rem
}
.box-free {
	background: #dfe9e2
}
.box-booked {
	background: #e8a4a4
}
.box-past {
	background: #ddd
}
.kk-calendars {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4rem;
}
.kk-calendar h3 {
	font-family: "Playfair Display", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	font-size: 3.6rem;
	text-align: center;
	margin: 3rem auto 2rem auto;
	color: #2f5d3a;
	letter-spacing: inherit;
	line-height: 3.6rem;
}
.kk-grid {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 0.5rem;
}
.day {
	background: #dfe9e2;
	padding: 1rem;
	text-align: center;
	cursor: pointer;
	border-radius: 0.4rem;
}
.day:hover {
	background: #c8d9cc;
}
.booked {
	background: #e8a4a4;
	cursor: not-allowed;
}
.past {
	background: #ddd;
	cursor: not-allowed;
}
.range-selected {
	background: #7aa88a;
	color: white;
}
.selected-start {
	background: #2f5e3f;
	color: white;
}
.legend {
	display: flex;
	gap: 2rem;
	margin-bottom: 2rem;
}
.boxkamper {
	width: 1.6rem;
	height: 1.6rem;
	display: inline-block;
	border-radius: 0.3rem;
}
.box-free {
	background: #dfe9e2
}
.box-booked {
	background: #e8a4a4
}
.box-past {
	background: #ddd
}
/* formularz */

.kk-form {
	display: flex;
	flex-direction: column;
	gap: 1.2rem;
	max-width: 50rem;
	margin: 4rem auto;
}
.kk-form input, .kk-form select, .kk-form textarea {
	width: 100%;
	padding: 1rem;
	border: 0.1rem solid #ccc;
	border-radius: 0.4rem;
	font-size: 1.4rem;
	box-sizing: border-box;
}
input[type="checkbox"] {
appearance: none;
  width: 2rem;
  height: 2rem;
  border: 0.2rem solid #2f5e3f;
  border-radius: 4px;
  cursor: pointer;
  margin: 0.2rem 0.5rem -0.2rem 0;
  padding: 0;
}

input[type="checkbox"]:checked {
  background: #2f5e3f;
}

.kk-form textarea {
	min-height: 9rem;
	resize: vertical;
}
.kk-form button {
	background: #2f5e3f;
	color: #fff;
	border: none;
	padding: 1.2rem;
	border-radius: 0.4rem;
	cursor: pointer;
	font-size: 1.5rem;
}
.kk-form button:hover {
	background: #3c7a53;
}
.kk-header {
	display: grid;
	grid-template-columns: 6rem 1fr 6rem;
	align-items: center;
	width: 100%;
	margin-bottom: 1rem;
}
.kk-month {
text-align: center;
  font-size: 1.7rem;
  font-weight: 600;
  text-transform: capitalize;
}
.kk-header button {
	background: none;
	border: none;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 4rem;
}
.kk-arrow {
	width: 2.8rem;
	height: 2.8rem;
	stroke: #333;
	stroke-width: 2;
	fill: none;
}
.kk-header button:hover .kk-arrow {
	stroke: #000;
}
 @media(max-width:600px) {
.kk-calendars {
	grid-template-columns: 1fr !important;
}
.kk-wrap {
	flex-direction: column !important;
}
.kk-header {
	grid-template-columns: 4rem 1fr 4rem;
}
.kk-month {
	font-size: 1.6rem;
}
.kk-arrow {
	width: 2.2rem;
	height: 2.2rem;
}
}
