/* IzeChat Help & Support (Phase 5 — Roadmap & Changelog). Scoped under
   .ize-cl-* so it cannot leak into unrelated pages. Reuses the Support
   hero/empty/loading primitives from ize-support.css and the tab/chip
   primitives from ize-feedback.css (both load on every page already). */

.ize-cl-entry {
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 12px;
    padding: 16px 18px;
    margin-bottom: 14px;
}
body.dark_active .ize-cl-entry { border-color: rgba(255,255,255,.08); color: #eaeaea; }

.ize-cl-entry-date { font-size: 12px; opacity: .55; font-weight: 600; margin-bottom: 4px; }
.ize-cl-entry-title { font-size: 17px; font-weight: 700; margin: 0 0 8px; }
.ize-cl-entry-body { font-size: 14px; line-height: 1.55; white-space: normal; }

@media (max-width: 576px) {
    .ize-cl-entry { padding: 12px 14px; }
}
