/* Pilateske prijave — palette: green #344033, orange #D45700, creams #F2E9E3/#FAF9F7, stone #C1BAB5 */

/* Center the theme page title on signup/cancel pages (this stylesheet loads only here). */
body.has-page-header h1[itemprop="headline"] { text-align: center !important; }

.pp-form,
.pp-cancel,
.pp-intro {
	max-width: 560px;
	margin: 0 auto 1.25rem; /* small, consistent gap between cards (and above the footer) */
	padding: 28px;
	background: #FAF9F7;
	border: 1px solid #F2E9E3;
	border-radius: 14px;
	color: #344033;
	font-size: 16px;
	line-height: 1.5;
}
.pp-form__title {
	margin: 0 0 6px;
	color: #344033;
	font-size: 1.35em;
}
.pp-form__intro {
	margin: 0 0 18px;
	color: #6f6a64;
	font-size: 0.95em;
}
.pp-form__intro p {
	margin: 0 0 10px;
}
.pp-form__intro p:last-child {
	margin-bottom: 0;
}
.pp-form__intro strong {
	color: #344033;
}
.pp-slots {
	border: none;
	padding: 0;
	margin: 0 0 20px;
}
.pp-slots legend {
	font-weight: 700;
	font-size: 1.05em;
	color: #344033;
	padding: 0 0 8px;
}
.pp-slots--extra legend {
	color: #B14700; /* orange accent to set the optional group apart */
}
.pp-slots__note {
	margin: 10px 2px 0;
	font-size: 0.85em;
	font-style: italic;
	color: #8a8079;
}
.pp-loc__note {
	margin: 0 0 16px;
	padding: 10px 14px;
	background: #FFF3EC;
	border-left: 3px solid #D45700;
	border-radius: 6px;
	color: #6f6a64;
	font-size: 0.95em;
}
.pp-slot {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 14px;
	margin-bottom: 8px;
	background: #fff;
	border: 1px solid #E7DFD8;
	border-radius: 10px;
	cursor: pointer;
	transition: border-color .15s, box-shadow .15s;
}
.pp-slot:hover {
	border-color: #C1BAB5;
}
.pp-slot input {
	width: 18px;
	height: 18px;
	accent-color: #D45700;
	flex: 0 0 auto;
}
.pp-slot__name {
	flex: 1 1 auto;
	font-weight: 600;
}
.pp-slot__status {
	flex: 0 0 auto;
	font-size: 0.82em;
	font-weight: 700;
	padding: 3px 10px;
	border-radius: 999px;
}
.pp-slot__status.pp-open {
	color: #2f6b3a;
	background: #E7F0E4;
}
.pp-slot__status.pp-low {
	color: #B14700;
	background: #FFDFCD;
}
.pp-slot__status.pp-full {
	color: #8a2b2b;
	background: #F3E0DE;
}
.pp-slot.is-full {
	opacity: 0.6;
	cursor: not-allowed;
}
.pp-loc + .pp-loc {
	margin-top: 26px;
	padding-top: 20px;
	border-top: 1px solid #E7DFD8;
}
.pp-form__section {
	margin: 22px 0 12px;
	padding-bottom: 6px;
	border-bottom: 1px solid #E7DFD8;
	font-size: 1.05em;
	font-weight: 700;
	color: #344033;
}
.pp-req {
	color: #D45700;
}
.pp-optional {
	font-weight: 400;
	color: #8a8079;
	font-size: 0.9em;
}
.pp-field {
	margin-bottom: 14px;
}
.pp-field label {
	display: block;
	font-weight: 600;
	margin-bottom: 5px;
}
.pp-field input,
.pp-field select,
.pp-field textarea {
	width: 100%;
	padding: 11px 13px;
	border: 1px solid #D8CFC7;
	border-radius: 9px;
	font-size: 16px;
	background: #fff;
	color: #344033;
	box-sizing: border-box;
	font-family: inherit;
}
.pp-field textarea {
	min-height: 80px;
	resize: vertical;
}
.pp-field input:focus,
.pp-field select:focus,
.pp-field textarea:focus {
	outline: none;
	border-color: #D45700;
	box-shadow: 0 0 0 3px rgba(212, 87, 0, 0.15);
}
.pp-disclaimer {
	margin: 0 0 16px;
}
.pp-disclaimer__title {
	margin: 18px 0 8px;
	font-size: 1.02em;
	font-weight: 700;
	color: #344033;
}
.pp-disclaimer__box {
	background: #F2E9E3;
	border-radius: 10px;
	padding: 14px 16px;
	color: #6f6a64;
	font-size: 0.9em;
	line-height: 1.55;
}
.pp-disclaimer__box p {
	margin: 0 0 10px;
}
.pp-disclaimer__box p:last-child {
	margin-bottom: 0;
}
.pp-consent {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	font-size: 0.9em;
	color: #344033;
	margin: 10px 0 0;
	padding: 12px 14px;
	background: #fff;
	border: 1px solid #E7DFD8;
	border-radius: 10px;
}
.pp-consent input {
	margin-top: 3px;
	accent-color: #D45700;
}
.pp-hp {
	position: absolute;
	left: -9999px;
	height: 0;
	overflow: hidden;
}
.pp-submit,
.pp-cancel-btn {
	background: #D45700;
	color: #fff;
	border: none;
	border-radius: 999px;
	padding: 13px 30px;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	transition: background .15s;
}
.pp-submit:hover,
.pp-cancel-btn:hover {
	background: #b84b00;
}
.pp-submit[disabled] {
	opacity: 0.6;
	cursor: default;
}
.pp-form__msg {
	margin: 14px 0 0;
	font-weight: 600;
}
.pp-form__msg.is-error {
	color: #a12b2b;
}
.pp-form__msg.is-success {
	color: #2f6b3a;
}
.pp-msg {
	padding: 10px 0;
}
.pp-msg.pp-ok {
	color: #2f6b3a;
	font-weight: 700;
}
.pp-msg.pp-err {
	color: #a12b2b;
	font-weight: 700;
}
.pp-cancel-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.pp-cancel-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 0;
	border-bottom: 1px solid #F2E9E3;
}
.pp-cancel-btn {
	padding: 8px 18px;
	font-size: 14px;
}
