.tvstudio-page { display: flex; flex-direction: column; width: 100%; gap: 10px; .tvstudio-page-actions { display: flex; flex-direction: row; justify-content: space-between; width: 100%; gap: 10px; .profile-selector { display: flex; flex-direction: row; width: 100%; } } .tvstudio-page-selector-hint { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; padding: 50px 0; } }