.product-reserved-state {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border: 1px solid #d1d3d5;
    border-radius: 20px;
    background: #f2f3f4;
    color: #555b60;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    vertical-align: middle;
}

/* Match the cart footer dimensions without inheriting its action/hover styles. */
.c-content-product-2 .btn-group-justified > .btn-group > .product-reserved-state {
    display: flex;
    width: 100%;
    min-height: 46px;
    padding: 12px 16px;
    text-transform: uppercase;
    font-weight: 700;
}
