.mwc-payments-stripe-settings-title .wc-admin-breadcrumb {
  margin-right: 1em;
}

.native-stripe-fees {
  font-size: 14px;
}

mark.mwc-payments-stripe-status {
  font-family: "gdsherpa";
  padding: 4px 12px;
  border-radius: 15px;
  background: #a6fff8;
  color: #004249;
  font-size: 14px;
  font-weight: 300;
  white-space: nowrap;
}
mark.mwc-payments-stripe-status.connected {
  background: #9fffb8;
  color: #003a15;
}

mark.mwc-payments-stripe-status.pending {
  background: #ffeea9;
  color: #111111;
  cursor: inherit;
}

mark.mwc-payments-stripe-status.disconnected {
  background: #cfd4d6;
  color: #111111;
}
.native-stripe-fees span {
  margin-left: 2px;
  text-decoration: none;
}

.mwc-payments-stripe-connect__button {
  border-color: #8995a9;
}

.mwc-stripe-payment_methods_title {
  margin-top: 3.625em;
}

.mwc-stripe-checkout_settings_title {
  margin-top: 3.625em;
}
