.lcds-hero-card,
.lcds-hero-card *,
.lcds-modal-backdrop,
.lcds-modal-backdrop * {
	box-sizing: border-box;
}

.hero-service-card.lcds-hero-card {
	display: flex;
	min-height: 510px;
	flex-direction: column;
	padding: 34px 38px 30px;
	background:
		radial-gradient(circle at 100% 0, rgba(55, 201, 186, .22), transparent 34%),
		linear-gradient(145deg, #0a2751 0%, #0b2d59 62%, #09264d 100%);
}

.lcds-hero-card > *:not(.hero-card-orbit) {
	position: relative;
	z-index: 2;
}

.lcds-hero-heading {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 18px;
}

.lcds-eyebrow {
	margin: 0 0 7px !important;
	color: #78e0d3 !important;
	font-size: .7rem !important;
	font-weight: 800;
	letter-spacing: .12em;
	line-height: 1.3;
	text-transform: uppercase;
}

.hero-service-card.lcds-hero-card .lcds-hero-heading h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(1.7rem, 2.4vw, 2.25rem);
	letter-spacing: -.025em;
	line-height: 1.08;
}

.lcds-hero-date {
	flex: 0 0 auto;
	max-width: 145px;
	margin: 1px 0 0;
	color: #c0d0df;
	font-size: .74rem;
	font-weight: 700;
	line-height: 1.35;
	text-align: right;
}

.lcds-hero-doctors {
	border-top: 1px solid rgba(255, 255, 255, .15);
}

.lcds-saturday-notice {
	display: flex;
	align-items: center;
	gap: 10px;
}

.lcds-saturday-notice span {
	display: inline-grid;
	width: 24px;
	height: 24px;
	flex: 0 0 auto;
	place-items: center;
	border: 1px solid currentColor;
	border-radius: 50%;
	font-size: .7rem;
	font-weight: 800;
}

.lcds-saturday-notice p {
	margin: 0;
}

.lcds-saturday-notice--hero {
	min-height: 134px;
	padding: 20px 0;
	color: #d8e5ee;
	font-size: .88rem;
	font-weight: 700;
	line-height: 1.5;
}

.lcds-hero-doctor {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 5px 14px;
	padding: 13px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.lcds-hero-doctor-main {
	min-width: 0;
}

.lcds-hero-doctor h3 {
	margin: 0 0 4px;
	color: #fff;
	font-size: .91rem;
	line-height: 1.25;
}

.lcds-hero-hours {
	margin: 0;
	color: #78e0d3;
	font-size: .84rem;
	font-weight: 800;
	line-height: 1.3;
}

.lcds-hero-hours.is-muted {
	color: #9eafc0;
}

.lcds-status {
	display: inline-flex;
	align-items: center;
	justify-self: end;
	gap: 7px;
	padding: 6px 9px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .08);
	color: #cbd7e3;
	font-size: .68rem;
	font-weight: 750;
	line-height: 1.15;
	white-space: nowrap;
}

.lcds-status span {
	width: 6px;
	height: 6px;
	flex: 0 0 auto;
	border-radius: 50%;
	background: #8fa1b3;
}

.lcds-status--open {
	background: rgba(92, 222, 176, .14);
	color: #82edc7;
}

.lcds-status--open span {
	background: #5cdeb0;
	box-shadow: 0 0 0 4px rgba(92, 222, 176, .1);
}

.lcds-status--planned {
	background: rgba(112, 224, 210, .12);
	color: #84e9dd;
}

.lcds-status--planned span {
	background: #70e0d2;
}

.lcds-note {
	grid-column: 1 / -1;
	margin: 2px 0 0;
	color: #c4d1dd;
	font-size: .72rem;
}

.lcds-hero-actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-top: auto;
	padding-top: 18px;
}

