/** * Due to css import issues with parallell routes we are forced to * use a regular css file and import it in the page.tsx */ .profile-layout { background-color: var(--Main-Grey-White); border-radius: var(--Corner-radius-xLarge); display: grid; gap: var(--Spacing-x4); padding: var(--Spacing-x3); }