.stv-simulador {
	max-width: 720px;
	margin: 0 auto;
	padding: 24px;
	border: 1px solid #ddd;
	border-radius: 10px;
	font-family: inherit;
	background: #fff;
}

.stv-simulador h3 {
	margin-top: 0;
}

.stv-linha {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 16px;
}

.stv-linha label {
	flex: 1 1 200px;
	display: flex;
	flex-direction: column;
	font-size: 14px;
	font-weight: 600;
	gap: 6px;
}

.stv-linha label.stv-full {
	flex-basis: 100%;
}

.stv-simulador select,
.stv-simulador input[type="number"] {
	padding: 8px 10px;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 14px;
}

.stv-radios {
	display: flex;
	gap: 14px;
	font-weight: 400;
}

.stv-radios label {
	flex: none;
	flex-direction: row;
	align-items: center;
	gap: 4px;
}

.stv-btn {
	display: inline-block;
	background: #0b5cab;
	color: #fff;
	border: none;
	padding: 10px 20px;
	border-radius: 6px;
	font-weight: 600;
	cursor: pointer;
	text-decoration: none;
}

.stv-btn:hover {
	background: #094a89;
	color: #fff;
}

.stv-btn:disabled {
	background: #ccc;
	color: #777;
	cursor: not-allowed;
}

.stv-btn-secundario {
	background: #eee;
	color: #222;
	margin-top: 10px;
}

.stv-btn-secundario:hover {
	background: #ddd;
	color: #222;
}

.stv-resultado {
	margin-top: 20px;
	padding: 16px;
	background: #f4f8fc;
	border-radius: 8px;
}

.stv-preco-total {
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 4px;
}

.stv-preco-detalhe {
	color: #555;
	margin: 0;
}

.stv-campanha {
	margin-top: 24px;
}

.stv-campanha table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 16px;
}

.stv-campanha th,
.stv-campanha td {
	text-align: left;
	padding: 8px;
	border-bottom: 1px solid #eee;
	font-size: 14px;
}

.stv-remover {
	background: none;
	border: none;
	color: #c0392b;
	cursor: pointer;
	font-weight: 700;
}

.stv-aviso {
	margin-top: 16px;
	font-size: 12px;
	color: #888;
}
