/* DATAsoft Date-Manager – Gold/Schwarz wie escortinberlin.de */

:root {
	--ds-dm-gold: #cda154;
	--ds-dm-gold-hi: #e0b85a;
	--ds-dm-ink: #1a1a1a;
	--ds-dm-text: #f3e6c0;
	--ds-dm-muted: #cfc3a3;
	--ds-dm-line: rgba(205, 161, 84, 0.35);
	--ds-dm-radius: 8px;
}

/* Plugin-Menüpunkte in der goldenen Hauptnav nicht mehr anzeigen */
.header--bottom .ds-dm-nav,
li.ds-dm-nav {
	display: none !important;
}

/* Obere Leiste: neben den Fahnen, nicht fixed über dem Header */
.ds-dm-accountbar {
	display: none;
	align-items: center;
	gap: 6px;
	flex: 0 0 auto;
	margin-left: 10px;
	position: static !important;
	top: auto !important;
	right: auto !important;
	z-index: auto;
}

.header--top--wrap .ds-dm-accountbar,
.ds-dm-accountbar.is-placed {
	display: flex;
}

.header--top--wrap {
	align-items: center;
}

.header--top--wrap .header--top--cell:first-child {
	flex: 0 1 auto !important;
	min-width: 0;
}

.header--top--wrap .header--top--cell:last-child {
	flex: 1 1 auto !important;
	width: auto !important;
	min-width: 0 !important;
	max-width: none !important;
	display: flex !important;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	flex-wrap: nowrap;
}

.header--top--wrap:has(.ds-dm-accountbar) .header--top--languages ul li {
	margin-left: 8px !important;
}

.header--top--cell--center {
	flex: 1 1 0 !important;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ds-dm-accountbar__link {
	appearance: none;
	background: transparent;
	color: #cda154 !important;
	border: 1px solid #cda154;
	border-radius: 8px;
	padding: 5px 12px;
	font: 600 13px/1.2 "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none !important;
	cursor: pointer;
	white-space: nowrap;
}

.ds-dm-accountbar__link:hover {
	background: #cda154;
	color: #1a1a1a !important;
}

.page--caption--detail--mail {
	cursor: pointer;
}

.ds-dm-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 15px;
	border: 0;
	border-radius: 8px;
	background: #cda154;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	cursor: pointer;
	text-decoration: none;
}

.ds-dm-btn:hover {
	background: #e0b85a;
	color: #fff;
}

.ds-dm-btn--ghost {
	background: transparent;
	border: 1px solid #cda154;
	color: #cda154;
}

.ds-dm-overlay {
	position: fixed;
	inset: 0;
	z-index: 100050;
	background: rgba(0, 0, 0, 0.72);
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding: 6vh 16px 24px;
	overflow: auto;
	/* Theme setzt body { line-height: 0 } – ohne Reset kleben die Labels auf den Inputs */
	line-height: 1.4;
	font-size: 14px;
	color: #f3e6c0;
}

.ds-dm-overlay[hidden] {
	display: none !important;
}

.ds-dm-modal[hidden] {
	display: none !important;
}

.ds-dm-setcard-cta {
	margin: 1.25rem 0;
}

.ds-dm-setcard-cta .ds-dm-btn {
	background: #cda154;
	color: #fff;
	border-radius: 8px;
	padding: 10px 15px;
	font-size: 14px;
}

/* Termin anfragen: unter Telegram, Gold–Blau–Gold */
.ds-dm-float-book {
	display: none;
	appearance: none;
	-webkit-appearance: none;
	margin: 0;
	cursor: pointer;
	line-height: 1.1;
	font-family: inherit;
	border: 0;
	box-sizing: border-box;
}

