/* Company page + editor (docs/features/21 §7) */
.cx-company{max-width:1100px;margin:0 auto;padding:0 16px 40px}
.cx-company-cover{height:180px;border-radius:0 0 14px 14px;background:linear-gradient(120deg,var(--brand,#2f80ed),#8ab4f8);background-size:cover;background-position:center}
.cx-company-head{display:flex;gap:16px;align-items:flex-end;margin-top:-40px;flex-wrap:wrap}
.cx-company-logo{width:96px;height:96px;border-radius:14px;background:#fff;border:3px solid #fff;box-shadow:0 2px 10px rgba(0,0,0,.15);display:flex;align-items:center;justify-content:center;font-size:40px;font-weight:700;color:var(--brand,#2f80ed);overflow:hidden}
.cx-company-logo img{width:100%;height:100%;object-fit:cover}
.cx-company-head h1{margin:0;font-size:24px}
.cx-verified{color:#1c6b3a;font-size:16px;background:#d9f2e3;border-radius:50%;padding:2px 6px}
.cx-tagline{margin:2px 0 6px;color:#555}
.cx-company-chips .cx-chip{background:#f1f3f7;color:#333}
.cx-company-actions{display:flex;gap:8px;flex-wrap:wrap;align-self:flex-start;margin-top:48px}
.cx-company .cx-tabs{display:flex;gap:4px;overflow-x:auto;border-bottom:1px solid #eee;margin:16px 0}
.cx-company .cx-tab{flex:0 0 auto;border:0;background:transparent;padding:10px 14px;min-height:44px;cursor:pointer;color:#555;border-bottom:2px solid transparent}
.cx-company .cx-tab.active{color:var(--brand,#2f80ed);border-bottom-color:var(--brand,#2f80ed);font-weight:600}
.cx-tab-panel{display:none}.cx-tab-panel.active{display:block}
.cx-company-grid{display:grid;grid-template-columns:1fr;gap:16px}
@media(min-width:900px){.cx-company-grid{grid-template-columns:2fr 1fr}}
.cx-richtext p{margin:0 0 8px}
.cx-video{position:relative;padding-top:56.25%;border-radius:10px;overflow:hidden}
.cx-video iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.cx-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:8px}
.cx-gallery img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:8px}
.cx-gallery-edit div{position:relative}.cx-remove-img{position:absolute;top:4px;right:4px;background:#fff;border-radius:50%;width:28px;height:28px;text-align:center;line-height:28px;text-decoration:none;color:#b3261e}
.cx-benefits{list-style:none;padding:0;margin:0}.cx-benefits li{display:flex;gap:8px;align-items:center;padding:6px 0}.cx-benefits .material-icons{font-size:18px;color:var(--brand,#2f80ed)}
.cx-company-job{display:flex;gap:10px;align-items:center;padding:12px 0;border-bottom:1px solid #f0f2f6;flex-wrap:wrap}
.cx-company-job .grow{flex:1;min-width:200px}
.cx-team{display:flex;gap:14px;flex-wrap:wrap}
.cx-member{display:flex;flex-direction:column;align-items:center;width:120px;text-align:center;font-size:13px}
.cx-member img{width:80px;height:80px;border-radius:50%;object-fit:cover;margin-bottom:6px}
.cx-quote{margin:12px 0;padding:12px 16px;border-left:3px solid var(--brand,#2f80ed);background:#f8f9fb;border-radius:0 8px 8px 0}
.cx-quote img{width:40px;height:40px;border-radius:50%;float:left;margin-right:10px}
.cx-quote footer{font-size:13px;color:#666}
.cx-company-edit .cx-full{grid-column:1/-1}
.cx-benefit-grid ul{columns:2;column-gap:16px}
.cx-preview-img{width:80px;height:80px;object-fit:cover;border-radius:8px;display:block;margin-bottom:6px}
.cx-preview-cover{width:100%;max-height:120px;object-fit:cover;border-radius:8px;display:block;margin-bottom:6px}
@media(max-width:600px){.cx-company-cover{height:120px}.cx-company-actions{margin-top:8px;width:100%}.cx-benefit-grid ul{columns:1}}
