/* Danny's Cycles - spacing/type tweaks for the Parts "Final Sale"
   notice added by parts-final-sale-notice.js. The box color/border
   itself comes from the site's existing .alert.se_alert_gold class -
   this file only adjusts spacing and type size (explicit px, per the
   site's font-size fix). !important is used on the link colors
   because the site's global link-color rule otherwise overrides them
   (confirmed on the live site with the cart banner). */

.dc-final-sale-notice {
  margin: 16px 0;
}

.dc-final-sale-notice-title {
  display: block;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 6px;
}

.dc-final-sale-notice-text {
  font-size: 13px;
  line-height: 19px;
  margin: 0 0 6px 0;
}

.dc-final-sale-notice-inline-link,
.dc-final-sale-notice-link {
  font-size: 13px;
  text-decoration: underline !important;
}

.dc-final-sale-notice-link {
  display: inline-block;
}