.lcds-hero-actions button {
	display: flex;
	min-height: 43px;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 10px 13px;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 10px;
	background: rgba(255, 255, 255, .08);
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-size: .74rem;
	font-weight: 780;
	line-height: 1.25;
	text-align: left;
	transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

.lcds-hero-actions button.lcds-action--work {
	border-color: rgba(112, 224, 210, .34);
	background: rgba(112, 224, 210, .12);
}

.lcds-hero-actions button.lcds-action--reception {
	background: rgba(255, 255, 255, .055);
}

.lcds-hero-actions button:hover {
	transform: translateY(-1px);
	border-color: #70e0d2;
	background: rgba(112, 224, 210, .18);
}

.lcds-hero-actions span {
	color: #78e0d3;
	font-size: 1rem;
}

.lcds-hero-note {
	margin: 10px 0 0;
	color: #91a6ba;
	font-size: .67rem;
	line-height: 1.35;
}

.lcds-hero-card .hero-card-orbit {
	pointer-events: none;
}

body.lcds-modal-open {
	overflow: hidden;
}

.lcds-modal-backdrop {
	position: fixed;
	z-index: 100000;
	inset: 0;
	display: grid;
	place-items: center;
	padding: 28px;
	background: rgba(5, 20, 40, .72);
	backdrop-filter: blur(7px);
	opacity: 0;
	transition: opacity .18s ease;
}

.lcds-modal-backdrop[hidden] {
	display: none !important;
}

.lcds-modal-backdrop.is-open {
	opacity: 1;
}

.lcds-modal {
	position: relative;
	display: flex;
	width: min(1180px, 100%);
	max-height: calc(100vh - 56px);
	flex-direction: column;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .28);
	border-radius: 20px;
	background: #f5f8fb;
	box-shadow: 0 34px 100px rgba(2, 15, 34, .38);
	color: #17304d;
	transform: translateY(12px) scale(.985);
	transition: transform .2s ease;
}

.lcds-modal-backdrop.is-open .lcds-modal {
	transform: translateY(0) scale(1);
}

.lcds-modal-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	padding: 21px 28px 19px;
	background:
		radial-gradient(circle at 88% 8%, rgba(73, 213, 199, .2), transparent 32%),
		linear-gradient(145deg, #0a2751, #0b315f);
	color: #fff;
}

.lcds-modal-header h2 {
	margin: 0 0 5px;
	color: #fff;
	font-size: clamp(1.45rem, 2.4vw, 2rem);
	letter-spacing: -.025em;
	line-height: 1.1;
}

.lcds-modal-header > div > p:last-child {
	max-width: 680px;
	margin: 0;
	color: #b8cadb;
	font-size: .88rem;
}

.lcds-modal-close {
	display: grid;
	width: 42px;
	height: 42px;
	flex: 0 0 auto;
	place-items: center;
	padding: 0 0 3px;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 50%;
	background: rgba(255, 255, 255, .09);
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-size: 1.8rem;
	line-height: 1;
}

.lcds-modal-close:hover {
	border-color: #70e0d2;
	background: rgba(112, 224, 210, .16);
}

.lcds-modal-body {
	overflow: auto;
	padding: 18px 28px 25px;
	overscroll-behavior: contain;
	scrollbar-color: #63cfc5 #e6edf2;
}

.lcds-modal-controls {
	position: sticky;
	z-index: 20;
	top: 0;
	margin: 0 -2px 12px;
	padding: 0 2px 8px;
	background: linear-gradient(#f5f8fb 80%, rgba(245, 248, 251, 0));
}

.lcds-modal-tabs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: min(380px, 100%);
	margin: 0 auto;
	padding: 4px;
	border: 1px solid #d9e2eb;
	border-radius: 12px;
	background: #eaf0f5;
}

.lcds-modal-tabs button {
	min-height: 40px;
	padding: 8px 20px;
	border: 0;
	border-radius: 9px;
	background: transparent;
	box-shadow: none;
	color: #66798e;
	cursor: pointer;
	font: inherit;
	font-size: .85rem;
	font-weight: 800;
}

