/**
 * Colors
 */
/**
 * Often re-used variables
 */
/**
 * Breakpoint mixins
 */
/**
 * Long content fade mixin
 *
 * Creates a fading overlay to signify that the content is longer
 * than the space allows.
 */
/**
 * Button states and focus styles
 */
/**
 * Applies editor left position to the selector passed as argument
 */
/**
 * Applies editor right position to the selector passed as argument
 */
/**
 * Styles that are reused verbatim in a few places
 */
/**
 * Allows users to opt-out of animations via OS-level preferences.
 */
/**
 * Reset default styles for JavaScript UI based pages.
 * This is a WP-admin agnostic reset
 */
/**
 * Reset the WP Admin page styles for Gutenberg-like pages.
 */
/**
 * Breakpoints & Media Queries
 */
/** @format */
/**
 * Colors
 */
/** @format */
/* stylelint-disable block-closing-brace-newline-after */
/** @format */
#payment
.payment_methods
li
.payment_box.payment_method_woocommerce_payments
fieldset {
  padding: 0; }

#payment .payment_method_woocommerce_payments > fieldset > legend {
  padding-top: 0; }

#payment .payment_method_woocommerce_payments .testmode-info {
  margin-bottom: 0.5em; }

#payment .payment_method_woocommerce_payments .woocommerce-error {
  margin: 1em 0 0; }

#wcpay-card-element {
  border: 1px solid #ddd;
  padding: 5px 7px;
  min-height: 29px; }

.wcpay-card-mounted {
  background-color: #fff; }

