.theme-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--rule);margin:2.5rem -2rem}
.theme-cell{background:#fff;padding:1.5rem 1.75rem}
.theme-label{font-family:var(--sans);font-size:1rem;font-weight:500;color:var(--accent);display:block;margin-bottom:0.35rem}
.theme-body{font-family:var(--serif);font-size:1.05rem;color:var(--mid);line-height:1.7}