.veyra-mce {
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 10px;
}
.veyra-mce {
  grid-column: 1 / -1;
  grid-row: auto;
  flex: 0 0 100%;
  min-width: 0;
  max-width: 100%;
  align-self: stretch;
}
.veyra-mce button.veyra-mce-btn {
  -webkit-appearance: -apple-pay-button !important;
  appearance: -apple-pay-button !important;
  -apple-pay-button-type: buy;
  -apple-pay-button-style: black;
  display: block;
  width: 100%;
  height: 48px;
  min-height: 48px;
  margin: 0;
  padding: 0 !important;
  border: none !important;
  border-radius: 10px;
  background: #000 !important;
  box-shadow: none;
  cursor: pointer;
  box-sizing: border-box;
}
.veyra-mce button.veyra-mce-btn:hover,
.veyra-mce button.veyra-mce-btn:active {
  filter: none;
  transform: none;
  box-shadow: none;
}
.veyra-mce .veyra-mce-btn:focus-visible {
  outline: 2px solid rgba(15, 23, 42, 0.55);
  outline-offset: 2px;
}
@supports not ((-webkit-appearance: -apple-pay-button) or (appearance: -apple-pay-button)) {
  .veyra-mce button.veyra-mce-btn {
    background: #000 !important;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
  }
  .veyra-mce button.veyra-mce-btn::after {
    content: "Buy with Apple Pay";
  }
}
.veyra-mce apple-pay-button.veyra-mce-btn {
  --apple-pay-button-width: 100%;
  --apple-pay-button-height: 48px;
  --apple-pay-button-border-radius: 10px;
  --apple-pay-button-padding: 0;
  --apple-pay-button-box-sizing: border-box;
  display: block;
  width: 100%;
  min-height: 48px;
  margin: 0;
  cursor: pointer;
}
.veyra-mce .veyra-mce-error {
  color: #a4291f;
  font-size: 12.5px;
  line-height: 1.4;
  margin-top: 6px;
  min-height: 0;
  text-align: center;
}
.veyra-mce .veyra-mce-error:empty {
  display: none;
}
.veyra-mce.veyra-mce--checkout {
  grid-column: auto;
  flex: 0 0 auto;
  width: 100%;
  margin: 0 0 20px;
  clear: both;
}
.veyra-mce--checkout .veyra-mce-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 6px 0 0;
  margin-top: 14px;
}
.veyra-mce--checkout .veyra-mce-divider__line {
  flex: 1;
  height: 1px;
  background: #e5e7eb;
}
.veyra-mce--checkout .veyra-mce-divider__label {
  font-size: 11.5px;
  line-height: 1.4;
  letter-spacing: 0.01em;
  font-weight: 500;
  color: #64748b;
  white-space: nowrap;
}
