/* Virtual Developments Wallet Pass Plugin Styles */

.vdev-wallet-button {
  text-align: center;
  margin: 20px 0;
}

.vdev-wallet-button .button {
  background-color: #4285f4;
  color: #fff;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 4px;
  display: inline-block;
  font-weight: bold;
  transition: background-color 0.3s;
}

.vdev-wallet-button .button:hover {
  background-color: #3367d6;
}