.egb-desk-call .ds-dm-float-book {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 18px;
	border-radius: 999px;
	font-weight: 800;
	font-size: 13px;
	text-decoration: none !important;
	background: linear-gradient(180deg, #e0c07a, #cda154);
	color: #1a1a1a !important;
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
	white-space: nowrap;
}

.egb-desk-call .ds-dm-float-book:hover {
	filter: brightness(1.05);
	transform: translateY(-2px);
}

.egb-sticky-call .ds-dm-float-book {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 12px;
	background: linear-gradient(180deg, #e0c07a, #cda154);
	color: #1a1a1a !important;
	border-radius: 8px;
	font-size: 13px;
	font-weight: 700;
	min-width: 96px;
	min-height: 48px;
}

.ds-dm-float-book--solo.is-placed {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	right: 20px;
	bottom: 24px;
	z-index: 99998;
	min-height: 48px;
	padding: 12px 18px;
	border-radius: 999px;
	font-weight: 800;
	font-size: 13px;
	background: linear-gradient(180deg, #e0c07a, #cda154);
	color: #1a1a1a !important;
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}

.ds-dm-modal {
	position: relative;
	width: min(420px, 100%);
	background: #1a1a1a;
	color: #f3e6c0;
	border: 1px solid #cda154;
	border-radius: 8px;
	padding: 20px 22px 18px;
	line-height: 1.4;
}

.ds-dm-modal--booking {
	width: min(560px, 100%);
}

.ds-dm-modal__close {
	position: absolute;
	top: 10px;
	right: 12px;
	background: none;
	border: 0;
	color: #cda154;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	padding: 0;
	width: 28px;
	height: 28px;
}

.ds-dm-modal h2 {
	margin: 0 32px 8px 0 !important;
	padding: 0 !important;
	font-size: 20px !important;
	line-height: 1.25 !important;
	font-weight: 700 !important;
	color: #cda154 !important;
	text-transform: uppercase;
}

.ds-dm-tabs {
	display: flex;
	gap: 4px;
	margin: 0 0 16px;
	border-bottom: 1px solid rgba(205, 161, 84, 0.35);
}

.ds-dm-tab {
	background: transparent;
	border: 0;
	color: #cfc3a3;
	padding: 8px 12px 10px;
	cursor: pointer;
	border-bottom: 2px solid transparent;
	margin-bottom: -1px;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 500;
}

.ds-dm-tab.is-active {
	color: #cda154;
	border-bottom-color: #cda154;
	font-weight: 700;
}

.ds-dm-form {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.ds-dm-form fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

.ds-dm-form legend {
	margin: 0 0 8px;
	padding: 0;
	font-size: 13px;
	font-weight: 700;
	color: #cda154;
	line-height: 1.3;
}

.ds-dm-form > label:not(.ds-dm-check):not(.ds-dm-chip),
.ds-dm-form .ds-dm-row > label:not(.ds-dm-chip),
.ds-dm-form fieldset > label:not(.ds-dm-chip) {
	display: flex !important;
	flex-direction: column;
	align-items: stretch;
	gap: 6px;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 13px !important;
	font-weight: 500;
	line-height: 1.35 !important;
	color: #f3e6c0;
	position: static !important;
	height: auto !important;
	min-height: 0 !important;
}

.ds-dm-form input[type="text"],
.ds-dm-form input[type="email"],
.ds-dm-form input[type="password"],
.ds-dm-form input[type="date"],
.ds-dm-form input[type="time"],
.ds-dm-form textarea {
	display: block;
	width: 100%;
	height: 38px;
	min-height: 38px;
	max-height: 38px;
	margin: 0 !important;
	padding: 0 10px !important;
	border-radius: 6px;
	border: 1px solid #cda154 !important;
	background: #111 !important;
	color: #f3e6c0 !important;
	font-size: 14px !important;
	line-height: 36px !important;
	box-sizing: border-box;
	box-shadow: none !important;
}

.ds-dm-form textarea {
	height: auto;
	min-height: 88px;
	max-height: none;
	padding: 8px 10px !important;
	line-height: 1.4 !important;
	resize: vertical;
}

.ds-dm-form input[type="date"],
.ds-dm-form input[type="time"] {
	line-height: 36px !important;
	color-scheme: dark;
}

.ds-dm-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.ds-dm-check {
	display: flex !important;
	flex-direction: row !important;
	align-items: flex-start !important;
	gap: 8px !important;
	font-size: 13px !important;
	line-height: 1.4 !important;
	margin: 0 !important;
}

.ds-dm-check input[type="checkbox"] {
	width: 16px;
	height: 16px;
	min-height: 16px;
	max-height: 16px;
	margin: 2px 0 0 !important;
	flex: 0 0 16px;
	accent-color: #cda154;
}

.ds-dm-form__msg {
	color: #e8a0a0;
	font-size: 13px;
	line-height: 1.35;
	margin: 0;
}

.ds-dm-form > .ds-dm-btn,
.ds-dm-form > button[type="submit"] {
	align-self: flex-start;
	margin-top: 4px;
}

.ds-dm-booking-model {
	display: flex;
	gap: 12px;
	align-items: center;
	margin-bottom: 12px;
}

.ds-dm-booking-model img {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	object-fit: cover;
}

.ds-dm-durations {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.ds-dm-chip {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 6px;
	border: 1px solid #cda154;
	border-radius: 8px;
	padding: 8px 10px;
	cursor: pointer;
	min-width: 90px;
	line-height: 1.3;
	margin: 0;
}

.ds-dm-chip:has(input:checked) {
	background: #cda154;
	color: #1a1a1a;
}

.ds-dm-chip small {
	display: block;
	margin-top: 2px;
}

.ds-dm-modal__foot {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	margin-top: 12px;
}

.ds-dm-dash {
	display: grid;
	grid-template-columns: 200px 1fr;
	gap: 24px;
	max-width: 1100px;
	margin: 24px auto;
	color: #1a1a1a;
}

.ds-dm-dash__link {
	color: #1a1a1a;
	text-decoration: none;
	padding: 8px 10px;
	border-left: 3px solid transparent;
	display: block;
}

.ds-dm-dash__link.is-active {
	color: #cda154;
	border-left-color: #cda154;
	font-weight: 700;
}

.ds-dm-card {
	background: #fff;
	border: 1px solid #eaeaea;
	border-radius: 8px;
	padding: 14px 16px;
	margin-bottom: 14px;
}

.ds-dm-card__meta {
	display: flex;
	justify-content: space-between;
	font-size: 0.85rem;
	margin-bottom: 10px;
}

.ds-dm-card__body {
	display: grid;
	grid-template-columns: 64px 1fr;
	gap: 12px;
}

.ds-dm-card__photo {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	object-fit: cover;
}

.ds-dm-card__photo--ph {
	background: #cda15433;
}

.ds-dm-card__facts,
.ds-dm-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.ds-dm-status::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin-right: 6px;
	background: #888;
}

.ds-dm-status--gold::before { background: #cda154; }
.ds-dm-status--green::before { background: #3dcc7a; }
.ds-dm-status--blue::before { background: #4aa3ff; }
.ds-dm-status--red::before { background: #e85a6b; }
.ds-dm-status--violet::before { background: #cda154; }
.ds-dm-status--gray::before { background: #8a849c; }

.ds-dm-card__details dl {
	display: grid;
	grid-template-columns: 110px 1fr;
	gap: 6px 10px;
}

.ds-dm-review-form textarea {
	width: 100%;
	min-height: 70px;
	margin: 6px 0;
}

.ds-dm-reviews {
	margin: 2rem 0 1rem;
	padding-top: 1rem;
	border-top: 1px solid #eaeaea;
}

.ds-dm-stars {
	color: #cda154;
	letter-spacing: 1px;
}

.ds-dm-muted {
	color: #8e8e8e;
}

.ds-dm-dash-guest {
	max-width: 480px;
	margin: 40px auto;
	text-align: center;
}

@media (max-width: 900px) {
	.header--top--wrap .header--top--cell:last-child {
		flex-wrap: wrap;
	}
	.ds-dm-accountbar {
		width: 100%;
		justify-content: flex-end;
		margin: 6px 0 0;
	}
	.ds-dm-dash {
		grid-template-columns: 1fr;
	}
	.ds-dm-row {
		grid-template-columns: 1fr;
	}
}
