.hcm-ed-message,
.hcm-ed-stock-delivery .hcm-ed-message {
    box-sizing: border-box;
    margin: 10px 0;
    line-height: 1.35;
    font-size: 14px;
}
.hcm-ed-message strong,
.hcm-ed-message .hcm-ed-label {
    font-weight: 800;
}
.hcm-ed-style-clean {
    padding: 10px 12px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 8px;
    background: rgba(255,255,255,.06);
    color: inherit;
}
.hcm-ed-style-badge {
    display: inline-flex;
    gap: 6px;
    align-items: center;
    padding: 7px 10px;
    border-radius: 999px;
    border: 1px solid currentColor;
    font-weight: 700;
}
.hcm-ed-style-plain {
    padding: 0;
    border: 0;
    background: transparent;
}
.hcm-ed-type-no_stock,
.hcm-ed-stock-onbackorder,
.hcm-ed-stock-outofstock {
    font-weight: 700;
}
.hcm-ed-v2,
.hcm-ed-v2 * {
    color: inherit;
}
body[class*="dark"] .hcm-ed-message,
.hcm-dark .hcm-ed-message,
.hcm-ed-message {
    color: inherit;
}
.woocommerce div.product .hcm-ed-stock-delivery {
    clear: both;
    margin-top: 6px;
}
