.saybc-wrap,
.saybc-wrap * {
	box-sizing: border-box;
}

.saybc-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 48px;
	background: #eef1e4;
	padding: 56px;
	width: 100%;
	max-width: 100%;
	font-family: Georgia, 'Times New Roman', serif;
	overflow: hidden;
}

.saybc-left {
	flex: 1 1 260px;
	min-width: 220px;
}

.saybc-right {
	flex: 2 1 480px;
	min-width: 0;
}

.saybc-heading {
	font-size: 34px;
	font-weight: 400;
	margin: 0 0 20px;
	color: #2b2b26;
}

.saybc-subtitle {
	font-size: 15px;
	color: #4a4a42;
	line-height: 1.6;
	margin: 0;
}

.saybc-subtitle a {
	color: #2b2b26;
	text-decoration: underline;
}

.saybc-calendar {
	width: 100%;
	max-width: 640px;
	min-width: 0;
}

.saybc-grid-wrap {
	width: 100%;
	min-width: 0;
	overflow-x: auto;
}

.saybc-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 18px;
}

.saybc-nav button {
	background: #fff;
	border: 1px solid #2b2b26;
	width: 34px;
	height: 34px;
	cursor: pointer;
	font-size: 16px;
	line-height: 1;
}

.saybc-month-label {
	font-size: 18px;
	letter-spacing: 0.02em;
}

.saybc-dow-row,
.saybc-cells {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
}

.saybc-dow {
	text-align: right;
	padding: 6px 10px;
	font-size: 11px;
	letter-spacing: 0.08em;
	color: #6b6b60;
	font-family: Arial, sans-serif;
}

.saybc-cell {
	position: relative;
	min-height: 96px;
	background: #dfe3d0;
	border: 2px solid #eef1e4;
	padding: 8px;
	overflow: hidden;
	font-family: Arial, sans-serif;
}

.saybc-blank {
	background: #eef1e4;
	border-color: #eef1e4;
}

.saybc-daynum {
	position: absolute;
	top: 6px;
	right: 8px;
	font-size: 11px;
	color: #3a3a33;
}

.saybc-cell.saybc-booked {
	background: #d79c98;
}

.saybc-cell.saybc-checkin {
	background: #f3f4ee;
}

.saybc-info {
	margin-top: 14px;
	font-size: 9px;
	line-height: 1.35;
	color: #4a4a42;
	overflow: hidden;
}

.saybc-info-note {
	color: #9a9a90;
	font-style: italic;
}

.saybc-info-time {
	font-weight: 700;
	color: #2b2b26;
}

.saybc-info-ends {
	color: #4a4a42;
}

.saybc-has-tooltip {
	cursor: pointer;
}

.saybc-tooltip {
	display: none;
	position: absolute;
	z-index: 9999;
	background: #f4f4ef;
	border: 1px solid #d6d6cc;
	box-shadow: 0 6px 18px rgba(0,0,0,0.12);
	padding: 14px 16px;
	min-width: 220px;
	max-width: 280px;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 1.5;
	border-radius: 2px;
}

.saybc-tooltip-title {
	font-weight: 700;
	color: #2b2b26;
	margin-bottom: 6px;
}

.saybc-tooltip-range {
	color: #3a5a8c;
}

@media (max-width: 640px) {
	.saybc-wrap { padding: 28px; gap: 28px; }
	.saybc-info { font-size: 9px; margin-top: 10px; }
}
