/* Layout only. The shared extension orb owns all animation and appearance. */
.loading-state:has(> .qn-orb) { display:flex; align-items:center; justify-content:center; gap:26px; min-height:170px; }
@media(max-width:480px) { .loading-state:has(> .qn-orb) { flex-direction:column; gap:23px; text-align:center; min-height:210px; } }
