/* Final classic-checkout flow and payment-label normalization. */

.page-id-1186 .wc_payment_method > label {
  display: inline-block;
  width: 100%;
  margin: 0;
  font-size: 15px;
  line-height: 15px;
}

@media (max-width: 767px) {
  .page-id-1186 #cpsw-payment-request-wrapper {
    margin-bottom: 15px;
  }

  .page-id-1186 #ship-to-different-address {
    height: 52.5px;
    line-height: 26.25px !important;
  }
}
