/* ABN-specific checkout styling only. Generic checkout rules (company
   search, phone-input, spinner, .hidden) come from the base plugin's
   twoinc.css, which loads on the same pages. */
.woocommerce-checkout
  #payment
  ul.payment_methods
  li.wc_payment_method.payment_method_woocommerce-gateway-abn {
  margin-bottom: 1em;
}
/* The base plugin emits the subtitle under its own class name; this
   carries the fork's subtitle styling over so the look survives. */
.woocommerce-checkout
  #payment
  ul.payment_methods
  li.wc_payment_method.payment_method_woocommerce-gateway-abn
  .twoinc-payment-subtitle {
  color: #777777;
  margin-left: 31px;
  font-size: 1em;
}
.woocommerce-checkout
  #payment
  ul.payment_methods
  li.wc_payment_method.payment_method_woocommerce-gateway-abn
  .explain-details {
  font-size: 1em;
}
.woocommerce-checkout
  #payment
  ul.payment_methods
  li.wc_payment_method.payment_method_woocommerce-gateway-abn
  img {
  max-height: 32px;
}
.abn-terms-text {
  margin: 0.2em;
  font-weight: 100;
  font-size: 0.83em;
}
