/* *******************************************************************
  ==== SUMMARY ====
  - BASE
******************************************************************* */

/* ===================================================================
  BASE
=================================================================== */

.wg-btn-box {
  align-items: center !important;
  box-sizing: border-box;
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  justify-content: center !important;
  margin: 0 auto;
  width: 100%;
}

/* ===== TABLET & DESKTOP ===== */

@media (min-width: 769px) {
  .wg-btn-box {
    flex-direction: row !important;
    gap: 10px !important;
  }
}
