.wc-braintree-blocks__notice {
  font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica, sans-serif;
  padding: 1.5rem 3rem;
  font-size: .85em;
  display: flex;
  flex-wrap: nowrap;

  &.error {
    color: #fff;
    background: #b22222;
  }

  .components-notice__dismiss {
    background: transparent none;
    padding: 0;
    margin: 0 0 0 auto;
    border: 0;
    outline: 0;
    color: currentColor;

    svg {
      fill: currentColor;
      min-width: 20px;
      min-height: 20px;
    }
  }
}