.button { position: relative; display: flex; justify-content: center; align-items: center; & .textContainer { display: flex; justify-content: center; align-items: center; gap: var(--Spacing-x1); } } .loading { position: absolute; &.hidden { opacity: 0; } }