/* Scoped to this plugin. CommerceKit supplies the shared badge container. */
.hhmd-price { display: inline-flex; align-items: baseline; flex-wrap: wrap; gap: .3em; }
.hhmd-price > ins { order: -1; color: #e00028; text-decoration: none; background: transparent; font-weight: 600; }
.hhmd-price > del { color: inherit; opacity: .75; font-size: .9em; }
.hhmd-price .screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(1px,1px,1px,1px); }
.hhmd-range { color: #e00028; }
.ckit-badge.hhmd-badge { background-color: #4eb517; color: #fff; }
.hhmd-badge[hidden] { display: none !important; }
.hhmd-badge-wrapper { font-size: 11px; position: absolute; z-index: 2; left: 10px; top: 10px; display: flex; flex-direction: column; align-items: flex-start; }
.hhmd-badge-wrapper.ckit-badge-summery { position: static; }
.hhmd-badge-wrapper .hhmd-badge { padding: 3px 9px; margin-bottom: 5px; line-height: 15px; border-radius: 3px; opacity: .8; }
