.mw-delivery-notice {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    margin: 10px 0;
    border-radius: 4px;
    font-size: 0.95em;
}

.mw-delivery-notice--mail {
    background: #eaf6ea;
    color: #2e6b2e;
}

.mw-delivery-notice--collect {
    background: #fff4e5;
    color: #8a5a00;
}

.mw-delivery-notice i {
    font-size: 18px;
}

/* Product-listing badge (Click & Collect only) */
.mw-collect-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 100%;
    box-sizing: border-box;
    margin-top: 10px;
    padding: 4px 10px;
    background: #97337e;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    border-radius: 3px;

    /* Sits wherever the hook renders in the markup (near the star
       rating). The card's content column is a flex container, so a
       high order value pushes it visually to the end — after price
       and Add to Cart — without needing to touch theme templates. */
    order: 999;
}

.mw-collect-badge i {
    font-size: 13px;
}
