.codex-section-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;border-top:1px solid var(--line);margin-top:22px}.codex-section-card{display:grid;gap:8px;text-align:left;padding:24px 4px;border:0;border-bottom:1px solid var(--line);background:transparent;color:var(--text);cursor:pointer}.codex-section-card:nth-child(odd){padding-right:28px;border-right:1px solid var(--line)}.codex-section-card:nth-child(even){padding-left:28px}.codex-section-card:hover{background:#ffffff04}.codex-section-card strong{font-size:22px}.codex-section-card p{margin:0;color:var(--muted);max-width:520px;line-height:1.5}.codex-db-head{padding:10px 0 24px;border-bottom:1px solid var(--line);margin-bottom:10px}.codex-db-head h1{margin:4px 0 8px}.codex-db-head p{margin:0;color:var(--muted)}.codex-db-group{padding:22px 0}.codex-db-group>header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding-bottom:10px}.codex-db-group>header h2{margin:0;font-size:19px}.codex-db-group>header span{font-size:12px;color:var(--muted-2)}.codex-db-list{display:grid}.codex-db-row{display:flex;justify-content:space-between;gap:28px;padding:18px 0;border-bottom:1px solid var(--line)}.codex-db-row h3{margin:4px 0 7px;font-size:17px}.codex-db-row p{margin:0;color:var(--muted);line-height:1.5;max-width:760px}.codex-db-row .button{align-self:center;flex:0 0 auto}@media(max-width:800px){.codex-section-grid{grid-template-columns:1fr}.codex-section-card:nth-child(n){padding:20px 0;border-right:0}.codex-db-row{display:grid}.codex-db-row .button{justify-self:start}}