.ct-header-socials {
	// display: flex;
	// max-width: 100%;
	// flex: 1;
	// display: flex;
	// flex-grow: 1;
	// flex-basis: 100%;
}

.ct-header-socials2 {
	display: flex;
	align-items: center;

	ul {
		--wrap: nowrap;
	}

	[data-icons*="rounded"],
	[data-icons*="square"] {
		a {
			width: calc(var(--iconSize) * 2.5);
			height: calc(var(--iconSize) * 2.5);
		}
	}

	svg {
		width: auto;
		height: var(--iconSize);
	}
}