
#new-basket-shipping:has(.delivery-highlight){
    display: flex;
    flex-flow: column;
    padding: 1rem !important;
}

.delivery-highlight {
    padding: 1rem !important;
    background: #fff;
    border: 1px solid #c2c2c2 !important;
    margin-block: .5rem;
    border-radius: 5px;
    order: -1;
}

.delivery-highlight span.col-1.small.coRED:empty{
    display: none;
}

.delivery-highlight .basket-shippingrow-price{
    color: #36573b;
}

.delivery-highlight span.col-1.small.coRED {
    margin-top: 1rem;
    line-height: normal;
    color: #36573b;
    text-align: center;

}

.delivery-highlight:before{
    display: block;
    padding: .5rem;
    text-align: center;
    font-size: 13px;
    margin-bottom: 1rem;
    border-radius: 5px;
    line-height: normal;
}

.delivery-highlight.local-customer:before{
    content: "Most popular with local customers";
    background: #587559;
    color: #fff;
}

.delivery-highlight.home-delivery:before{
    content: "Most Popular for home delivery";
    background: #36573b;
    color: #fff;
}

.delivery-highlight.not-in:before{
    content: "Not going to be in?";
    background: #cb7d53;
    color: #fff;
}