.si-select__option-group {
	padding-left: 10px;
	border-bottom: 2px solid rgb(var(--si-gray-1));
	position: relative;
	overflow: hidden;
	transition: all 0.25s ease;
	&:last-child {
		border: 0px;
	}
	&.hiddenOptionGroup {
		border-bottom: 0px solid rgb(var(--si-gray-1));
		h5 {
			padding: 0px;
			max-height: 0px;
		}
	}
	h5 {
		max-height: 28px;
		transition: all 0.25s ease;
		opacity: 0.5;
		margin: 0px;
		padding: 0px;
		padding: 7px 0px;
		font-size: 0.7rem;
		user-select: none;
		overflow: hidden;
		* {
			pointer-events: none;
		}
	}
}
