/* Minimal, accessible defaults */
.gdb-wrapper { display: block; }
.gdb-buttons { display: flex; gap: 1em; justify-content: center; flex-wrap: wrap; margin: 0.25em 0 0.25em; }
.gdb-btn {
  display: inline-block;
  padding: 1em 2em;
  border-radius: 5px;
  background: #63bff5;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  line-height: 1;
  transition: 0.5s ease all;
}
.gdb-btn:hover {
  opacity: 0.8;
}
.gdb-btn:focus { outline: none; border-color: #63bff5; }
.gdb-meta { color: #999; font-size: 0.9rem; margin-top: 0.5em; text-align: center }
.gdb-fallback, .gdb-fallback-text { color: #999; font-size: 14px }
.gdb-sep { margin: 0 0.35em; }
