/* Porto Di Napoli — rezervări (EMPIRE X · gold dark, form semi-transparent, colțuri drepte) */

.pdn-res-wrap {
	--pdn-bg: #050504;
	--pdn-cream: #faf6ee;
	--pdn-gold: #c9a06c;
	--pdn-gold-hover: #e4c48a;
	--pdn-field-bg: rgba(255, 252, 245, 0.05);
	--pdn-field-border: rgba(201, 160, 108, 0.24);
	--pdn-glass: rgba(12, 11, 9, 0.42);
	--pdn-radius: 0;
	--pdn-radius-sm: 0;
	--pdn-touch: 52px;

	font-family:
		system-ui,
		-apple-system,
		"Segoe UI",
		Roboto,
		"Helvetica Neue",
		Arial,
		sans-serif;
	box-sizing: border-box;
	max-width: min(800px, 96vw);
	margin: 0 auto;
	padding: clamp(14px, 3.5vw, 28px);
	width: 100%;
	-webkit-font-smoothing: antialiased;
}

.pdn-res-wrap *,
.pdn-res-wrap *::before,
.pdn-res-wrap *::after {
	box-sizing: border-box;
}

/* Header */
.pdn-res-head {
	text-align: center;
	margin-bottom: clamp(20px, 4vw, 32px);
	padding: 0 clamp(8px, 2vw, 16px);
}

.pdn-res-head__eyebrow {
	margin: 0 0 12px;
	color: var(--pdn-gold);
	font-size: clamp(11px, 2.4vw, 13px);
	font-weight: 500;
	letter-spacing: 0.32em;
	text-transform: uppercase;
}

