.lg-doc{max-width:860px;margin:0 auto;display:grid;grid-gap:22px;gap:22px}.lg-section{background:var(--white);border:1px solid rgba(51,207,132,.12);border-radius:16px;padding:34px 38px;box-shadow:0 10px 30px rgba(10,20,15,.05)}.lg-section h2{display:flex;align-items:center;gap:14px;font-size:1.28rem;line-height:1.3;margin-bottom:16px}.lg-section h2 .icon-circle{width:44px;height:44px;flex-shrink:0}.lg-section h3{font-size:1.02rem;margin:22px 0 8px}.lg-section p,.lg-section ul{max-width:72ch}.lg-section p{color:var(--text);margin-bottom:12px}.lg-section p:last-child{margin-bottom:0}.lg-section a{color:var(--green-dark);font-weight:600;overflow-wrap:anywhere}.lg-section a:hover{text-decoration:underline}.lg-section ul{list-style:none;margin:0 0 12px;padding:0}.lg-section ul li{position:relative;padding-left:22px;margin-bottom:8px;color:var(--text)}.lg-section ul li:before{content:"";position:absolute;left:4px;top:.62em;width:7px;height:7px;border-radius:50%;background:var(--green)}.lg-dl{display:grid;grid-template-columns:210px 1fr;grid-gap:10px 24px;gap:10px 24px;margin:0}.lg-dl dt{font-weight:600;color:var(--ink)}.lg-dl dd{margin:0;color:var(--text)}.lg-updated{text-align:center;font-size:.86rem;color:var(--text-muted);margin-top:6px}@media (max-width:640px){.lg-section{padding:24px 20px}.lg-section h2{font-size:1.12rem;gap:12px}.lg-dl{grid-template-columns:1fr;gap:2px}.lg-dl dd{margin-bottom:10px}}