/* Fail-closed checkout error: visible, compact and recoverable inside the drawer. */
.sk-checkout-error {
  margin: 0 0 10px;
  padding: 10px 12px;
  border: 1px solid #b42318;
  border-radius: 6px;
  background: #fef3f2;
  color: #7a271a;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
}
