.cb-ext-leave {
	position: fixed;
	inset: 0;
	z-index: 2147483000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	box-sizing: border-box;
}

.cb-ext-leave[hidden] {
	display: none !important;
}

.cb-ext-leave__backdrop {
	position: absolute;
	inset: 0;
	border: 0;
	padding: 0;
	margin: 0;
	background: rgba(0, 0, 0, 0.55);
	cursor: pointer;
}

.cb-ext-leave__dialog {
	position: relative;
	z-index: 1;
	max-width: 420px;
	width: 100%;
	background: #fff;
	color: #1a1a1a;
	border-radius: 16px;
	padding: 28px 24px 24px;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
	font-family: "Nunito Sans", system-ui, sans-serif;
	    display: flex;
    flex-direction: column;
    align-items: center;
}

.cb-ext-leave__title {
	margin: 0 0 12px;
	font-size: 1.25rem;
	font-weight: 800;
	line-height: 1.25;
	color: #4b2a71;
}

.cb-ext-leave__body {
	margin: 0 0 22px;
	font-size: 1rem;
	line-height: 1.5;
}

.cb-ext-leave__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: flex-end;
}

.cb-ext-leave__btn {
	font: inherit;
	font-weight: 700;
	font-size: 0.95rem;
	padding: 10px 18px;
	border-radius: 999px;
	cursor: pointer;
	border: 2px solid transparent;
	min-height: 44px;
}

.cb-ext-leave__btn:focus-visible {
	outline: 3px solid #111;
	outline-offset: 2px;
}

.cb-ext-leave__btn--primary {
	background: #4b2a71;
	color: #fff;
	border-color: #4b2a71;
}

.cb-ext-leave__btn--primary:hover {
	filter: brightness(1.08);
}

.cb-ext-leave__btn--ghost {
	background: #fff;
	color: #4b2a71;
	border-color: #4b2a71;
}

.cb-ext-leave__btn--ghost:hover {
	background: #f3eef8;
}
