	.tr-tronmoji-grid {
		display: grid;
		grid-template-columns: repeat(16, minmax(2px, 6.25%));
		grid-template-rows: repeat(16, minmax(2px, 6.25%));
		gap: 1px;
        width: 100%;
        aspect-ratio: 1 / 1;
	}
	.tr-tronmoji-cell {
		background-color: #666666;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		font-size: 12px;
		user-select: none;
	}
	.tr-tronmoji-cell:hover {
		background-color: darkgray;
	}
	.tr-tronmoji-key-cell {
		width: 6.25%;
	}
    .tr-tronmoji-key-cell-selected {
        border-bottom: 2px dashed #888;
    }
	.tr-tronmoji-key-color {
		width: 90%;
		height: 20px;
	}
    .tr-tronmoji-key-value {
        font-size: 12px;
        text-align: center;
    }