.fc-wrapper .fc-express-checkout {
  margin: 0;
}

.fc-wrapper .fc-express-checkout .fc-express-checkout__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.fc-wrapper .fc-express-checkout .fc-express-checkout__inner > div {
  margin: 0 !important;
  margin-bottom: 10px !important;
  padding: 0 !important;
  width: 100% !important;
  line-height: 0 !important;
}

@media (min-width: 750px) {
  .fc-wrapper .fc-express-checkout.fc-express-checkout--inline-buttons .fc-express-checkout__inner {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
  }
}

@media (min-width: 750px) {
  .fc-wrapper .fc-express-checkout.fc-express-checkout--inline-buttons .fc-express-checkout__inner > div {
    width: 100%;
  }
}