.pdn-res-head__title {
	margin: 0 0 16px;
	font-size: clamp(30px, 7.5vw, 46px);
	font-weight: 500;
	line-height: 1.04;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	background: linear-gradient(185deg, #fffefc 0%, #f0dcc0 38%, #c9a06c 92%);
	background-size: 100% 220%;
	animation: pdn-title-shimmer 10s ease-in-out infinite;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	filter: drop-shadow(0 2px 24px rgba(201, 160, 108, 0.25));
}

.pdn-res-head__lead {
	margin: 0 auto 14px;
	max-width: 44ch;
	color: rgba(250, 246, 238, 0.58);
	font-size: clamp(14px, 3vw, 17px);
	line-height: 1.6;
	font-weight: 450;
	letter-spacing: 0.01em;
}

.pdn-res-head__advance {
	margin: 0 auto 18px;
	max-width: 44ch;
	padding: 14px 0;
	border: none;
	border-top: 1px solid rgba(193, 154, 107, 0.22);
	border-bottom: 1px solid rgba(193, 154, 107, 0.22);
	background: none;
	color: rgba(246, 237, 220, 0.7);
	font-size: clamp(13px, 2.8vw, 15px);
	line-height: 1.6;
	letter-spacing: 0.02em;
	text-align: center;
	box-shadow: none;
}

.pdn-res-head__tel {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-bottom: 18px;
	padding: 10px 20px;
	border-radius: 0;
	border: 1px solid rgba(193, 154, 107, 0.4);
	background: rgba(193, 154, 107, 0.12);
	color: rgba(246, 237, 220, 0.95);
	font-size: clamp(15px, 3.2vw, 18px);
	font-weight: 500;
	letter-spacing: 0.06em;
	text-decoration: none;
	transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.pdn-res-head__tel svg {
	width: 18px;
	height: 18px;
	color: var(--pdn-gold);
	flex-shrink: 0;
}

.pdn-res-head__tel:hover {
	border-color: rgba(214, 178, 122, 0.65);
	background: rgba(193, 154, 107, 0.22);
	transform: translateY(-2px);
}

.pdn-res-head__rule {
	display: block;
	width: min(140px, 45%);
	height: 1px;
	margin: 0 auto;
	background: linear-gradient(90deg, transparent, rgba(193, 154, 107, 0.55), transparent);
}

/* Form — semi-transparent, colțuri drepte, linii curate */
.pdn-res-form {
	position: relative;
	padding: clamp(22px, 4.2vw, 34px) clamp(18px, 3.8vw, 30px);
	color: var(--pdn-cream);
	background:
		linear-gradient(165deg, rgba(18, 16, 14, 0.72) 0%, rgba(7, 7, 6, 0.58) 50%, rgba(14, 12, 10, 0.68) 100%);
	border: 1px solid rgba(193, 154, 107, 0.32);
	border-radius: 0;
	box-shadow:
		0 1px 0 rgba(246, 237, 220, 0.05) inset,
		0 20px 48px rgba(0, 0, 0, 0.38);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	overflow: visible;
	isolation: isolate;
	color-scheme: dark;
}

.pdn-res-form__mesh,
.pdn-res-form__shine {
	border-radius: inherit;
}

.pdn-res-form__mesh {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
	pointer-events: none;
	background:
		radial-gradient(ellipse 70% 60% at 20% 80%, rgba(193, 154, 107, 0.1), transparent 65%),
		radial-gradient(ellipse 60% 50% at 85% 20%, rgba(214, 178, 122, 0.08), transparent 60%),
		linear-gradient(125deg, rgba(193, 154, 107, 0.08), transparent 45%, rgba(246, 237, 220, 0.04) 60%, transparent);
	background-size: 120% 120%, 120% 120%, 200% 200%;
	animation: pdn-mesh-drift 16s ease-in-out infinite alternate;
	pointer-events: none;
	opacity: 0.7;
}

.pdn-res-form__shine {
	position: absolute;
	top: 0;
	left: 0;
	width: 45%;
	height: 100%;
	background: linear-gradient(
		105deg,
		transparent,
		rgba(246, 237, 220, 0.03) 45%,
		rgba(246, 237, 220, 0.08) 50%,
		rgba(246, 237, 220, 0.03) 55%,
		transparent
	);
	transform: translate3d(-120%, 0, 0);
	animation: pdn-shine-pass 10s ease-in-out infinite;
	pointer-events: none;
	z-index: 1;
	will-change: transform;
}

.pdn-res-form::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	padding: 2px;
	background: linear-gradient(
		120deg,
		rgba(193, 154, 107, 0.2),
		rgba(246, 237, 220, 0.7) 25%,
		rgba(193, 154, 107, 0.4) 50%,
		rgba(214, 178, 122, 0.5) 75%,
		rgba(193, 154, 107, 0.2)
	);
	background-size: 300% 300%;
	animation: pdn-border-flow 10s linear infinite;
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
	z-index: 2;
}

.pdn-res-form__legend {
	position: relative;
	z-index: 3;
	margin: 0 0 14px;
	font-size: clamp(12px, 2.6vw, 14px);
	color: rgba(246, 237, 220, 0.55);
	letter-spacing: 0.06em;
}

.pdn-res-form__legend-sep {
	margin: 0 10px;
	opacity: 0.45;
}

.pdn-field__badge {
	position: absolute;
	top: 8px;
	right: 10px;
	z-index: 4;
	pointer-events: none;
	line-height: 1;
}

.pdn-field__badge--req {
	color: #f0d9a8;
	font-size: clamp(18px, 4vw, 22px);
	font-weight: 700;
	text-shadow: 0 0 12px rgba(193, 154, 107, 0.8);
}

.pdn-field__badge--opt {
	padding: 3px 8px;
	border-radius: 0;
	font-size: clamp(10px, 2.2vw, 11px);
	letter-spacing: 0.08em;
	text-transform: lowercase;
	color: rgba(246, 237, 220, 0.5);
	background: rgba(246, 237, 220, 0.08);
}

.pdn-res-form__legend .pdn-field__badge--req {
	position: static;
	font-size: 16px;
}

.pdn-gdpr .pdn-field__badge--req {
	position: static;
	margin-right: 6px;
	font-size: 18px;
}

/* Grid */
.pdn-res-grid {
	position: relative;
	z-index: 3;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-bottom: 16px;
}

.pdn-field--wide {
	grid-column: 1 / -1;
}

.pdn-field {
	position: relative;
	z-index: 4;
	display: flex;
	align-items: center;
	min-height: var(--pdn-touch);
	background: var(--pdn-field-bg);
	border: 1px solid var(--pdn-field-border);
	border-radius: var(--pdn-radius-sm);
	box-shadow: 0 1px 0 rgba(255, 252, 245, 0.04) inset;
	transition:
		border-color 0.28s ease,
		background 0.28s ease,
		box-shadow 0.28s ease,
		transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.pdn-field:focus-within {
	border-color: rgba(228, 196, 138, 0.45);
	background: rgba(255, 252, 245, 0.07);
	box-shadow:
		0 0 0 1px rgba(228, 196, 138, 0.12),
		0 0 28px rgba(201, 160, 108, 0.12),
		0 14px 36px rgba(0, 0, 0, 0.28);
	transform: translateY(-2px);
}

.pdn-field.pdn-invalid {
	border-color: rgba(180, 80, 80, 0.7);
	box-shadow: 0 0 0 3px rgba(180, 80, 80, 0.2);
}

.pdn-field__ico {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 48px;
	color: var(--pdn-gold);
	opacity: 0.9;
	pointer-events: none;
	transition: transform 0.3s ease, color 0.3s ease;
}

.pdn-field__ico svg {
	width: 22px;
	height: 22px;
}

.pdn-field:focus-within .pdn-field__ico {
	transform: scale(1.15);
	color: var(--pdn-gold-hover);
}

.pdn-field__ico--top {
	align-self: flex-start;
	padding-top: 14px;
}

.pdn-field__chev {
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	color: rgba(246, 237, 220, 0.4);
	pointer-events: none;
}

.pdn-field__chev svg {
	width: 18px;
	height: 18px;
}

.pdn-field input,
.pdn-field select,
.pdn-field textarea {
	position: relative;
	z-index: 2;
	flex: 1;
	width: 100%;
	min-width: 0;
	min-height: var(--pdn-touch);
	padding: 0 14px 0 0;
	background: transparent;
	border: none;
	color: var(--pdn-cream);
	font-size: clamp(16px, 3.2vw, 18px);
	line-height: 1.35;
	border-radius: 0;
	-webkit-appearance: none;
	appearance: none;
}

.pdn-field select {
	padding-right: 36px;
	cursor: pointer;
	background-color: transparent;
}

.pdn-field select option {
	background: #12100e;
	color: #f6eddc;
	padding: 10px;
}

.pdn-field select:disabled {
	opacity: 0.72;
	cursor: default;
}

.pdn-field--time.is-loading-slots select:disabled {
	cursor: wait;
}

.pdn-field--time select {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pdn-field .pdn-flatpickr-alt::placeholder {
	color: rgba(246, 237, 220, 0.42);
	font-size: clamp(15px, 3vw, 17px);
}

.pdn-field input::placeholder,
.pdn-field textarea::placeholder {
	color: rgba(246, 237, 220, 0.42);
	font-size: clamp(15px, 3vw, 17px);
}

.pdn-field input:focus,
.pdn-field select:focus,
.pdn-field textarea:focus {
	outline: none;
}

.pdn-field--area-top textarea {
	min-height: 76px;
	padding-top: 12px;
	padding-bottom: 10px;
	resize: none;
}

.pdn-field--date {
	cursor: pointer;
}

.pdn-field--date.is-focused,
.pdn-field--date:focus-within {
	border-color: rgba(193, 154, 107, 0.75);
}

.pdn-field input[type="date"],
.pdn-field .pdn-input-date,
.pdn-field .pdn-flatpickr-alt {
	color-scheme: dark;
	cursor: pointer;
	padding-right: 8px;
}

.pdn-field input[type="date"]::-webkit-calendar-picker-indicator,
.pdn-field .pdn-input-date::-webkit-calendar-picker-indicator,
.pdn-field .pdn-flatpickr-alt::-webkit-calendar-picker-indicator {
	filter: invert(0.8) sepia(0.35) saturate(2.5) hue-rotate(5deg);
	opacity: 0.9;
	cursor: pointer;
	width: 22px;
	height: 22px;
	margin-left: 4px;
}

.pdn-field input[type="date"]::-webkit-datetime-edit,
.pdn-field .pdn-input-date::-webkit-datetime-edit,
.pdn-field .pdn-flatpickr-alt::-webkit-datetime-edit {
	color: var(--pdn-cream);
	padding: 0 2px;
}

/* GDPR */
.pdn-gdpr {
	position: relative;
	z-index: 3;
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin: 0 0 14px;
	cursor: pointer;
}

.pdn-gdpr input {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

.pdn-gdpr__box {
	flex-shrink: 0;
	width: 22px;
	height: 22px;
	margin-top: 2px;
	border: 1px solid var(--pdn-field-border);
	border-radius: 0;
	background: var(--pdn-field-bg);
	transition: border-color 0.2s ease, background 0.2s ease;
}

.pdn-gdpr__box::after {
	content: "";
	display: block;
	width: 11px;
	height: 7px;
	margin: 5px auto 0;
	border-left: 2px solid transparent;
	border-bottom: 2px solid transparent;
	transform: rotate(-45deg) scale(0);
	transition: transform 0.15s ease;
}

.pdn-gdpr input:checked + .pdn-gdpr__box {
	border-color: var(--pdn-gold);
	background: rgba(193, 154, 107, 0.25);
}

.pdn-gdpr input:checked + .pdn-gdpr__box::after {
	border-color: var(--pdn-cream);
	transform: rotate(-45deg) scale(1);
}

.pdn-gdpr__text {
	font-size: clamp(13px, 2.8vw, 15px);
	line-height: 1.5;
	color: rgba(246, 237, 220, 0.58);
}

.pdn-res-hp {
	position: absolute;
	left: -9999px;
	opacity: 0;
	pointer-events: none;
}

/* Messages */
.pdn-res-messages {
	position: relative;
	z-index: 3;
	margin-bottom: 12px;
	font-size: clamp(14px, 2.8vw, 16px);
	line-height: 1.45;
}

.pdn-res-messages:empty {
	display: none;
	margin: 0;
}

.pdn-res-messages.is-success,
.pdn-res-messages.is-error {
	padding: 12px 14px;
	border-radius: 0;
	animation: pdn-msg-in 0.4s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.pdn-res-messages.is-success {
	border: 1px solid rgba(193, 154, 107, 0.45);
	background: rgba(193, 154, 107, 0.12);
}

.pdn-res-messages.is-error {
	border: 1px solid rgba(140, 50, 50, 0.55);
	background: rgba(60, 20, 20, 0.45);
	color: #e8c4c4;
}

/* Submit */
.pdn-res-submit {
	position: relative;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	min-height: calc(var(--pdn-touch) + 8px);
	padding: 0 32px;
	border: none;
	border-radius: 0;
	background: linear-gradient(135deg, #fffefc 0%, #e8d4b0 28%, #c9a06c 62%, #f5ead8 100%);
	background-size: 220% 220%;
	color: #1a1612;
	font-size: clamp(14px, 3.1vw, 16px);
	font-weight: 650;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	cursor: pointer;
	transition:
		transform 0.28s ease,
		box-shadow 0.28s ease,
		filter 0.28s ease;
	-webkit-tap-highlight-color: transparent;
	overflow: hidden;
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.35) inset,
		0 16px 48px rgba(0, 0, 0, 0.35),
		0 0 40px rgba(201, 160, 108, 0.2);
}

.pdn-res-submit:not(:disabled) {
	animation: pdn-submit-flow 6s ease infinite;
}

.pdn-res-submit:hover:not(:disabled) {
	transform: translateY(-2px) scale(1.01);
	filter: brightness(1.04);
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.4) inset,
		0 22px 56px rgba(0, 0, 0, 0.4),
		0 0 56px rgba(201, 160, 108, 0.28);
}

.pdn-res-submit:hover:not(:disabled) .pdn-res-submit__ico {
	transform: translateX(4px);
}

.pdn-res-submit:disabled {
	opacity: 0.65;
	cursor: wait;
}

.pdn-res-submit__loader {
	width: 18px;
	height: 18px;
	border: 2px solid rgba(7, 7, 6, 0.2);
	border-top-color: var(--pdn-bg);
	border-radius: 50%;
	animation: pdn-spin 0.65s linear infinite;
}

.pdn-res-submit__loader[hidden] {
	display: none;
}

/* Keyframes */
@keyframes pdn-spin {
	to { transform: rotate(360deg); }
}

@keyframes pdn-border-flow {
	0% { background-position: 0% 50%; }
	50% { background-position: 100% 50%; }
	100% { background-position: 0% 50%; }
}

@keyframes pdn-mesh-drift {
	0% {
		background-position: 0% 40%, 100% 0%, 0% 50%;
		opacity: 0.55;
	}
	100% {
		background-position: 100% 60%, 0% 100%, 100% 50%;
		opacity: 0.75;
	}
}

@keyframes pdn-shine-pass {
	0%, 72% {
		transform: translate3d(-120%, 0, 0);
		opacity: 0;
	}
	82% {
		opacity: 1;
	}
	100% {
		transform: translate3d(280%, 0, 0);
		opacity: 0;
	}
}

@keyframes pdn-submit-flow {
	0%, 100% { background-position: 0% 50%; }
	50% { background-position: 100% 50%; }
}

@keyframes pdn-title-shimmer {
	0%, 100% { background-position: 0% 0%; }
	50% { background-position: 0% 100%; }
}

@keyframes pdn-asterisk-glow {
	0%, 100% { opacity: 1; text-shadow: 0 0 10px rgba(193, 154, 107, 0.7); }
	50% { opacity: 0.85; text-shadow: 0 0 18px rgba(246, 237, 220, 0.5); }
}

@keyframes pdn-rise {
	from { opacity: 0; transform: translateY(18px); }
	to { opacity: 1; transform: translateY(0); }
}

@keyframes pdn-msg-in {
	from { opacity: 0; transform: translateY(8px) scale(0.98); }
	to { opacity: 1; transform: translateY(0) scale(1); }
}

/* Load animations — fără opacity:0 pe form (evită flicker la încărcare) */
.pdn-res-wrap:not(.pdn-is-ready) .pdn-res-head {
	opacity: 0;
}

.pdn-res-wrap.pdn-is-ready .pdn-res-head {
	animation: pdn-rise 0.65s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.pdn-res-wrap.pdn-is-ready .pdn-res-form {
	animation: pdn-rise 0.7s 0.08s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.pdn-res-wrap.pdn-is-ready .pdn-field,
.pdn-res-wrap.pdn-is-ready .pdn-gdpr,
.pdn-res-wrap.pdn-is-ready .pdn-res-submit {
	animation: pdn-rise 0.5s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.pdn-res-wrap.pdn-is-ready .pdn-field:nth-child(1) { animation-delay: 0.14s; }
.pdn-res-wrap.pdn-is-ready .pdn-field:nth-child(2) { animation-delay: 0.18s; }
.pdn-res-wrap.pdn-is-ready .pdn-field:nth-child(3) { animation-delay: 0.22s; }
.pdn-res-wrap.pdn-is-ready .pdn-field:nth-child(4) { animation-delay: 0.26s; }
.pdn-res-wrap.pdn-is-ready .pdn-field:nth-child(5) { animation-delay: 0.3s; }
.pdn-res-wrap.pdn-is-ready .pdn-field:nth-child(6) { animation-delay: 0.34s; }
.pdn-res-wrap.pdn-is-ready .pdn-field:nth-child(7) { animation-delay: 0.38s; }
.pdn-res-wrap.pdn-is-ready .pdn-field:nth-child(8) { animation-delay: 0.42s; }
.pdn-res-wrap.pdn-is-ready .pdn-gdpr { animation-delay: 0.48s; }
.pdn-res-wrap.pdn-is-ready .pdn-res-submit { animation-delay: 0.54s; }

@media (prefers-reduced-motion: reduce) {
	.pdn-res-wrap.pdn-is-ready .pdn-res-head,
	.pdn-res-wrap.pdn-is-ready .pdn-res-form,
	.pdn-res-wrap.pdn-is-ready .pdn-field,
	.pdn-res-wrap.pdn-is-ready .pdn-gdpr,
	.pdn-res-wrap.pdn-is-ready .pdn-res-submit,
	.pdn-res-messages.is-success,
	.pdn-res-messages.is-error,
	.pdn-res-form::before,
	.pdn-res-form__mesh,
	.pdn-res-form__shine,
	.pdn-res-submit:not(:disabled),
	.pdn-res-head__title {
		animation: none !important;
	}

	.pdn-res-wrap:not(.pdn-is-ready) .pdn-res-head {
		opacity: 1;
	}

	.pdn-res-form__shine {
		will-change: auto;
	}

	.pdn-field:focus-within {
		transform: none;
	}
}

@media (min-width: 700px) {
	.pdn-res-grid {
		gap: 14px;
	}
}

@media (max-width: 520px) {
	.pdn-res-grid {
		grid-template-columns: 1fr;
	}

	.pdn-res-form {
		padding: 18px 14px;
	}
}

@supports (padding: max(0px)) {
	.pdn-res-wrap {
		padding-left: max(12px, env(safe-area-inset-left));
		padding-right: max(12px, env(safe-area-inset-right));
	}
}

/* Flatpickr — calendar 2027 */
.flatpickr-calendar.pdn-flatpickr-cal {
	background: rgba(14, 12, 10, 0.92);
	color: #faf6ee;
	border: 1px solid rgba(201, 160, 108, 0.35);
	border-radius: 0;
	box-shadow:
		0 24px 64px rgba(0, 0, 0, 0.55),
		0 0 0 1px rgba(255, 252, 245, 0.04) inset;
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
}

.flatpickr-calendar.pdn-flatpickr-cal .flatpickr-months,
.flatpickr-calendar.pdn-flatpickr-cal .flatpickr-weekdays {
	background: transparent;
}

.flatpickr-calendar.pdn-flatpickr-cal .flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-calendar.pdn-flatpickr-cal .flatpickr-current-month .numInputWrapper input {
	color: #f6eddc;
	font-weight: 600;
}

.flatpickr-calendar.pdn-flatpickr-cal .flatpickr-weekday {
	color: rgba(246, 237, 220, 0.55);
}

.flatpickr-calendar.pdn-flatpickr-cal .flatpickr-day {
	border-radius: 0;
	color: #f0e6d4;
}

.flatpickr-calendar.pdn-flatpickr-cal .flatpickr-day:hover {
	background: rgba(193, 154, 107, 0.25);
	border-color: transparent;
}

.flatpickr-calendar.pdn-flatpickr-cal .flatpickr-day.today {
	border-color: rgba(193, 154, 107, 0.8);
}

.flatpickr-calendar.pdn-flatpickr-cal .flatpickr-day.selected,
.flatpickr-calendar.pdn-flatpickr-cal .flatpickr-day.startRange,
.flatpickr-calendar.pdn-flatpickr-cal .flatpickr-day.endRange {
	background: #9a7348;
	border-color: #c19a6b;
	color: #fff;
}

.flatpickr-calendar.pdn-flatpickr-cal .flatpickr-day.flatpickr-disabled {
	color: rgba(246, 237, 220, 0.25);
}

.flatpickr-calendar.pdn-flatpickr-cal .flatpickr-prev-month:hover svg,
.flatpickr-calendar.pdn-flatpickr-cal .flatpickr-next-month:hover svg {
	fill: #d6b27a;
}

.flatpickr-calendar.pdn-flatpickr-cal .flatpickr-prev-month svg,
.flatpickr-calendar.pdn-flatpickr-cal .flatpickr-next-month svg {
	fill: rgba(246, 237, 220, 0.65);
}
