.lb-rez {
	max-width: 900px;
	margin: 0 auto 40px;
	text-align: left;
	font-size: 15px;
	color: #2c2c2c;
}

.lb-lang-switcher {
	text-align: right;
	margin-bottom: 16px;
}
.lb-lang-link {
	display: inline-block;
	padding: 4px 8px;
	margin-left: 4px;
	border: 1px solid #ccc;
	border-radius: 3px;
	text-decoration: none;
	color: #3c5a3e;
	font-size: 12px;
	font-weight: bold;
}
.lb-lang-link.lb-lang-active {
	background: #3c5a3e;
	color: #fff;
	border-color: #3c5a3e;
}

.lb-alert {
	padding: 12px 16px;
	border-radius: 4px;
	margin-bottom: 16px;
}
.lb-alert-info { background: #eef3f7; color: #2c516f; }
.lb-alert-success { background: #e9f5ea; color: #2c5e2e; }
.lb-alert-error { background: #fbeaea; color: #7a2323; }
.lb-alert a { text-decoration: underline; margin-left: 6px; }

.lb-service {
	border: 1px solid #e3ddd0;
	border-radius: 6px;
	padding: 20px;
	margin-bottom: 24px;
	background: #fff;
}
.lb-service-header { display: flex; gap: 20px; flex-wrap: wrap; margin-bottom: 16px; }
.lb-service-thumb img { max-width: 160px; border-radius: 4px; height: auto; }
.lb-service-title { margin: 0 0 8px; }
.lb-service-meta { color: #666; font-size: 13px; }

.lb-calendar-wrap { border-top: 1px solid #eee; padding-top: 16px; text-align: center; }
.lb-calendar { max-width: 340px; margin: 0 auto; text-align: left; }
.lb-calendar-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }
.lb-calendar-head button { background: none; border: 1px solid #ccc; border-radius: 3px; cursor: pointer; padding: 2px 10px; }
.lb-calendar-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; text-align: center; }
.lb-calendar-grid .lb-cal-dow { font-size: 11px; color: #888; padding: 4px 0; }
.lb-calendar-grid .lb-cal-day {
	padding: 6px 0;
	border-radius: 3px;
	cursor: default;
	font-size: 13px;
	background: #f4f4f4;
	color: #bbb;
}
.lb-calendar-grid .lb-cal-day.lb-day-free { background: #e3f0e4; color: #2c5e2e; cursor: pointer; }
.lb-calendar-grid .lb-cal-day.lb-day-free:hover { background: #c9e6cb; }
.lb-calendar-grid .lb-cal-day.lb-day-full { background: #f6e5e5; color: #a05656; }
.lb-calendar-grid .lb-cal-day.lb-day-selected { background: #3c5a3e; color: #fff; }

.lb-slots { margin-top: 16px; }
.lb-slots-placeholder { color: #888; }
.lb-slot-btn {
	display: inline-block;
	margin: 3px 6px 3px 0;
	padding: 6px 12px;
	border: 1px solid #3c5a3e;
	border-radius: 3px;
	background: #fff;
	color: #3c5a3e;
	cursor: pointer;
	font-size: 13px;
}
.lb-slot-btn:hover { background: #3c5a3e; color: #fff; }
.lb-slot-btn.lb-slot-selected { background: #3c5a3e; color: #fff; }

.lb-booking-form { margin-top: 14px; text-align: left; }
.lb-booking-form label { display: block; }
.lb-booking-form textarea { width: 100%; box-sizing: border-box; display: block; margin: 6px 0 10px; }
.lb-booking-form .lb-booking-confirm { display: block; margin-left: 0; text-align: left; }
.lb-booking-message { margin-top: 10px; }

.lb-btn {
	display: inline-block;
	padding: 9px 18px;
	border-radius: 3px;
	border: 1px solid #3c5a3e;
	background: #3c5a3e;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
}
.lb-btn:hover { background: #2c4630; }
.lb-btn-link { background: none; border: none; color: #7a2323; text-decoration: underline; padding: 0; }

.lb-auth-form { max-width: 420px; margin: 0 auto; background: #fff; border: 1px solid #e3ddd0; border-radius: 6px; padding: 24px; box-sizing: border-box; }
.lb-field { margin-bottom: 14px; }
.lb-field label { display: block; font-weight: bold; margin-bottom: 4px; font-size: 13px; }
.lb-field input[type="text"],
.lb-field input[type="email"],
.lb-field input[type="password"] {
	width: 100%;
	box-sizing: border-box;
	padding: 8px 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin: 0;
}
.lb-field input[type="checkbox"] { margin: 0 6px 0 0; vertical-align: middle; }
.lb-auth-form .lb-btn { margin-left: 0; }
.lb-field-inline { display: block; margin-bottom: 14px; font-size: 13px; }
.lb-hp { position: absolute; left: -9999px; top: -9999px; }
.lb-form-message { margin-top: 12px; }
.lb-form-switch { margin-top: 16px; font-size: 13px; }

.lb-account h4 { margin-top: 28px; }
.lb-table { width: 100%; border-collapse: collapse; }
.lb-table td { padding: 8px 6px; border-bottom: 1px solid #eee; vertical-align: middle; }
.lb-status { padding: 3px 8px; border-radius: 3px; font-size: 12px; }
.lb-status-pending { background: #fdf2d0; color: #8a6d1d; }
.lb-status-confirmed { background: #e3f0e4; color: #2c5e2e; }
.lb-status-cancelled { background: #f6e5e5; color: #a05656; }
.lb-status-completed { background: #e2e8f0; color: #45516b; }
.lb-muted { color: #999; font-size: 12px; }

.lb-thread { max-height: 340px; overflow-y: auto; border: 1px solid #eee; padding: 12px; border-radius: 4px; margin-bottom: 10px; }
.lb-message { margin-bottom: 12px; padding: 10px 12px; border-radius: 4px; max-width: 80%; }
.lb-message-admin { background: #eef3f7; }
.lb-message-user { background: #f4f4f4; margin-left: auto; }
.lb-message-author { font-weight: bold; font-size: 12px; }
.lb-message-date { font-size: 11px; color: #999; margin-top: 4px; }
.lb-form-reply textarea { width: 100%; max-width: 600px; display: block; margin-bottom: 8px; }

@media (max-width: 600px) {
	.lb-service-header { flex-direction: column; }
	.lb-message { max-width: 100%; }
}
