:root { --background: white; } .chat > p { margin-top: 60px; border: 1px solid currentColor; padding: 12px; border-radius: var(--radius); text-indent: 0; justify-self: start; } .chat > p + p { margin-top: 45px; } .chat > p:nth-child(2n + 2) { background-color: var(--orange); grid-column-start: 2; }