/* Estilos para os botões BUY NOW */
.buy-now-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  height: auto;
  min-height: 48px;
}

.buy-now-button .credit-card-icon {
  margin-right: 8px;
}

.buy-now-button .button-content {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.buy-now-button .button-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.1;
}

.buy-now-button .main-text {
  font-weight: bold;
  font-size: 1.1em;
}

.buy-now-button .sub-text {
  font-size: 0.8em;
  opacity: 0.9;
}
