.bella-club-buttons {
  --bella-club-gap: 24px;
}

.bella-club-buttons .bella-club-button {
  align-items: center !important;
  background-color: #da251d !important;
  background-image: linear-gradient(135deg, #bf1818 0%, #da251d 38%, #b71717 80%) !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: 0 0 0 -10px rgba(218, 37, 29, 0.5) !important;
  box-sizing: border-box !important;
  color: #fff !important;
  display: flex !important;
  flex-direction: column;
  font-family: "Teko", Helvetica, Arial, Lucida, sans-serif !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  height: 74px !important;
  justify-content: center !important;
  line-height: 1.05 !important;
  margin: 0 !important;
  padding: 15px 1em !important;
  text-align: center !important;
  text-transform: uppercase;
  transition: transform 300ms ease, box-shadow 300ms ease !important;
  width: 100% !important;
}

.bella-club-buttons .bella-club-button small {
  display: block;
  font-family: "Teko", Helvetica, Arial, Lucida, sans-serif;
  font-size: 13px !important;
  font-weight: 400;
  line-height: 1;
  margin-top: 4px;
}

.bella-club-buttons .bella-club-button:hover {
  background-color: #da251d !important;
  background-image: linear-gradient(135deg, #bf1818 0%, #da251d 38%, #b71717 80%) !important;
  box-shadow: 0 20px 40px -10px rgba(218, 37, 29, 0.5) !important;
  color: #fff !important;
  transform: scale(1.05) !important;
}

.bella-club-buttons .bella-line-coming-soon {
  cursor: default;
  pointer-events: none;
}

.bella-club-buttons--row {
  align-items: stretch;
  display: grid !important;
  gap: var(--bella-club-gap);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bella-club-buttons--row > .et_pb_column {
  margin: 0 !important;
  width: auto !important;
}

.bella-club-buttons--row .et_pb_button_module_wrapper,
.bella-line-current-clubs .et_pb_button_module_wrapper {
  height: 100%;
  margin-bottom: 0 !important;
}

.bella-club-buttons--menu {
  display: grid;
  gap: 12px;
}

.bella-club-buttons--menu > li {
  margin: 0 !important;
  width: 100%;
}

@media (max-width: 980px) {
  .bella-club-buttons--row {
    gap: 16px;
    grid-template-columns: 1fr;
  }

  .bella-club-buttons .bella-club-button {
    height: 74px !important;
    max-width: none;
  }
}
