.page-seo-editor{display:grid;grid-template-columns:320px 1fr;gap:24px;align-items:start}
.page-seo-list{position:sticky;top:92px;display:grid;gap:10px;max-height:70vh;overflow:auto;padding-right:6px}
.page-seo-list a{display:grid;grid-template-columns:34px 1fr;gap:2px 12px;align-items:center;background:#fff;border:1px solid #d8dccf;border-radius:12px;padding:13px 14px;color:var(--text)}
.page-seo-list a.active{border-color:#9ed8ff;background:#eef8ff}
.page-seo-list strong{font-size:15px}
.page-seo-list small{grid-column:2;color:#637064}
.seo-eye{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#149eea;color:#fff;font-size:10px}
.page-seo-form.hidden{display:none!important}
.page-seo-form:not(.hidden){display:grid}
.page-seo-forms textarea{width:100%}
.seo-content-block{margin-top:48px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:30px;line-height:1.75;color:#445046}
.seo-content-block h2,.seo-content-block h3{margin-top:0;color:var(--green)}
.seo-content-block p:last-child{margin-bottom:0}
.auth-seo-content{width:min(720px,calc(100% - 32px));margin-top:18px}
@media (max-width:900px){.page-seo-editor{grid-template-columns:1fr}.page-seo-list{position:static;max-height:none}}
