/**
 * Store credit stylesheet.
 *
 * @since 3.7.0
 */
.wc-store-credit-product-container {
  /* Fix for theme twentytwenty */
}
.wc-store-credit-product-container label span.optional {
  display: none;
}
.wc-store-credit-product-container .store-credit-preset-amounts-container .store-credit-preset-amounts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 10px;
}
.wc-store-credit-product-container .store-credit-preset-amounts-container .store-credit-preset-amounts .store-credit-preset-amount {
  flex: 1;
  text-align: center;
}
.wc-store-credit-product-container .store-credit-preset-amounts-container .store-credit-preset-amounts .store-credit-preset-amount.selected {
  background-color: #d5d5d5;
  border-color: #d5d5d5;
}
.theme-storefront .wc-store-credit-product-container .send-to-different-customer label span {
  font-weight: 300;
  vertical-align: middle;
}
.single-product form.cart .wc-store-credit-product-container input[type=checkbox] {
  width: auto;
}

.woocommerce-MyAccount-store-credit .button {
  padding: 0.6180469716em 0.875em;
  font-size: 0.875em;
  width: auto;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
}

.wc-store-credit-cart-coupons {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  row-gap: 1.2rem;
  column-gap: 1.2rem;
  margin-bottom: 2.617924em;
}

.wc-store-credit-cart-coupon {
  padding: 0.5rem;
  border-radius: 2px;
  background-color: #f8f8f8;
  transition: transform 0.2s;
}
.wc-store-credit-cart-coupon:hover {
  cursor: pointer;
  transform: scale(1.05);
}
.wc-store-credit-cart-coupon .coupon-amount {
  font-size: 1.5rem;
  font-weight: bold; /* stylelint-disable-line font-weight-notation */
}
.wc-store-credit-cart-coupon .coupon-date-expires {
  margin-top: 0.5rem;
  font-size: 0.8rem;
}

.wc-store-credit-cart-coupon-inner {
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 0.5rem;
  border-style: dashed;
  border-width: 2px;
  border-radius: 2px;
}

.woocommerce-notices-wrapper .wc-store-credit-cart-coupons-title {
  display: none;
}

/*# sourceMappingURL=store-credit.css.map */
