.gkits-btns-group {
    .components-button-group {
        width: 100%;
        display: flex;
        .components-button {
            width: 100%;
            box-shadow: inset 0 0 0 1px #e0e0e0;
            padding: 0;
            justify-content: center;
            svg {
                width: 20px;
                fill: none;
            }
            &.gkits-btn-active {
                background: #007cba;
                svg {
                    stroke: #ffffff;
                }
            }
        }
    }
}
