.gkits-units-wrapper {
	display: flex;
	align-items: center;
	gap: 5px;
	.unit-btn {
		background: none;
		border: none;
		cursor: pointer;
		font-size: 10px;
		font-weight: 600;
		text-transform: uppercase;
		margin: 0;
		padding: 0;
		opacity: 0.3;

		&.gkits-active {
			color: #007cba;
			opacity: 1;
		}
	}
}
