/* FILE: assets/css/g2wow-style.css */

.g2wow-button-wrapper {
  margin-top: 15px;
  margin-bottom: 15px;
  clear: both;
}

a.button.g2wow-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 12px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

/* A cor de fundo e do texto, bem como o hover, agora são controlados
   pelo CSS dinâmico gerado pelo class-g2wow-plugin.php */

.g2wow-icon {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  transition: fill 0.2s ease-in-out;
}