.bolsao-formulario {
	max-width: 680px;
	margin: 0 auto;
	padding: 24px;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.5;
}

.bolsao-formulario * {
	box-sizing: border-box;
}

.bolsao-formulario h1 {
	margin-top: 0;
	margin-bottom: 12px;
	font-size: 1.8em;
}

.bolsao-intro {
	margin-bottom: 24px;
	color: #444;
}

.bolsao-form {
	margin-top: 8px;
}

.bolsao-campo {
	margin-bottom: 20px;
}

.bolsao-campo label {
	display: block;
	font-weight: 600;
	margin-bottom: 6px;
	color: #222;
}

.bolsao-campo input[type="text"],
.bolsao-campo input[type="email"],
.bolsao-campo input[type="tel"],
.bolsao-campo input[type="date"],
.bolsao-campo select,
.bolsao-campo textarea {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #ccd0d4;
	border-radius: 4px;
	font-size: 15px;
	font-family: inherit;
	background: #fff;
	color: #222;
	transition: border-color 0.15s ease;
}

.bolsao-campo textarea {
	min-height: 100px;
	resize: vertical;
}

.bolsao-campo input:focus,
.bolsao-campo select:focus,
.bolsao-campo textarea:focus {
	outline: none;
	border-color: #2271b1;
	box-shadow: 0 0 0 1px #2271b1;
}

.bolsao-campo input:disabled,
.bolsao-campo option:disabled {
	color: #999;
}

.bolsao-opcao-multipla {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: normal;
	margin-bottom: 6px;
}

.bolsao-opcao-multipla input {
	width: auto;
}

.obrigatorio {
	color: #b32d2e;
}

.bolsao-honeypot {
	display: none;
}

.bolsao-msg {
	padding: 12px 16px;
	margin-bottom: 20px;
	border-radius: 4px;
	font-weight: 600;
}

.bolsao-sucesso {
	background: #d4edda;
	color: #155724;
	border: 1px solid #c3e6cb;
}

.bolsao-erro {
	background: #f8d7da;
	color: #721c24;
	border: 1px solid #f5c6cb;
}

.bolsao-encerrado,
.bolsao-indisponivel {
	font-weight: 600;
	padding: 14px 16px;
	background: #f5f5f5;
	border-radius: 4px;
}

.bolsao-submit {
	margin-top: 24px;
	margin-bottom: 0;
}

.bolsao-submit button {
	display: inline-block;
	padding: 12px 28px;
	background: #2271b1;
	color: #fff;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.15s ease;
}

.bolsao-submit button:hover {
	background: #135e96;
}

.bolsao-submit button:disabled {
	background: #a0a5aa;
	cursor: not-allowed;
}

@media (max-width: 480px) {
	.bolsao-formulario {
		padding: 16px;
		border-radius: 0;
	}
}

.bolsao-modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
	box-sizing: border-box;
}

.bolsao-modal {
	background: #fff;
	border-radius: 8px;
	padding: 28px;
	width: 100%;
	max-width: 440px;
	max-height: 85vh;
	overflow-y: auto;
	position: relative;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
	text-align: center;
	font-size: 16px;
	line-height: 1.5;
	box-sizing: border-box;
}

.bolsao-modal-icone {
	font-size: 40px;
	color: #155724;
	margin-bottom: 8px;
}

.bolsao-modal h2 {
	margin-top: 0;
	margin-bottom: 12px;
	color: #222;
}

.bolsao-modal-data {
	margin: 16px 0 4px;
	padding: 12px 16px;
	background: #f7f7f7;
	border-radius: 6px;
}

.bolsao-modal-data-rotulo {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #666;
	margin-bottom: 2px;
}

.bolsao-modal-data-valor {
	font-size: 17px;
	color: #222;
}

.bolsao-modal-protocolo {
	display: inline-block;
	margin: 12px 0;
	padding: 10px 18px;
	background: #f0f6fb;
	border: 1px dashed #2271b1;
	border-radius: 6px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.5px;
	color: #135e96;
}

.bolsao-modal-aviso-email {
	color: #555;
	font-size: 14px;
	margin-top: 12px;
}

.bolsao-modal-fechar-topo {
	position: absolute;
	top: 10px;
	right: 14px;
	background: none;
	border: none;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
	color: #888;
}

.bolsao-modal-fechar-botao {
	display: inline-block;
	margin-top: 20px;
	padding: 10px 24px;
	background: #2271b1;
	color: #fff;
	border: none;
	border-radius: 4px;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
}

.bolsao-modal-fechar-botao:hover {
	background: #135e96;
}
