.brx-body { min-height:100vh; min-height:100dvh; } #brx-content { margin-top:86px; } section { border-top: 1px solid var(--border); } img { border-radius:var(--val-l); } em { color:var(--primary); } .list { display: flex; flex-direction: column; gap:1.25em; list-style:none; padding-left:0; } .list li { display: flex; align-items: center; gap: 0.75em; } .list li::before { content: ""; flex-shrink: 0; width: 1.5em; height: 1.5em; border: 1px solid #cfe7f3; border-radius: 999px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232c91c0' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'%3E%3C/path%3E%3C/svg%3E"); background-color: var(--primary-50); background-size: 0.9em; background-position: center; background-repeat: no-repeat; }