body.frutilu-ch-modal-open {
	overflow: hidden;
}

.frutilu-ch-modal-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 100000;
	padding: 20px;
}

.frutilu-ch-modal-box {
	position: relative;
	background: #fff;
	border-radius: 8px;
	max-width: 480px;
	width: 100%;
	padding: 32px 24px 24px;
	text-align: center;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
}

.frutilu-ch-modal-close {
	position: absolute;
	top: 8px;
	right: 12px;
	background: none;
	border: none;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	color: #555;
}

.frutilu-ch-modal-close:hover {
	color: #000;
}

.frutilu-ch-modal-logo {
	max-width: 200px;
	max-height: 100px;
	margin: 0 auto 16px;
	display: block;
}

.frutilu-ch-modal-logo-fallback {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0 auto 16px;
	color: #333;
}

.frutilu-ch-modal-title {
	margin: 0 0 12px;
	font-size: 20px;
}

.frutilu-ch-modal-message {
	font-size: 15px;
	line-height: 1.6;
	color: #333;
}

.frutilu-ch-modal-message a {
	color: #1a73e8;
}
