/* HBS single-retailer purchase action. */
.hbs-retailer-lozenge--single-buy,
a.hbs-retailer-single-buy {
    background: #b7a679 !important;
    border-color: #b7a679 !important;
    color: #111 !important;
}

.hbs-retailer-lozenge--single-buy span,
a.hbs-retailer-single-buy span,
a.hbs-retailer-single-buy strong,
a.hbs-retailer-single-buy svg {
    color: #111 !important;
}

.hbs-retailer-lozenge--single-buy:hover,
.hbs-retailer-lozenge--single-buy:focus,
a.hbs-retailer-single-buy:hover,
a.hbs-retailer-single-buy:focus {
    background: #a79564 !important;
    border-color: #a79564 !important;
    color: #111 !important;
}
