/*
 Theme Name: Hello Elementor Child
 Theme URI: https://example.com/hello-elementor-child
 Description: Tema filho do Hello Elementor para customizações seguras.
 Author: Media On Site (Clarissa A. Nuñes, Sandro Ferreira)
 Author URI: https://mediaonsite.com.br/
 Template: hello-elementor
 Version: 1.0.0
 Text Domain: hello-elementor-child
*/

.tagcloud { 
  text-align: center;
  line-height: 1.4;
}
.tagcloud a {
  text-decoration: none;
  transition: transform .15s ease, filter .15s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tagcloud a:hover {
  filter: brightness(0.9);
  transform: translateY(-2px) scale(1.05) rotate(0deg);
}