.lcds-modal-tabs button[aria-selected="true"] {
	background: #fff;
	box-shadow: 0 6px 18px rgba(20, 49, 79, .1);
	color: #0b2c57;
}

.lcds-modal-panel[hidden] {
	display: none !important;
}

.lcds-modal-panel.is-loading {
	opacity: .55;
	pointer-events: none;
}

.lcds-hero-actions button:focus-visible,
.lcds-modal button:focus-visible {
	outline: 3px solid #34bfb2;
	outline-offset: 2px;
}

.lcds-view-toolbar {
	position: sticky;
	z-index: 15;
	top: 57px;
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr) auto 42px;
	align-items: center;
	gap: 10px;
	margin: 0 -2px 14px;
	padding: 8px 2px 10px;
	background: rgba(245, 248, 251, .96);
	backdrop-filter: blur(8px);
}

.lcds-view-toolbar > div {
	display: flex;
	min-width: 0;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.lcds-view-toolbar span {
	color: #71859a;
	font-size: .66rem;
	font-weight: 800;
	letter-spacing: .08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.lcds-view-toolbar strong {
	color: #17304d;
	font-size: .98rem;
	text-align: center;
}

.lcds-view-toolbar .lcds-nav-arrow {
	width: 42px;
	height: 42px;
	border: 1px solid #d4dfe8;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 5px 15px rgba(20, 49, 79, .05);
	color: #0b2c57;
	cursor: pointer;
	font-size: 1.15rem;
}

.lcds-view-toolbar button:hover {
	border-color: #34bfb2;
	background: #eaf9f7;
}

.lcds-view-toolbar .lcds-nav-today {
	min-height: 38px;
	padding: 7px 13px;
	border: 1px solid #b8dedb;
	border-radius: 999px;
	background: #e8f8f6;
	box-shadow: none;
	color: #087a75;
	cursor: pointer;
	font: inherit;
	font-size: .72rem;
	font-weight: 800;
}

.lcds-week-list {
	display: grid;
	gap: 9px;
}

.lcds-week-row {
	display: grid;
	grid-template-columns: 104px minmax(0, 1fr);
	overflow: hidden;
	border: 1px solid #dce5ec;
	border-radius: 13px;
	background: #fff;
	box-shadow: 0 5px 18px rgba(20, 49, 79, .04);
}

.lcds-week-row.is-today {
	border-color: #63cfc5;
	box-shadow: 0 0 0 2px rgba(52, 191, 178, .15), 0 8px 22px rgba(20, 49, 79, .07);
}

.lcds-week-date {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 13px 14px;
	border-right: 1px solid #e2e9ef;
	background: #f8fafc;
}

.lcds-week-date strong {
	color: #008f8c;
	font-size: .75rem;
	text-transform: uppercase;
}

.lcds-week-date span {
	color: #52677d;
	font-size: .8rem;
}

.lcds-week-date b {
	display: inline-flex;
	align-self: flex-start;
	margin-top: 5px;
	padding: 3px 6px;
	border-radius: 999px;
	background: #dff5f2;
	color: #087a75;
	font-size: .56rem;
	font-weight: 850;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.lcds-week-doctors {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	padding: 8px;
}

.lcds-saturday-notice--week {
	min-height: 66px;
	padding: 11px 14px;
	color: #315d6c;
	font-size: .82rem;
	font-weight: 700;
	line-height: 1.4;
}

.lcds-saturday-notice--week p {
	flex: 1 1 auto;
}

.lcds-saturday-notice--week a {
	display: inline-flex;
	min-height: 34px;
	align-items: center;
	justify-content: center;
	padding: 7px 12px;
	border-radius: 999px;
	background: #0b776f;
	color: #fff;
	font-size: .7rem;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
}

.lcds-week-doctor {
	position: relative;
	display: flex;
	min-width: 0;
	flex-direction: column;
	justify-content: center;
	gap: 4px;
	padding: 11px 12px 11px 15px;
	border: 1px solid #dce5ec;
	border-radius: 9px;
	background: var(--status-bg, var(--doctor-soft, #eef7f6));
}

.lcds-week-doctor::before {
	position: absolute;
	inset: 8px auto 8px 6px;
	width: 3px;
	border-radius: 999px;
	background: var(--doctor, #34bfb2);
	content: "";
}

.lcds-week-doctor span {
	overflow: hidden;
	color: #687b90;
	font-size: .72rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.lcds-week-doctor strong {
	color: var(--status-color, #17304d);
	font-size: .82rem;
	line-height: 1.35;
}

.lcds-week-doctor small {
	color: #5d7288;
	font-size: .68rem;
}

.lcds-week-row--saturday {
	border-color: #bde5e1;
	background: #effaf8;
}

.lcds-week-row--saturday .lcds-week-date {
	background: #e7f7f5;
}

.lcds-week-row--sunday {
	min-height: 55px;
	background: #f0f3f6;
}

.lcds-week-row--sunday .lcds-week-date {
	background: #e9eef2;
}

.lcds-week-row--sunday > p {
	align-self: center;
	margin: 0;
	padding: 12px 17px;
	color: #8191a1;
	font-size: .78rem;
	font-weight: 750;
}

.lcds-doctor--leshchenko {
	--doctor: #16a69d;
	--doctor-soft: #e7f7f5;
}

.lcds-doctor--skoblikov {
	--doctor: #3e78c7;
	--doctor-soft: #ebf2fb;
}

.lcds-doctor--onika {
	--doctor: #9165c2;
	--doctor-soft: #f2ecf8;
}

.lcds-entry--off {
	--status-bg: #f0f3f6;
	--status-color: #7e8e9e;
}

.lcds-entry--vacation {
	--status-bg: #fff5d8;
	--status-color: #7b5b08;
}

.lcds-entry--sick {
	--status-bg: #fdebea;
	--status-color: #a44742;
}

.lcds-entry--training {
	--status-bg: #eaf3fd;
	--status-color: #376b9d;
}

.lcds-entry--replacement {
	--status-bg: #fff0e4;
	--status-color: #9a5d25;
}

.lcds-doctor-legend {
	display: flex;
	flex-wrap: wrap;
	gap: 7px 16px;
	margin: 0 0 12px;
	padding: 0 2px;
}

.lcds-doctor-legend span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: #52677d;
	font-size: .7rem;
	font-weight: 750;
}

.lcds-doctor-legend i,
.lcds-calendar-doctor > i,
.lcds-day-doctor > i {
	width: 8px;
	height: 8px;
	flex: 0 0 auto;
	border-radius: 50%;
	background: var(--doctor, #34bfb2);
}

.lcds-calendar-scroll {
	overflow-x: auto;
	padding-bottom: 5px;
	scrollbar-color: #63cfc5 #e6edf2;
}

.lcds-calendar {
	display: grid;
	min-width: 900px;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 1px;
	overflow: hidden;
	border: 1px solid #d7e1e9;
	border-radius: 14px;
	background: #dfe7ed;
}

.lcds-calendar-head {
	padding: 10px 6px;
	background: #0b2c57;
	color: #c3d3e2;
	font-size: .7rem;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
}

.lcds-calendar-cell {
	display: block;
	width: 100%;
	min-height: 128px;
	padding: 9px;
	border: 0;
	border-radius: 0;
	background: #fff;
	box-shadow: none;
	color: inherit;
	cursor: pointer;
	font: inherit;
	text-align: left;
	transition: background .15s ease, box-shadow .15s ease;
}

.lcds-calendar-cell.is-empty {
	background: #edf2f5;
}

.lcds-calendar-cell:hover {
	position: relative;
	z-index: 2;
	background: #f8fbfc;
	box-shadow: inset 0 0 0 2px #8edbd4;
}

.lcds-calendar-cell.is-today {
	box-shadow: inset 0 0 0 2px #34bfb2;
}

.lcds-calendar-cell.is-saturday {
	background: #effaf8;
}

.lcds-calendar-cell.is-sunday {
	background: #f0f3f6;
}

.lcds-calendar-date {
	display: flex;
	align-items: center;
	gap: 7px;
}

.lcds-calendar-date > i {
	display: none;
	color: #66798e;
	font-size: .72rem;
	font-style: normal;
	font-weight: 750;
}

.lcds-calendar-number {
	display: grid;
	width: 25px;
	height: 25px;
	place-items: center;
	margin-bottom: 7px;
	border-radius: 50%;
	color: #455d74;
	font-size: .76rem;
}

.lcds-calendar-cell.is-today .lcds-calendar-number {
	background: #34bfb2;
	color: #fff;
}

.lcds-calendar-doctors {
	display: grid;
	gap: 5px;
}

.lcds-calendar-doctor {
	display: grid;
	grid-template-columns: 6px minmax(0, 1fr);
	gap: 1px 5px;
	overflow: hidden;
	padding: 5px 6px;
	border-radius: 6px;
	background: var(--status-bg, var(--doctor-soft, #e6f7f5));
	color: var(--status-color, #17304d);
}

.lcds-calendar-doctor > i {
	grid-row: 1 / 3;
	align-self: center;
	width: 6px;
	height: 6px;
}

.lcds-calendar-doctor b,
.lcds-calendar-doctor em {
	overflow: hidden;
	font-size: .61rem;
	line-height: 1.25;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.lcds-calendar-doctor b {
	font-weight: 800;
}

.lcds-calendar-doctor em {
	font-style: normal;
	font-weight: 650;
}

.lcds-month-weekend {
	display: flex;
	min-height: 56px;
	align-items: center;
	justify-content: center;
	padding: 8px;
	border-radius: 8px;
	background: #e5eaef;
	color: #77899b;
	font-size: .64rem;
	font-weight: 750;
	line-height: 1.35;
	text-align: center;
}

.lcds-month-weekend--saturday {
	background: #dcf3f0;
	color: #26716d;
}

.lcds-day-details {
	margin-top: 14px;
	overflow: hidden;
	border: 1px solid #cddbe5;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 12px 32px rgba(20, 49, 79, .1);
}

.lcds-day-details[hidden],
.lcds-day-card[hidden] {
	display: none !important;
}

.lcds-day-details-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 12px 14px 11px 16px;
	border-bottom: 1px solid #e2e9ef;
	background: #f7fafc;
}

.lcds-day-details-head > div {
	display: flex;
	flex-direction: column;
}

.lcds-day-details-head span {
	color: #71859a;
	font-size: .6rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.lcds-day-details-head strong {
	color: #17304d;
	font-size: .9rem;
}

.lcds-day-details-head button {
	display: grid;
	width: 32px;
	height: 32px;
	place-items: center;
	padding: 0 0 2px;
	border: 1px solid #d5e0e8;
	border-radius: 50%;
	background: #fff;
	color: #52677d;
	cursor: pointer;
	font-size: 1.25rem;
}

.lcds-day-card {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 9px;
	padding: 13px;
}

.lcds-day-doctor {
	display: grid;
	grid-template-columns: 9px minmax(0, 1fr);
	gap: 5px 8px;
	align-items: center;
	padding: 11px;
	border-radius: 10px;
	background: var(--status-bg, var(--doctor-soft, #eef7f6));
}

.lcds-day-doctor > i {
	grid-row: 1 / 3;
}

.lcds-day-doctor > span {
	display: flex;
	min-width: 0;
	flex-direction: column;
}

.lcds-day-doctor b {
	overflow: hidden;
	color: #52677d;
	font-size: .68rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.lcds-day-doctor small {
	color: #71859a;
	font-size: .64rem;
}

.lcds-day-doctor > strong {
	grid-column: 2;
	color: var(--status-color, #17304d);
	font-size: .8rem;
}

.lcds-day-weekend {
	grid-column: 1 / -1;
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 13px;
	border-radius: 10px;
	background: #eff7f7;
	color: #315d6c;
	font-size: .78rem;
}

.lcds-modal-contact {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-top: 18px;
	padding: 14px 16px;
	border: 1px solid #cfe2e2;
	border-radius: 13px;
	background: #fff;
}

.lcds-modal-contact > div {
	display: flex;
	flex-direction: column;
}

.lcds-modal-contact > div span {
	color: #71859a;
	font-size: .64rem;
	font-weight: 800;
	letter-spacing: .07em;
	text-transform: uppercase;
}

.lcds-modal-contact > div strong {
	color: #17304d;
	font-size: .92rem;
}

.lcds-modal-contact > a {
	display: inline-flex;
	min-height: 40px;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 9px 15px;
	border-radius: 10px;
	background: #0b776f;
	color: #fff;
	font-size: .76rem;
	font-weight: 800;
	text-decoration: none;
	transition: background .16s ease, transform .16s ease;
}

.lcds-modal-contact > a:hover {
	background: #075f59;
	color: #fff;
	transform: translateY(-1px);
}

.lcds-empty,
.lcds-load-error {
	margin: 0;
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, .13);
	border-radius: 10px;
	background: rgba(255, 255, 255, .07);
	color: #d5e0e9;
}

.lcds-modal .lcds-load-error {
	border-color: #d9e2eb;
	background: #fff;
	color: #52677d;
}

@media (max-width: 900px) {
	.lcds-modal-backdrop {
		padding: 18px;
	}

	.lcds-week-row {
		grid-template-columns: 88px minmax(0, 1fr);
	}

	.lcds-week-doctors {
		gap: 6px;
		padding: 7px;
	}

	.lcds-week-doctor {
		padding-right: 8px;
		padding-left: 13px;
	}

	.lcds-day-card {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.hero-service-card.lcds-hero-card {
		min-height: 0;
		padding: 29px 23px 25px;
	}

	.lcds-hero-heading {
		flex-direction: column;
		gap: 8px;
	}

	.lcds-hero-date {
		max-width: none;
		text-align: left;
	}

	.lcds-hero-doctor {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.lcds-status {
		justify-self: start;
	}

	.lcds-hero-actions {
		grid-template-columns: 1fr;
	}

	.lcds-modal-backdrop {
		align-items: end;
		padding: 8px;
	}

	.lcds-modal {
		max-height: calc(100vh - 16px);
		border-radius: 17px;
	}

	.lcds-modal-header {
		gap: 14px;
		padding: 22px 18px 19px;
	}

	.lcds-modal-header > div > p:last-child {
		display: none;
	}

	.lcds-modal-close {
		width: 38px;
		height: 38px;
	}

	.lcds-modal-body {
		padding: 13px 12px 16px;
	}

	.lcds-modal-controls {
		margin-bottom: 8px;
		padding-bottom: 6px;
	}

	.lcds-modal-tabs button {
		min-height: 38px;
	}

	.lcds-view-toolbar {
		top: 51px;
		grid-template-columns: 38px minmax(0, 1fr) 38px;
		gap: 6px;
		margin-bottom: 10px;
		padding-top: 6px;
	}

	.lcds-view-toolbar > div {
		grid-column: 2;
		grid-row: 1;
	}

	.lcds-view-toolbar .lcds-nav-today {
		grid-column: 1 / -1;
		grid-row: 2;
		justify-self: center;
		min-height: 30px;
		padding: 4px 12px;
	}

	.lcds-view-toolbar .lcds-nav-arrow:last-child {
		grid-column: 3;
		grid-row: 1;
	}

	.lcds-view-toolbar .lcds-nav-arrow {
		width: 38px;
		height: 38px;
	}

	.lcds-week-row {
		grid-template-columns: 1fr;
	}

	.lcds-week-date {
		flex-direction: row;
		justify-content: flex-start;
		gap: 7px;
		padding: 9px 12px;
		border-right: 0;
		border-bottom: 1px solid #e2e9ef;
	}

	.lcds-week-doctors {
		grid-template-columns: 1fr;
		padding: 8px;
	}

	.lcds-week-doctor {
		padding: 9px 12px 9px 15px;
	}

	.lcds-saturday-notice--week {
		flex-wrap: wrap;
		padding: 12px;
	}

	.lcds-saturday-notice--week p {
		min-width: calc(100% - 38px);
	}

	.lcds-saturday-notice--week a {
		width: 100%;
	}

	.lcds-week-row--sunday > p {
		padding: 10px 12px;
	}

	.lcds-doctor-legend {
		gap: 6px 12px;
	}

	.lcds-calendar-scroll {
		overflow: visible;
		padding: 0;
	}

	.lcds-calendar {
		display: block;
		min-width: 0;
		overflow: visible;
		border: 0;
		background: transparent;
	}

	.lcds-calendar-head,
	.lcds-calendar-cell.is-empty {
		display: none;
	}

	.lcds-calendar-cell {
		display: grid;
		grid-template-columns: 52px minmax(0, 1fr);
		min-height: 0;
		margin-bottom: 7px;
		padding: 8px;
		border: 1px solid #dce5ec;
		border-radius: 11px;
	}

	.lcds-calendar-cell.is-today {
		border-color: #34bfb2;
		box-shadow: 0 0 0 2px rgba(52, 191, 178, .12);
	}

	.lcds-calendar-date {
		align-self: start;
		flex-direction: column;
		gap: 1px;
		padding-top: 2px;
	}

	.lcds-calendar-date > i {
		display: block;
	}

	.lcds-calendar-number {
		margin-bottom: 0;
	}

	.lcds-month-weekend {
		min-height: 47px;
		justify-content: flex-start;
		text-align: left;
	}

	.lcds-calendar-doctors {
		gap: 4px;
	}

	.lcds-calendar-doctor {
		grid-template-columns: 7px 78px minmax(0, 1fr);
		align-items: center;
		padding: 6px 7px;
	}

	.lcds-calendar-doctor > i {
		grid-row: 1;
	}

	.lcds-calendar-doctor em {
		text-align: right;
	}

	.lcds-day-details {
		margin-top: 10px;
	}

	.lcds-day-card {
		gap: 6px;
		padding: 9px;
	}

	.lcds-day-doctor {
		padding: 9px;
	}

	.lcds-modal-contact {
		align-items: stretch;
		flex-direction: column;
		gap: 10px;
		padding: 12px;
	}

	.lcds-modal-contact > a {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.lcds-hero-card *,
	.lcds-hero-card *::before,
	.lcds-hero-card *::after,
	.lcds-modal-backdrop,
	.lcds-modal-backdrop * {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}

/* 1.8: messages and personnel statuses supplied by the timesheet. */
.lcds-unfilled-notice {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin: 0 0 14px;
	padding: 12px 14px;
	border: 1px solid #f0c574;
	border-radius: 12px;
	background: #fff9e8;
	color: #7c4a03;
}

.lcds-unfilled-notice strong,
.lcds-unfilled-notice span {
	display: block;
}

.lcds-unfilled-notice span {
	font-size: 12px;
}

.lcds-entry--absence,
.lcds-entry--other {
	background: #ffe8d5 !important;
	color: #8a3b12 !important;
}

.lcds-entry--holiday {
	background: #fce7f3 !important;
	color: #9d174d !important;
}

.lcds-entry--notice,
.lcds-entry--unknown {
	background: #f1f5f9 !important;
	color: #526571 !important;
}

@media (max-width: 600px) {
	.lcds-unfilled-notice {
		align-items: flex-start;
		flex-direction: column;
	}
}
