:root {
	--mm-lp-ink: #20242a;
	--mm-lp-muted: #68717d;
	--mm-lp-blue: #20aad3;
	--mm-lp-blue-dark: #087b9e;
	--mm-lp-paper: #ffffff;
	--mm-lp-wash: #f3f8fa;
	--mm-lp-line: #dbe5e9;
	--mm-lp-pause: #f4efe7;
	--mm-lp-radius: 18px;
}

.mm-lp {
	color: var(--mm-lp-ink);
	font-family: inherit;
	margin: 0 auto;
	max-width: 1080px;
}

.mm-lp *,
.mm-lp *::before,
.mm-lp *::after {
	box-sizing: border-box;
}

.mm-lp__hero {
	background: linear-gradient(135deg, #fff 0%, var(--mm-lp-wash) 100%);
	border: 1px solid var(--mm-lp-line);
	border-radius: 24px;
	padding: clamp(28px, 5vw, 58px);
	position: relative;
	overflow: hidden;
}

.mm-lp__hero::after {
	background: var(--mm-lp-blue);
	border-radius: 999px;
	content: "";
	height: 8px;
	position: absolute;
	right: clamp(24px, 5vw, 58px);
	top: 0;
	width: 92px;
}

.mm-lp__logo {
	display: block;
	height: auto;
	margin-bottom: clamp(32px, 5vw, 52px);
	max-width: 390px;
	width: min(72%, 390px);
}

.mm-lp__eyebrow {
	color: var(--mm-lp-blue-dark);
	display: block;
	font-size: 0.75rem;
	font-weight: 750;
	letter-spacing: 0.12em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.mm-lp__hero h2 {
	font-size: clamp(2rem, 5vw, 3.75rem);
	letter-spacing: -0.04em;
	line-height: 1;
	margin: 0 0 18px;
}

.mm-lp__hero p {
	color: var(--mm-lp-muted);
	font-size: clamp(1rem, 2vw, 1.15rem);
	line-height: 1.65;
	margin: 0;
	max-width: 720px;
}

.mm-lp__timeline {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	border: 1px solid var(--mm-lp-line);
	border-radius: var(--mm-lp-radius);
	margin: 22px 0;
	overflow: hidden;
}

.mm-lp__timeline > div {
	background: var(--mm-lp-paper);
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 156px;
	padding: clamp(24px, 4vw, 36px);
}

.mm-lp__timeline-start {
	border-right: 1px solid var(--mm-lp-line);
}

.mm-lp__timeline-label {
	color: var(--mm-lp-muted);
	font-size: 0.76rem;
	font-weight: 750;
	letter-spacing: 0.08em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.mm-lp__timeline strong {
	font-size: clamp(1.35rem, 3vw, 2rem);
	line-height: 1.1;
}

.mm-lp__enrollment-date {
	align-items: baseline;
	color: var(--mm-lp-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.82rem;
	gap: 6px;
	line-height: 1.35;
	margin: 12px 0 0;
}

.mm-lp__enrollment-date span {
	font-weight: 750;
}

.mm-lp__enrollment-date strong {
	color: var(--mm-lp-ink);
	font-size: inherit;
	line-height: inherit;
}

.mm-lp__timeline-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	margin-top: 17px;
}

.mm-lp__timeline-meta span {
	color: var(--mm-lp-muted);
	font-size: 0.82rem;
}

.mm-lp__timeline-meta b {
	color: var(--mm-lp-ink);
	font-size: 1rem;
}

.mm-lp__next {
	align-items: center;
	background: var(--mm-lp-ink);
	border-radius: var(--mm-lp-radius);
	color: #fff;
	display: flex;
	gap: 30px;
	justify-content: space-between;
	margin-bottom: 22px;
	padding: clamp(24px, 4vw, 38px);
}

.mm-lp__next .mm-lp__eyebrow {
	color: #75d9f5;
}

.mm-lp__next h3 {
	color: #fff;
	font-size: clamp(1.35rem, 3vw, 2rem);
	margin: 0;
}

.mm-lp__next p {
	color: #d7dde2;
	margin: 8px 0 0;
}

.mm-lp__primary-action,
.mm-lp__primary-action:visited {
	background: var(--mm-lp-blue);
	border-radius: 999px;
	color: #10232a;
	display: inline-flex;
	flex: 0 0 auto;
	font-weight: 750;
	padding: 13px 20px;
	text-decoration: none;
}

.mm-lp__primary-action:hover {
	background: #64ccea;
	color: #10232a;
}

.mm-lp__controls {
	border: 1px solid var(--mm-lp-line);
	border-radius: var(--mm-lp-radius);
	margin-bottom: 34px;
	padding: clamp(20px, 4vw, 32px);
}

.mm-lp__start-form {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.mm-lp input[type="date"],
.mm-lp select {
	background: #fff;
	border: 1px solid #aebbc2;
	border-radius: 9px;
	color: var(--mm-lp-ink);
	font: inherit;
	min-height: 44px;
	padding: 8px 11px;
}

.mm-lp button {
	background: var(--mm-lp-ink);
	border: 0;
	border-radius: 999px;
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-weight: 700;
	min-height: 44px;
	padding: 10px 18px;
}

.mm-lp button:hover {
	background: #3a414a;
}

.mm-lp button:disabled {
	cursor: wait;
	opacity: 0.6;
}

.mm-lp__status {
	color: var(--mm-lp-muted);
	font-size: 0.88rem;
	padding: 10px 0;
}

.mm-lp__position {
	border-top: 1px solid var(--mm-lp-line);
	margin-top: 24px;
	padding-top: 20px;
}

.mm-lp__overdue-note {
	background: #fff6f5;
	border: 1px solid #f0cbc6;
	border-radius: 12px;
	color: #82423a;
	font-size: 0.9rem;
	line-height: 1.45;
	margin: 0 0 18px;
	padding: 11px 13px;
}

.mm-lp__controls > .mm-lp__position:first-child {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}

.mm-lp__resume-form {
	align-items: center;
	background: #f7fafb;
	border: 1px solid var(--mm-lp-line);
	border-radius: 12px;
	display: flex;
	flex-wrap: wrap;
	gap: 12px 18px;
	justify-content: space-between;
	margin-bottom: 18px;
	padding: 14px;
}

.mm-lp__resume-form div {
	flex: 1 1 260px;
}

.mm-lp__resume-form strong {
	display: block;
	margin-bottom: 3px;
}

.mm-lp__resume-form p {
	color: var(--mm-lp-muted);
	font-size: 0.88rem;
	line-height: 1.45;
	margin: 0;
}

.mm-lp__resume-form button {
	flex: 0 0 auto;
}

.mm-lp__resume-form .mm-lp__status {
	flex: 1 0 100%;
	padding: 0;
}

.mm-lp__position summary {
	color: var(--mm-lp-blue-dark);
	cursor: pointer;
	font-weight: 750;
}

.mm-lp__position-body {
	max-width: 720px;
	padding-top: 10px;
}

.mm-lp__position-form {
	align-items: end;
	display: grid;
	gap: 10px;
	grid-template-areas:
		"label label"
		"select action"
		"status status";
	grid-template-columns: minmax(280px, 1fr) max-content;
	max-width: 900px;
}

.mm-lp__position-form label {
	grid-area: label;
	font-weight: 700;
}

.mm-lp__position-form select {
	grid-area: select;
	width: 100%;
}

.mm-lp__position-form button[type="submit"] {
	grid-area: action;
	white-space: nowrap;
}

.mm-lp__position-form .mm-lp__status {
	grid-area: status;
}

.mm-lp__fine-print {
	color: var(--mm-lp-muted);
	font-size: 0.82rem;
}

.mm-lp__signed-out {
	color: var(--mm-lp-muted);
	margin: 0;
}

.mm-lp__section-heading {
	margin-bottom: 18px;
}

.mm-lp__section-heading h3 {
	font-size: clamp(1.65rem, 4vw, 2.5rem);
	margin: 0;
}

.mm-lp__lesson-sections {
	display: grid;
	gap: 22px;
}

.mm-lp__lesson-section {
	background: #fbfdfe;
	border: 1px solid var(--mm-lp-line);
	border-radius: 18px;
	padding: clamp(14px, 2vw, 18px);
}

.mm-lp__lesson-section--completed {
	background: #f3f6f5;
	border-color: #d6e1dc;
}

.mm-lp__lesson-section-header {
	align-items: center;
	border-bottom: 1px solid var(--mm-lp-line);
	display: flex;
	gap: 18px;
	justify-content: space-between;
	margin-bottom: 14px;
	padding: 2px 4px 14px;
}

.mm-lp__lesson-section-header span {
	color: var(--mm-lp-blue-dark);
	display: block;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.11em;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.mm-lp__lesson-section-header h4 {
	font-size: clamp(1.2rem, 2.4vw, 1.55rem);
	line-height: 1.15;
	margin: 0;
}

.mm-lp__lesson-section-header h4 a {
	color: var(--mm-lp-ink);
	text-decoration: none;
}

.mm-lp__lesson-section-header h4 a:hover {
	color: var(--mm-lp-blue-dark);
}

.mm-lp__lesson-section-header strong {
	background: #dff1e7;
	border-radius: 999px;
	color: #24623f;
	flex: 0 0 auto;
	font-size: 0.76rem;
	padding: 7px 12px;
}

.mm-lp__days {
	display: grid;
	gap: 12px;
}

.mm-lp__day {
	align-items: stretch;
	background: var(--mm-lp-paper);
	border: 1px solid var(--mm-lp-line);
	border-radius: 14px;
	display: grid;
	grid-template-columns: 92px minmax(0, 1fr);
	min-height: 116px;
	overflow: hidden;
	transition: opacity 160ms ease;
}

.mm-lp__lesson-section .mm-lp__day {
	box-shadow: 0 8px 22px rgba(35, 50, 60, 0.04);
}

.mm-lp__day--break {
	background: var(--mm-lp-pause);
	grid-template-columns: 92px minmax(0, 1fr);
}

.mm-lp__day--completed {
	background: #f2f4f5;
	border-color: #d9dee1;
	color: #667078;
}

.mm-lp__day--completed .mm-lp__date,
.mm-lp__day--completed .mm-lp__day-content {
	opacity: 0.78;
}

.mm-lp__day--completed .mm-lp__day-number::after {
	color: #397b57;
	content: "  ✓";
	font-size: 0.9rem;
}

.mm-lp__day--overdue {
	background: var(--mm-lp-paper);
	border-color: #f0cbc6;
}

.mm-lp__day--overdue .mm-lp__date {
	border-right-color: #f0cbc6;
}

.mm-lp__date {
	align-items: center;
	border-right: 1px solid var(--mm-lp-line);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 18px 10px;
	text-align: center;
}

.mm-lp__date span {
	color: var(--mm-lp-muted);
	font-size: 0.73rem;
	font-weight: 750;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.mm-lp__date strong {
	font-size: 1.05rem;
}

.mm-lp__day-content {
	padding: 20px 24px;
}

.mm-lp__day-number {
	color: var(--mm-lp-muted);
	display: block;
	font-size: 0.75rem;
	font-weight: 700;
	margin-bottom: 7px;
	text-transform: uppercase;
}

.mm-lp__day-content h4 {
	font-size: 1.12rem;
	margin: 0 0 4px;
}

.mm-lp__day-content p {
	color: var(--mm-lp-muted);
	margin: 0;
}

.mm-lp__day-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mm-lp__day-content li + li {
	border-top: 1px solid var(--mm-lp-line);
	margin-top: 10px;
	padding-top: 10px;
}

.mm-lp__day-content li {
	align-items: center;
	display: flex;
	gap: 18px;
	justify-content: space-between;
}

.mm-lp__day-content li.mm-lp__item--section {
	background: #f7fafb;
	border: 1px solid var(--mm-lp-line);
	border-radius: 12px;
	margin: 4px 0 2px;
	padding: 12px 14px;
}

.mm-lp__day-content li.mm-lp__item--section + li {
	border-top: 0;
	margin-top: 8px;
	padding-top: 0;
}

.mm-lp__item-copy {
	min-width: 0;
}

.mm-lp__day-content li a {
	color: var(--mm-lp-ink);
	font-weight: 750;
	text-decoration: none;
}

.mm-lp__item--completed a {
	color: #68727a;
	text-decoration: line-through;
	text-decoration-thickness: 1px;
}

.mm-lp__day-content li.mm-lp__item--overdue {
	background: #fff6f5;
	border: 1px solid #f0cbc6;
	border-radius: 12px;
	margin: 8px -10px 0;
	padding: 10px;
}

.mm-lp__day-content li.mm-lp__item--overdue + li {
	border-top: 0;
}

.mm-lp__item--overdue a {
	color: #873b33;
}

.mm-lp__item-copy span em {
	background: #fdecea;
	border-radius: 999px;
	color: #873b33;
	display: inline-block;
	font-size: 0.72rem;
	font-style: normal;
	font-weight: 800;
	margin-left: 7px;
	padding: 1px 7px;
	text-transform: none;
}

.mm-lp__item--section a,
.mm-lp__item--section.mm-lp__item--completed a {
	color: var(--mm-lp-ink);
	text-decoration: none;
}

.mm-lp__item--section .mm-lp__item-copy a {
	font-size: 1.02rem;
	font-weight: 800;
}

.mm-lp__completion-dialog {
	border: 0;
	border-radius: 16px;
	box-shadow: 0 20px 60px rgba(20, 24, 35, 0.28);
	color: #202532;
	max-width: min(560px, calc(100vw - 32px));
	padding: 24px;
	width: 100%;
}

.mm-lp__completion-dialog::backdrop {
	background: rgba(15, 20, 30, 0.58);
}

.mm-lp__completion-dialog-message {
	margin: 0;
	white-space: pre-line;
}

.mm-lp__completion-dialog-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
	margin-top: 24px;
}

.mm-lp__completion-dialog-actions button {
	appearance: none;
	background: #fff;
	background-image: none;
	border: 1px solid #c9ced8;
	border-radius: 999px;
	box-shadow: none;
	color: #202532;
	cursor: pointer;
	font: inherit;
	font-weight: 750;
	line-height: 1.2;
	min-width: 164px;
	padding: 9px 16px;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
}

.mm-lp__completion-dialog-actions .mm-lp__completion-dialog-primary {
	background: #202532;
	background-image: none;
	border-color: #202532;
	color: #fff;
}

.mm-lp__completion-dialog-actions .mm-lp__completion-dialog-secondary {
	background: #f0aa2d;
	background-image: none;
	border-color: #d9951e;
	color: #202532;
}

.mm-lp__completion-dialog-actions .mm-lp__completion-dialog-cancel {
	background: #fff;
	background-image: none;
	border-color: #c9ced8;
	color: #202532;
}

.mm-lp__completion-dialog-actions button:hover,
.mm-lp__completion-dialog-actions button:focus,
.mm-lp__completion-dialog-actions button:active {
	color: #202532;
	text-decoration: none;
}

.mm-lp__completion-dialog-actions .mm-lp__completion-dialog-primary:hover,
.mm-lp__completion-dialog-actions .mm-lp__completion-dialog-primary:focus,
.mm-lp__completion-dialog-actions .mm-lp__completion-dialog-primary:active {
	color: #fff;
}

.mm-lp__item-check {
	align-items: center;
	color: var(--mm-lp-muted);
	cursor: pointer;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 0.75rem;
	font-weight: 700;
	gap: 6px;
}

.mm-lp__item-check input {
	accent-color: var(--mm-lp-blue-dark);
	height: 18px;
	margin: 0;
	width: 18px;
}

.mm-lp--updating {
	opacity: 0.65;
	pointer-events: none;
}

.mm-lp__day-content li a:hover {
	color: var(--mm-lp-blue-dark);
}

.mm-lp__day-content li span {
	color: var(--mm-lp-muted);
	display: block;
	font-size: 0.76rem;
	margin-top: 2px;
}

.mm-lp--summary .mm-lp__hero {
	padding: 30px;
}

.mm-lp--summary .mm-lp__logo {
	margin-bottom: 26px;
	max-width: 270px;
}

.mm-lp-summary {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

.mm-lp-summary,
.mm-lp-summary * {
	box-sizing: border-box;
}

.mm-lp-summary__trigger {
	align-items: center !important;
	cursor: pointer;
	display: inline-flex !important;
	height: auto !important;
	justify-content: center !important;
	line-height: 1.2 !important;
	min-height: 0 !important;
	padding-bottom: 0.85em !important;
	padding-top: 0.85em !important;
	white-space: nowrap;
}

.mm-lp-summary__trigger span {
	display: inline;
	line-height: inherit;
	margin: 0;
	padding: 0;
}

.mm-lp-summary__panel {
	background: #fff;
	border: 1px solid var(--mm-lp-line);
	border-radius: 14px;
	box-shadow: 0 18px 50px rgba(20, 31, 40, 0.2);
	color: var(--mm-lp-ink);
	display: grid;
	gap: 12px;
	left: 0;
	max-height: min(680px, calc(100vh - 40px));
	overflow: auto;
	padding: 14px;
	position: absolute;
	top: 100%;
	width: min(720px, calc(100vw - 28px));
	z-index: 9999;
}

.mm-lp-summary__panel[hidden] {
	display: none;
}

.mm-lp-summary__header,
.mm-lp-summary__calendar-heading {
	align-items: start;
	display: flex;
	gap: 12px;
	justify-content: space-between;
}

.mm-lp-summary__header h2,
.mm-lp-summary__title-link,
.mm-lp-summary__today h3,
.mm-lp-summary__calendar h3 {
	background: transparent;
	border: 0;
	color: var(--mm-lp-ink);
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	text-align: left;
}

.mm-lp-summary__title-link {
	cursor: pointer;
	text-decoration: underline;
	text-decoration-color: transparent;
	text-underline-offset: 3px;
}

.mm-lp-summary__title-link:hover,
.mm-lp-summary__title-link:focus {
	color: var(--mm-lp-blue-dark);
	text-decoration-color: currentColor;
}

.mm-lp-summary__header time {
	color: var(--mm-lp-muted);
	display: block;
	font-size: 0.82rem;
	margin-top: 3px;
}

.mm-lp-summary__close {
	align-items: center;
	background: #f2f6f8;
	border: 1px solid var(--mm-lp-line);
	border-radius: 50%;
	color: var(--mm-lp-ink);
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 1.1rem;
	height: 30px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	width: 30px;
}

.mm-lp-summary__body {
	align-items: start;
	display: grid;
	gap: 14px;
	grid-template-columns: minmax(190px, 0.8fr) minmax(280px, 1.2fr);
}

.mm-lp-summary__today {
	background: var(--mm-lp-wash);
	border: 1px solid var(--mm-lp-line);
	border-radius: 10px;
	min-width: 0;
	padding: 10px;
}

.mm-lp-summary__today ol {
	display: grid;
	gap: 7px;
	list-style: none;
	margin: 8px 0 0;
	padding: 0;
}

.mm-lp-summary__today li {
	line-height: 1.25;
}

.mm-lp-summary__today a {
	color: var(--mm-lp-ink);
	display: block;
	font-weight: 750;
	line-height: 1.25;
	text-decoration: none;
}

.mm-lp-summary__today a:hover {
	color: var(--mm-lp-blue-dark);
}

.mm-lp-summary__today li > span,
.mm-lp-summary__today p {
	color: var(--mm-lp-muted);
	font-size: 0.78rem;
	font-weight: 700;
	margin: 0 0 2px;
}

.mm-lp-summary__today-item--following a,
.mm-lp-summary__today-item--completed a {
	color: #68727a;
}

.mm-lp-summary__today-item--depth-1 a {
	font-size: 0.94rem;
	opacity: 0.78;
}

.mm-lp-summary__today-item--depth-2 a {
	font-size: 0.88rem;
	opacity: 0.58;
}

.mm-lp-summary__today-item--depth-3 a {
	font-size: 0.82rem;
	opacity: 0.42;
}

.mm-lp-summary__today-item--depth-4 a {
	font-size: 0.76rem;
	opacity: 0.3;
}

.mm-lp-summary__today-item--depth-5 a {
	font-size: 0.72rem;
	opacity: 0.2;
}

.mm-lp-summary .mm-lp-summary__calendar-heading {
	align-items: center;
	display: block !important;
	margin-bottom: 10px;
	min-height: 34px;
	padding: 0 42px;
	position: relative;
	width: 100%;
}

.mm-lp-summary .mm-lp-summary__calendar-heading h3 {
	line-height: 34px;
	text-align: center !important;
	white-space: nowrap;
	width: 100%;
}

.mm-lp-summary .mm-lp-summary__calendar-heading .mm-lp-summary__month-nav--prev {
	left: 0;
}

.mm-lp-summary .mm-lp-summary__calendar-heading .mm-lp-summary__month-nav--next {
	right: 0;
}

.mm-lp-summary__month-nav {
	align-items: center;
	background: #f7fafb;
	border: 1px solid var(--mm-lp-line);
	border-radius: 50%;
	color: var(--mm-lp-ink);
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 1rem;
	height: 30px;
	justify-content: center;
	line-height: 1;
	margin: 0;
	min-height: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
}

.mm-lp-summary__month-nav:disabled {
	cursor: default;
	display: inline-flex;
	opacity: 0.35;
}

.mm-lp-summary__calendar-table {
	border: 0;
	border-collapse: separate;
	border-spacing: 4px;
	table-layout: fixed;
	width: 100%;
}

.mm-lp-summary__calendar-table th,
.mm-lp-summary__calendar-table td {
	background: transparent;
	border: 0;
	line-height: 1;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	width: 14.285%;
}

.mm-lp-summary__calendar-table th {
	color: var(--mm-lp-muted);
	font-size: 0.68rem;
	font-weight: 800;
	padding-bottom: 3px;
}

.mm-lp-summary__day {
	align-items: center;
	aspect-ratio: 1;
	background: #f7fafb;
	border: 1px solid #edf2f4;
	border-radius: 7px;
	color: var(--mm-lp-muted);
	display: flex;
	font-size: 0.72rem;
	justify-content: center;
	min-width: 0;
	position: relative;
}

.mm-lp-summary__day--blank {
	background: transparent;
	border-color: transparent;
}

.mm-lp-summary__day--today {
	border-color: var(--mm-lp-ink);
	color: var(--mm-lp-ink);
	font-weight: 800;
}

.mm-lp-summary__day--completed {
	background: #e7f1eb;
	border-color: #c7ddcf;
	color: #24563a;
}

.mm-lp-summary__day--upcoming {
	background: #dff5fb;
	border-color: #a9dfef;
	color: #075f78;
}

.mm-lp-summary__day--overdue {
	background: #fdecea;
	border-color: #f0b9b2;
	color: #873b33;
}

.mm-lp-summary__tooltip {
	background: var(--mm-lp-ink);
	border-radius: 9px;
	bottom: calc(100% + 8px);
	box-shadow: 0 10px 30px rgba(20, 31, 40, 0.25);
	color: #fff;
	display: none;
	font-size: 0.75rem;
	left: 50%;
	line-height: 1.25;
	min-width: 170px;
	padding: 9px;
	position: absolute;
	text-align: left;
	transform: translateX(-50%);
	z-index: 2;
}

.mm-lp-summary__day--edge-end .mm-lp-summary__tooltip {
	left: auto;
	right: 0;
	transform: none;
}

.mm-lp-summary__tooltip-item {
	align-items: baseline;
	color: #fff;
	display: flex;
	gap: 5px;
	text-decoration: none;
}

.mm-lp-summary__tooltip-item--completed {
	color: rgba(255, 255, 255, 0.72);
	text-decoration: line-through;
	text-decoration-thickness: 1px;
}

.mm-lp-summary__tooltip-item--completed span {
	color: #9dd7b0;
	flex: 0 0 auto;
	text-decoration: none;
}

.mm-lp-summary__tooltip-item--overdue {
	color: #ffd9d5;
}

.mm-lp-summary__tooltip-item em {
	background: rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	color: #ffd9d5;
	font-size: 0.68rem;
	font-style: normal;
	font-weight: 800;
	margin-left: auto;
	padding: 1px 6px;
}

.mm-lp-summary__tooltip-item + .mm-lp-summary__tooltip-item {
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	margin-top: 6px;
	padding-top: 6px;
}

.mm-lp-summary__day:hover .mm-lp-summary__tooltip,
.mm-lp-summary__day:focus .mm-lp-summary__tooltip,
.mm-lp-summary__day:focus-within .mm-lp-summary__tooltip {
	display: block;
}

.mm-lp-summary__actions {
	border-top: 1px solid var(--mm-lp-line);
	padding-top: 10px;
}

.mm-lp-summary__overdue {
	align-items: center;
	background: #fff6f5;
	border: 1px solid #f0cbc6;
	border-radius: 10px;
	color: #82423a;
	display: flex;
	flex-wrap: wrap;
	font-size: 0.82rem;
	gap: 7px;
	justify-content: space-between;
	line-height: 1.35;
	margin-bottom: 8px;
	padding: 8px 9px;
}

.mm-lp-summary__overdue button {
	background: transparent;
	border: 0;
	color: #087b9e;
	cursor: pointer;
	font: inherit;
	font-weight: 800;
	min-height: 0;
	padding: 0;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.mm-lp-summary__overdue button:hover {
	background: transparent;
	color: #075f78;
}

@media (max-width: 720px) {
	.mm-lp__timeline {
		grid-template-columns: 1fr;
	}

	.mm-lp__timeline-start {
		border-bottom: 1px solid var(--mm-lp-line);
		border-right: 0;
	}

	.mm-lp__next {
		align-items: flex-start;
		flex-direction: column;
	}

	.mm-lp__position-form {
		grid-template-areas:
			"label"
			"select"
			"action"
			"status";
		grid-template-columns: 1fr;
	}

	.mm-lp__position-form button[type="submit"] {
		white-space: normal;
	}

	.mm-lp__day,
	.mm-lp__day--break {
		grid-template-columns: 72px minmax(0, 1fr);
	}

	.mm-lp__day-content li {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.mm-lp-summary {
		position: static;
	}

	.mm-lp-summary__panel {
		bottom: auto !important;
		max-height: calc(100vh - 96px);
		overflow: auto;
		left: 14px;
		position: fixed;
		right: 14px;
		top: 72px;
		transform: none;
		width: auto;
	}

	.mm-lp-summary__body {
		grid-template-columns: 1fr;
	}
}


.mm-lp-summary--inline {
	container-name: mm-lp-summary;
	container-type: inline-size;
	display: block;
	position: relative;
	width: 100%;
}

.mm-lp-summary--inline .mm-lp-summary__panel {
	box-shadow: none;
	left: auto;
	max-height: none;
	overflow: visible;
	position: static;
	top: auto;
	width: 100%;
	z-index: auto;
}

.mm-lp-summary--inline .mm-lp-summary__body {
	grid-template-columns: minmax(190px, 0.8fr) minmax(280px, 1.2fr);
}

@container mm-lp-summary (max-width: 600px) {
	.mm-lp-summary--inline .mm-lp-summary__body {
		grid-template-columns: minmax(0, 1fr);
	}

	.mm-lp-summary--inline .mm-lp-summary__today {
		display: none;
	}

	.mm-lp-summary--inline .mm-lp-summary__calendar,
	.mm-lp-summary--inline .mm-lp-summary__calendar-table {
		max-width: 100%;
		min-width: 0;
	}

	.mm-lp-summary--inline .mm-lp-summary__calendar-table {
		border-spacing: 2px;
	}
}

@container mm-lp-summary (max-width: 420px) {
	.mm-lp-summary--inline .mm-lp-summary__panel {
		padding: 10px;
	}

	.mm-lp-summary--inline .mm-lp-summary__calendar-heading {
		padding-inline: 36px;
	}

	.mm-lp-summary--inline .mm-lp-summary__calendar-table th,
	.mm-lp-summary--inline .mm-lp-summary__day {
		font-size: 0.62rem;
	}
}

@media (max-width: 720px) {
	.mm-lp-summary--inline .mm-lp-summary__panel {
		bottom: auto !important;
		left: auto;
		max-height: none;
		overflow: visible;
		position: static;
		right: auto;
		top: auto;
		width: 100%;
	}

	.mm-lp-summary--inline .mm-lp-summary__body {
		grid-template-columns: 1fr;
	}

	.mm-lp-summary--inline .mm-lp-summary__today {
		display: none;
	}
}

@media print {
	.mm-lp__controls,
	.mm-lp__next .mm-lp__primary-action {
		display: none !important;
	}

	.mm-lp__day {
		break-inside: avoid;
	}
}
