:host {
	.cell-radio {
		display: var(--display-cell-radio);
	}

	.f-tcell-wrapper {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
		width: 100%;
		height: 100%;
		f-checkbox {
			margin-right: 12px;
		}
		f-radio {
			margin-right: 12px;
		}
		.row-toggler.left {
			margin-right: 12px;
		}
		.f-tcell-content {
			flex: 1 1;
		}
	}
}
