[data-tsl-popup] {
	position: relative;
}

.tsl-popup-trigger {
	padding: 12px 24px;
	background: #1d4ed8;
	color: #fff;
	border: 0;
	border-radius: 4px;
	cursor: pointer;
}

.tsl-popup-overlay {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.6);
	align-items: center;
	justify-content: center;
	z-index: 9999;
}

.tsl-popup-overlay.is-open {
	display: flex;
}

.tsl-popup-window {
	background: #fff;
	padding: 30px;
	border-radius: 8px;
	width: min(90vw, 420px);
}

.tsl-popup-close {
	position: absolute;
	top: 10px;
	right: 14px;
	background: transparent;
	border: 0;
	font-size: 24px;
	cursor: pointer;
}
