.dig-hb-form {
	--dig-hb-brand: #C8A96E;
	max-width: 640px;
	margin: 0 auto;
	font-family: inherit;
	color: inherit;
}
.dig-hb-steps {
	display: flex;
	gap: 8px;
	margin-bottom: 24px;
}
.dig-hb-step-dot {
	flex: 1;
	text-align: center;
	padding: 10px 6px;
	border-radius: 4px;
	background: #f0f0f0;
	color: #888;
	font-size: 13px;
	font-weight: 600;
}
.dig-hb-step-dot.active {
	background: var(--dig-hb-brand);
	color: #1a1712;
}
.dig-hb-panel { display: none; }
.dig-hb-panel.active { display: block; }

.dig-hb-row { display: flex; gap: 16px; margin-bottom: 16px; }
.dig-hb-row .dig-hb-field { flex: 1; }
.dig-hb-field { margin-bottom: 16px; }
.dig-hb-field label { display: block; font-weight: 600; margin-bottom: 6px; font-size: 14px; }
.dig-hb-form .dig-hb-field input,
.dig-hb-form .dig-hb-field textarea {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
	box-sizing: border-box;
	font-family: inherit;
	background: #fff !important;
	color: #1a1712 !important;
}

.dig-hb-btn {
	background: var(--dig-hb-brand);
	color: #1a1712;
	border: none;
	padding: 12px 28px;
	border-radius: 4px;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.5px;
	cursor: pointer;
	text-transform: uppercase;
}
.dig-hb-btn:disabled { opacity: 0.5; cursor: not-allowed; }
.dig-hb-btn-secondary {
	background: transparent;
	color: inherit;
	opacity: 0.75;
	border: 1px solid currentColor;
	margin-right: 10px;
}

.dig-hb-error { color: #b32d2e; font-size: 13px; margin: 8px 0; min-height: 1em; }

.dig-hb-room-card {
	border: 1px solid #ddd;
	border-radius: 6px;
	padding: 16px;
	margin-bottom: 14px;
	cursor: pointer;
	transition: border-color 0.15s;
}
.dig-hb-room-card:hover { border-color: var(--dig-hb-brand); }
.dig-hb-room-card.selected { border-color: var(--dig-hb-brand); border-width: 2px; background: rgba(200,169,110,0.06); }
.dig-hb-room-card.preselected:not(.selected) { border-color: var(--dig-hb-brand); border-width: 2px; box-shadow: 0 0 0 3px rgba(200,169,110,0.2); }
.dig-hb-room-card img { width: 100%; max-height: 160px; object-fit: cover; border-radius: 4px; margin-bottom: 10px; }
.dig-hb-room-name { font-weight: 700; font-size: 16px; margin-bottom: 4px; }
.dig-hb-room-meta { font-size: 12px; color: #888; margin-bottom: 10px; }
.dig-hb-room-options { display: flex; gap: 10px; flex-wrap: wrap; }
.dig-hb-room-option {
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 10px 16px;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
}
.dig-hb-room-option.selected { border-color: var(--dig-hb-brand); background: var(--dig-hb-brand); color: #1a1712; font-weight: 700; }

/* !important here is deliberate: this box has its own fixed light
   background regardless of the host site's light/dark toggle, so its
   text color must be pinned too — otherwise a site-wide dark-mode rule
   (e.g. "body.dark-mode *") can win on specificity and turn the text
   near-invisible against the light box, which is exactly what happened
   on dev.hotelempiregokak.in. */
.dig-hb-form .dig-hb-price-summary {
	background: #f8f6f2 !important;
	color: #2a2620 !important;
	border: 1px solid #ddd0b8 !important;
	border-radius: 6px;
	padding: 14px 16px;
	margin-bottom: 20px;
	font-size: 14px;
}
.dig-hb-form .dig-hb-price-summary .row,
.dig-hb-form .dig-hb-price-summary .row * {
	display: flex; justify-content: space-between; margin-bottom: 4px;
	color: #2a2620 !important;
}
.dig-hb-form .dig-hb-price-summary .total,
.dig-hb-form .dig-hb-price-summary .total * {
	font-weight: 800; font-size: 17px; border-top: 1px solid #ddd; padding-top: 8px; margin-top: 6px;
	color: #9c6b0a !important;
}

.dig-hb-payment-option { display: block; margin-bottom: 8px; font-size: 14px; }

.dig-hb-confirmation-box {
	text-align: center;
	padding: 32px 20px;
	border: 2px solid var(--dig-hb-brand);
	border-radius: 8px;
}
.dig-hb-confirmation-ref {
	font-family: monospace;
	font-size: 22px;
	font-weight: 700;
	color: var(--dig-hb-brand);
	margin: 12px 0;
}
