.ws-dinner-tool {
	--ws-unit-accent: #d62828;
	--ws-unit-accent-dark: #b51f1f;
	--ws-unit-accent-light: #e84545;
	--ws-unit-accent-soft: #fff5f5;
	--ws-unit-accent-border: #f5c6c6;
	direction: rtl;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto 28px;
	padding: 16px 14px 18px;
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 14px;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
	position: relative;
	z-index: 6;
	pointer-events: auto !important;
	visibility: visible !important;
	display: block !important;
}
.ws-dinner-tool,
.ws-dinner-tool * {
	pointer-events: auto !important;
}
.ws-dinner-tool *,
.ws-dinner-tool *::before,
.ws-dinner-tool *::after {
	box-sizing: border-box;
}
.ws-dinner-tool__lead {
	margin: 0 0 14px;
	font-size: 15px;
	line-height: 1.85;
	color: #333;
}
.ws-dinner-tool__actions {
	margin-bottom: 14px;
}
.ws-dinner-tool__chat {
	display: block;
	width: 100%;
	border: 0;
	border-radius: 12px;
	padding: 12px 14px;
	background: linear-gradient(135deg, #e84545, #d62828);
	color: #fff;
	font-family: inherit;
	font-size: 14px;
	font-weight: 800;
	cursor: pointer;
	line-height: 1.4;
}
.ws-dinner-tool__filters {
	display: flex;
	gap: 6px;
	overflow-x: auto;
	padding-bottom: 10px;
	margin-bottom: 12px;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
}
.ws-dinner-tool__filter {
	flex: 0 0 auto;
	border: 1px solid #e8e8e8;
	background: #f7f7f7;
	color: #555;
	border-radius: 999px;
	padding: 8px 12px;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
	font-family: inherit;
	white-space: nowrap;
}
.ws-dinner-tool__filter.is-active {
	background: linear-gradient(135deg, #e84545, #d62828);
	border-color: #d62828;
	color: #fff;
}
.ws-dinner-tool__status {
	font-size: 13px;
	color: #666;
	margin-bottom: 10px;
}
.ws-dinner-tool__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
}
@media (min-width: 640px) {
	.ws-dinner-tool__grid {
		grid-template-columns: 1fr 1fr;
	}
}
.ws-dinner-card {
	display: flex;
	gap: 10px;
	align-items: center;
	text-decoration: none;
	color: inherit;
	border: 1px solid #eee;
	border-radius: 12px;
	padding: 8px;
	background: #fff;
}
.ws-dinner-card:hover {
	border-color: #f5c6c6;
	background: #fff5f5;
}
.ws-dinner-card__img {
	width: 72px;
	height: 72px;
	border-radius: 10px;
	object-fit: cover;
	flex: 0 0 72px;
	background: #f3f3f3;
}
.ws-dinner-card__body {
	min-width: 0;
}
.ws-dinner-card__title {
	margin: 0 0 4px;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.45;
}
.ws-dinner-card__time {
	margin: 0;
	font-size: 12px;
	color: #777;
}
.ws-dinner-facts,
.ws-dinner-faq {
	max-width: 720px;
	margin: 0 auto 24px;
}
.ws-dinner-facts h2,
.ws-dinner-faq h2 {
	font-size: 18px;
	margin: 0 0 12px;
}
.ws-dinner-facts dl {
	display: grid;
	gap: 8px;
	margin: 0;
}
.ws-dinner-facts dt {
	font-weight: 800;
	color: #b51f1f;
}
.ws-dinner-facts dd {
	margin: 0 0 8px;
	color: #333;
}
.ws-dinner-faq details {
	border: 1px solid #ececec;
	border-radius: 10px;
	padding: 10px 12px;
	margin-bottom: 8px;
	background: #fff;
}
.ws-dinner-faq summary {
	cursor: pointer;
	font-weight: 700;
}
.ws-dinner-faq p {
	margin: 8px 0 0;
	line-height: 1.8;
}
