.qcp-chamar-formulario {
	align-items: center;
	background-color: rgba(0, 0, 0, 0.45);
	box-sizing: border-box;
	display: none;
	height: 100vh;
	justify-content: center;
	left: 0;
	padding: 16px;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 1000;
}

.qcp-chamar-formulario.is-open {
	display: flex;
}

.qcp-chamar-formulario__dialog {
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 16px;
	max-height: calc(100vh - 32px);
	max-width: 480px;
	overflow: auto;
	padding: 24px;
	width: 100%;
}

.qcp-chamar-formulario__header {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: space-between;
}

.qcp-chamar-formulario__title {
	color: #171a88;
	font-family: var(--wp--preset--font-family--galano, "Galano", sans-serif);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0;
}

.qcp-chamar-formulario__close {
	align-items: center;
	background: transparent;
	border: 0;
	color: #4d4c4c;
	cursor: pointer;
	display: inline-flex;
	font-size: 28px;
	height: 32px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	width: 32px;
}

.qcp-chamar-formulario__close:hover {
	color: #171a88;
}

.qcp-chamar-formulario__body {
	color: #171717;
	font-family: var(--wp--preset--font-family--segoe, "Segoe UI", sans-serif);
	font-size: 15px;
	line-height: 1.5;
}

.qcp-chamar-formulario__body p {
	margin: 0;
}

body.qcp-chamar-formulario-open {
	overflow: hidden;
}
