/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

.apple-pay-button {
  -webkit-appearance: -apple-pay-button;
  appearance: -apple-pay-button;
  display: block;
}

.apple-pay-button-black {
  -apple-pay-button-style: black;
}

.wallet-button-shell,
.wallet-button-fill {
  width: 100%;
}

.wallet-button-shell > button {
  width: 100% !important;
  min-width: 0 !important;
}

.paypal-card-field-compact,
.paypal-card-field-compact iframe {
  height: 54px !important;
  min-height: 54px !important;
}

.paypal-card-field-compact {
  max-width: 100%;
}
