/* Draft-order notice shown in the theme's mini-cart drawer. Loaded on every
   page, because the custom order can be in progress anywhere on the site. */
.pusa-co-draft-notice{
  border:1px solid #cfe0d6;border-left:3px solid #137a4b;background:#f2f9f5;
  border-radius:8px;padding:12px 14px;margin:0 0 14px;text-align:left;
  font-family:inherit;color:#173b2a;line-height:1.45;
}
.pusa-co-draft-title{font-weight:700;font-size:14px;margin-bottom:2px}
.pusa-co-draft-detail{font-size:13px;color:#3d5c4c}
.pusa-co-draft-link{
  display:inline-block;margin-top:9px;font-size:13px;font-weight:700;
  color:#0d2c4f;text-decoration:underline;
}
.pusa-co-draft-link:hover{color:#ed1428}
