div.block-minicart{
    div.capped-delivery{
        h3{
            color: white;
        }

        p:has(.offer){
            display: flex;
            align-items: center;
            margin-top: 1em;
            margin-bottom: 1em;

            span{
                font-size: 14px;
                font-weight: normal;
            }

            span.offer{
                margin-right: 1em;
                width: 8em;
                text-align: center;
                background: #f2f2f2;
                padding: .25em;
                font-weight: 700;
                text-transform: uppercase;
                border: 1px solid #484848;
                color: #333;
            }

            span.offer-notice{
                text-align: left;
            }
        }

        button.autoship-information span{
            font-weight: bold;
        }
    }
}