@layer code-components {
	.list-options {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.list-option,
	.list-options {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 0.5rem;
	}
	.list-option {
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		align-items: center;
		justify-content: space-between;
	}
}
