.jg-buttongroup{display:flex;width:100%;list-style:none}.jg-buttongroup__item{flex:1;border:1px solid #ccc;background-color:#fff;color:#1667d9;border-radius:4px}.jg-buttongroup__item--selected{background-color:#d9e9ff;border-color:#1667d9;z-index:1}.jg-buttongroup__item:not(:last-of-type){border-top-right-radius:0;border-bottom-right-radius:0}.jg-buttongroup__item:not(:last-of-type):not(.jg-buttongroup__item--selected){border-right-color:inherit}.jg-buttongroup__item:not(:first-of-type){border-top-left-radius:0;border-bottom-left-radius:0;margin-left:-1px}.jg-buttongroup__button{background-color:transparent;color:inherit;width:100%;padding:10px;cursor:pointer;font-size:18px;line-height:28px}