.lgw-widget-wrapper-checkout {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.lgw-widget-wrapper-checkout .lgw-widget-checkout-btn-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.lgw-widget-wrapper-checkout .lgw-widget-checkout-btn-wrapper .lgw-widget-checkout-btn {
  width: 100%;
  max-width: unset !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
.lgw-widget-wrapper-checkout .lgw-widget-checkout-btn-wrapper .lgw-widget-checkout-btn .lgw-widget-price {
  font-weight: 500;
}
.lgw-widget-wrapper-checkout .lgw-widget-checkout-btn-wrapper .lgw-widget-checkout-without-labl-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
  color: grey;
  margin-top: 1rem;
}

#lgw-dyncamic-checkout-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  padding-bottom: 20px;
}

#lgw-without-labl-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
  color: grey;
}
