/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */
.pdf-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 10px; /* espaço entre os botões */
}

.pdf-buttons .pdf-btn {
	display: inline-block;
	padding: 8px 16px;
	border: 1px solid #333; /* borda fina */
	background-color: transparent;
	color: #333;
	text-decoration: none;
	border-radius: 4px; /* cantos arredondados */
	font-weight: 500;
	transition: all 0.3s ease;
}

.pdf-buttons .pdf-btn:hover {
	background-color: #333; /* fundo escuro no hover */
	color: #fff; /* texto branco */
	transform: translateY(-2px); /* efeito sutil */
}
