.messageContainer { display: flex; flex-direction: column; gap: $section-spacing; } .buttonSection { display: grid; grid-template-columns: 1fr 1fr; gap: $element-spacing; margin-top: -0.5rem; }