/* Common */
.blocwise-clone-container {
	
}
.blocwise-clone-button {
	width: 100%;
	cursor: pointer;
    padding: 24px !important;
	height: 64px;
	color: black !important;
    font-size: 20px !important;
    border-radius: 16px !important;
    border: 1px solid white !important;
    background: white !important;
	background-color: white;
    box-shadow: 0px 6px 6px 0px rgba(164, 164, 178, 0.10);
    font-weight: 500 !important;
    transition: background 0.3s;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.blocwise-clone-button > div:first-child {
	display: flex;
	align-items: center;
	gap: 14px;
}
.blocwise-clone-button:hover {
	
}
.blocwise-coming-button {
	display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #c9c9c9;
    height: 64px;
    padding: 24px;
    box-shadow: 0 6px 6px 0 rgba(164, 164, 178, 0.10);
    border-radius: 16px;
	color: black !important;
    font-size: 20px !important;
}
.blocwise-coming-button > div:first-child {
	display: flex;
	align-items: center;
	gap: 14px;
}