.availability-confirm { header { margin-top: 16px; margin-bottom: 16px; } > div { margin-top: 1.5rem; display: flex; gap: 0.75rem; align-items: flex-start; > div:first-child { background-color: rgb(193, 240, 164, 0.2); border-radius: 50%; padding: 0.5rem; display: flex; align-items: center; justify-content: center; svg { color: rgb(193, 240, 164); } } b { margin-bottom: 0.5rem; display: inline-block; } } }