.theme-editor-theme-card {
	width: 170px;
    height: 185px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
    align-items:center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #cecece;
	overflow: hidden;
	cursor: pointer;

	&.isSelected {
		box-shadow: 0 0 0 2pt#58b9b0;
	}
}
