.community-module__Z8SrWG__container{color:#1e293b;max-width:1200px;margin:0 auto;padding:40px 20px;font-family:Pretendard Variable,-apple-system,BlinkMacSystemFont,system-ui,sans-serif}.community-module__Z8SrWG__mainLayout{grid-template-columns:3fr 1fr;gap:30px;margin-top:24px;display:grid}@media (max-width:1024px){.community-module__Z8SrWG__mainLayout{grid-template-columns:1fr}}.community-module__Z8SrWG__boardHeader{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.community-module__Z8SrWG__boardTitle{color:#1e1e2f;padding-left:12px;font-size:28px;font-weight:700;position:relative}.community-module__Z8SrWG__boardTitle:before{content:"";background-color:#3a4a8a;border-radius:2px;width:4px;height:24px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.community-module__Z8SrWG__tabs{border-bottom:1px solid #e2e8f0;gap:8px;padding-bottom:10px;display:flex}.community-module__Z8SrWG__tab{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:10px 20px;font-size:15px;font-weight:600;transition:all .2s}.community-module__Z8SrWG__tabActive{color:#fff;background-color:#3a4a8a;box-shadow:0 4px 6px -1px #3a4a8a33}.community-module__Z8SrWG__writeBtn{color:#fff;cursor:pointer;background-color:#3a4a8a;border:none;border-radius:8px;align-items:center;gap:6px;padding:10px 18px;font-weight:600;transition:all .2s;display:inline-flex}.community-module__Z8SrWG__writeBtn:hover{background-color:#2b396a;transform:translateY(-1px)}.community-module__Z8SrWG__tableWrapper{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000000d}.community-module__Z8SrWG__table{border-collapse:collapse;text-align:left;width:100%}.community-module__Z8SrWG__table th{color:#475569;background-color:#f8fafc;border-bottom:1px solid #e2e8f0;padding:14px 16px;font-size:14px;font-weight:600}.community-module__Z8SrWG__table td{color:#334155;border-bottom:1px solid #f1f5f9;padding:16px;font-size:14px;transition:background-color .15s}.community-module__Z8SrWG__tableRow:hover td{cursor:pointer;background-color:#f8fafc}.community-module__Z8SrWG__postTitleLink{color:#1e293b;align-items:center;gap:6px;font-weight:500;text-decoration:none;transition:color .15s;display:flex}.community-module__Z8SrWG__postTitleLink:hover{color:#3a4a8a}.community-module__Z8SrWG__commentCountBadge{color:#3a4a8a;background-color:#eff6ff;border-radius:12px;padding:2px 6px;font-size:11px;font-weight:700}.community-module__Z8SrWG__textCenter{text-align:center}.community-module__Z8SrWG__textRight{text-align:right}.community-module__Z8SrWG__emptyState{text-align:center;color:#94a3b8;padding:60px 20px}.community-module__Z8SrWG__sidebar{flex-direction:column;gap:24px;display:flex}.community-module__Z8SrWG__sidebarCard{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px;box-shadow:0 1px 3px #0000000d}.community-module__Z8SrWG__sidebarTitle{color:#1e293b;border-bottom:2px solid #f1f5f9;align-items:center;gap:6px;margin-bottom:14px;padding-bottom:8px;font-size:16px;font-weight:700;display:flex}.community-module__Z8SrWG__sidebarList{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.community-module__Z8SrWG__sidebarItem{font-size:13px;line-height:1.5}.community-module__Z8SrWG__sidebarLink{color:#475569;text-overflow:ellipsis;white-space:nowrap;text-decoration:none;transition:color .15s;display:block;overflow:hidden}.community-module__Z8SrWG__sidebarLink:hover{color:#3a4a8a}.community-module__Z8SrWG__columnCard{align-items:center;gap:10px;display:flex}.community-module__Z8SrWG__columnImage{object-fit:cover;background-color:#f1f5f9;border-radius:6px;width:50px;height:50px}.community-module__Z8SrWG__columnMeta{flex-direction:column;gap:2px;display:flex;overflow:hidden}.community-module__Z8SrWG__columnTitle{color:#1e293b;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;overflow:hidden}.community-module__Z8SrWG__columnAuthor{color:#64748b;font-size:11px}.community-module__Z8SrWG__pagination{justify-content:center;gap:6px;margin-top:24px;display:flex}.community-module__Z8SrWG__pageBtn{color:#475569;cursor:pointer;background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:500;transition:all .15s;display:flex}.community-module__Z8SrWG__pageBtnActive{color:#fff;background-color:#3a4a8a;border-color:#3a4a8a}.community-module__Z8SrWG__pageBtn:hover:not(.community-module__Z8SrWG__pageBtnActive){background-color:#f8fafc;border-color:#cbd5e1}.community-module__Z8SrWG__formCard{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:30px;box-shadow:0 1px 3px #0000000d}.community-module__Z8SrWG__formGroup{margin-bottom:20px}.community-module__Z8SrWG__label{color:#475569;margin-bottom:8px;font-size:14px;font-weight:600;display:block}.community-module__Z8SrWG__input{box-sizing:border-box;border:1px solid #cbd5e1;border-radius:8px;width:100%;padding:10px 14px;font-size:14px;transition:border-color .15s}.community-module__Z8SrWG__input:focus{border-color:#3a4a8a;outline:none}.community-module__Z8SrWG__textarea{resize:vertical;box-sizing:border-box;border:1px solid #cbd5e1;border-radius:8px;width:100%;min-height:300px;padding:14px;font-size:14px;line-height:1.6;transition:border-color .15s}.community-module__Z8SrWG__textarea:focus{border-color:#3a4a8a;outline:none}.community-module__Z8SrWG__formActions{justify-content:flex-end;gap:10px;margin-top:24px;display:flex}.community-module__Z8SrWG__cancelBtn{color:#475569;cursor:pointer;background-color:#f1f5f9;border:none;border-radius:8px;padding:10px 20px;font-weight:600;transition:all .2s}.community-module__Z8SrWG__cancelBtn:hover{background-color:#e2e8f0}.community-module__Z8SrWG__postCard{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:30px;box-shadow:0 1px 3px #0000000d}.community-module__Z8SrWG__postHeader{border-bottom:1px solid #e2e8f0;margin-bottom:24px;padding-bottom:20px}.community-module__Z8SrWG__postTitle{color:#0f172a;margin-top:8px;margin-bottom:12px;font-size:24px;font-weight:700;line-height:1.4}.community-module__Z8SrWG__postMeta{color:#64748b;gap:16px;font-size:13px;display:flex}.community-module__Z8SrWG__postBody{color:#334155;white-space:pre-wrap;word-break:break-all;overflow-wrap:break-word;-webkit-overflow-scrolling:touch;min-height:200px;font-size:15px;line-height:1.8;overflow-x:auto}.community-module__Z8SrWG__postBody .community-module__Z8SrWG__editorSheetContainer,.community-module__Z8SrWG__postBody .community-module__Z8SrWG__editorGraphContainer,.community-module__Z8SrWG__postBody .community-module__Z8SrWG__videoEmbedContainer,.community-module__Z8SrWG__postBody .community-module__Z8SrWG__ogPreviewCard,.community-module__Z8SrWG__postBody table,.community-module__Z8SrWG__editorArea .community-module__Z8SrWG__editorSheetContainer,.community-module__Z8SrWG__editorArea .community-module__Z8SrWG__editorGraphContainer,.community-module__Z8SrWG__editorArea .community-module__Z8SrWG__videoEmbedContainer,.community-module__Z8SrWG__editorArea .community-module__Z8SrWG__ogPreviewCard,.community-module__Z8SrWG__editorArea table{white-space:normal}.community-module__Z8SrWG__postActions{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;margin-top:40px;padding-top:20px;display:flex}.community-module__Z8SrWG__leftActions,.community-module__Z8SrWG__rightActions{gap:8px;display:flex}.community-module__Z8SrWG__actionBtn{color:#475569;cursor:pointer;background-color:#fff;border:1px solid #cbd5e1;border-radius:6px;padding:8px 14px;font-size:13px;font-weight:600;transition:all .15s}.community-module__Z8SrWG__actionBtn:hover{background-color:#f8fafc;border-color:#94a3b8}.community-module__Z8SrWG__dangerBtn{color:#ef4444;background-color:#fef2f2;border-color:#fca5a5}.community-module__Z8SrWG__dangerBtn:hover{background-color:#fee2e2;border-color:#f87171}.community-module__Z8SrWG__commentsSection{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-top:30px;padding:30px;box-shadow:0 1px 3px #0000000d}.community-module__Z8SrWG__commentsTitle{color:#1e293b;border-bottom:2px solid #f1f5f9;margin-bottom:20px;padding-bottom:10px;font-size:18px;font-weight:700}.community-module__Z8SrWG__commentList{flex-direction:column;gap:16px;margin-bottom:24px;display:flex}.community-module__Z8SrWG__commentItem{border-bottom:1px solid #f1f5f9;padding-bottom:16px}.community-module__Z8SrWG__commentHeader{justify-content:space-between;margin-bottom:6px;display:flex}.community-module__Z8SrWG__commentAuthor{color:#334155;font-size:13px;font-weight:700}.community-module__Z8SrWG__commentDate{color:#94a3b8;font-size:12px}.community-module__Z8SrWG__commentBody{color:#475569;font-size:14px;line-height:1.6}.community-module__Z8SrWG__commentDeleteBtn{color:#ef4444;cursor:pointer;background:0 0;border:none;margin-left:10px;padding:0;font-size:11px}.community-module__Z8SrWG__commentForm{gap:10px;display:flex}.community-module__Z8SrWG__commentInput{border:1px solid #cbd5e1;border-radius:8px;flex:1;padding:10px 14px;font-size:14px;transition:border-color .15s}.community-module__Z8SrWG__commentInput:focus{border-color:#3a4a8a;outline:none}.community-module__Z8SrWG__commentSubmitBtn{color:#fff;cursor:pointer;background-color:#3a4a8a;border:none;border-radius:8px;padding:10px 20px;font-weight:600;transition:all .2s}.community-module__Z8SrWG__commentSubmitBtn:hover{background-color:#2b396a}.community-module__Z8SrWG__badge{white-space:nowrap;border-radius:4px;flex-shrink:0;padding:2px 6px;font-size:11px;font-weight:600;display:inline-block}.community-module__Z8SrWG__badgeNotice{color:#ef4444;background-color:#fee2e2}.community-module__Z8SrWG__badgeFree{color:#475569;background-color:#f1f5f9}.community-module__Z8SrWG__editorWrapper{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;margin-top:8px;display:flex;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d}.community-module__Z8SrWG__editorToolbar{background-color:#f8fafc;border-bottom:1px solid #e2e8f0;flex-wrap:wrap;align-items:center;gap:6px;padding:10px;display:flex}.community-module__Z8SrWG__toolbarGroup{border-right:1px solid #e2e8f0;align-items:center;gap:4px;margin-right:4px;padding-right:8px;display:flex}.community-module__Z8SrWG__toolbarGroup:last-child{border-right:none;margin-right:0;padding-right:0}.community-module__Z8SrWG__toolbarBtn{color:#1e293b;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;gap:4px;padding:6px 10px;font-size:13px;font-weight:500;transition:all .15s;display:inline-flex}.community-module__Z8SrWG__toolbarBtn:hover{color:#1e293b;background-color:#f1f5f9;border-color:#cbd5e1}.community-module__Z8SrWG__toolbarBtnActive{color:#2563eb;background-color:#eff6ff;border-color:#bfdbfe}.community-module__Z8SrWG__editorArea{color:#334155;box-sizing:border-box;outline:none;min-height:400px;max-height:700px;padding:20px;font-size:15px;line-height:1.8;overflow-y:auto}.community-module__Z8SrWG__editorArea:focus{background-color:#fafcfd}.community-module__Z8SrWG__editorArea:empty:before{content:attr(data-placeholder);color:#94a3b8;cursor:text}.community-module__Z8SrWG__ogPreviewCard{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;max-width:600px;margin:16px 0;transition:transform .2s,box-shadow .2s;overflow:hidden}.community-module__Z8SrWG__ogPreviewCard:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000000d}.community-module__Z8SrWG__ogCardLink{display:flex;color:inherit!important;text-decoration:none!important}@media (max-width:600px){.community-module__Z8SrWG__ogCardLink{flex-direction:column}}.community-module__Z8SrWG__ogCardImage{object-fit:cover;border-right:1px solid #e2e8f0;flex-shrink:0;width:180px;height:120px}@media (max-width:600px){.community-module__Z8SrWG__ogCardImage{border-bottom:1px solid #e2e8f0;border-right:none;width:100%;height:150px}}.community-module__Z8SrWG__ogCardContent{flex-direction:column;justify-content:center;padding:14px 18px;display:flex;overflow:hidden}.community-module__Z8SrWG__ogCardTitle{color:#1e293b;white-space:nowrap;text-overflow:ellipsis;margin:0 0 6px;font-size:15px;font-weight:700;overflow:hidden}.community-module__Z8SrWG__ogCardDesc{color:#64748b;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0 0 8px;font-size:12px;line-height:1.5;display:-webkit-box;overflow:hidden}.community-module__Z8SrWG__ogCardUrl{color:#3b82f6;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:500;overflow:hidden}.community-module__Z8SrWG__videoEmbedContainer{border-radius:12px;width:100%;max-width:700px;height:0;margin:20px 0;padding-bottom:56.25%;position:relative;overflow:hidden;box-shadow:0 4px 12px #00000014}.community-module__Z8SrWG__videoEmbedContainer iframe{border:0;width:100%;height:100%;position:absolute;top:0;left:0}.community-module__Z8SrWG__editorCustomTable{border-collapse:collapse;width:100%;margin:20px 0;font-size:14px}.community-module__Z8SrWG__editorCustomTable th,.community-module__Z8SrWG__editorCustomTable td{text-align:left;border:1px solid #cbd5e1;padding:10px 12px}.community-module__Z8SrWG__editorCustomTable th{background-color:#f1f5f9;font-weight:600}.community-module__Z8SrWG__editorCustomTable tr:nth-child(2n){background-color:#f8fafc}.community-module__Z8SrWG__editorSheetContainer{background-color:#fff;border:1px solid #cbd5e1;border-radius:8px;max-width:800px;margin:20px 0;overflow:hidden;box-shadow:0 1px 3px #0000000d}.community-module__Z8SrWG__editorSheetTitle{color:#fff;background-color:#3a4a8a;align-items:center;gap:8px;padding:10px 16px;font-size:14px;font-weight:700;display:flex}.community-module__Z8SrWG__editorSheetTableWrapper{width:100%;overflow-x:auto}.community-module__Z8SrWG__editorSheetTable{border-collapse:collapse;width:100%;min-width:400px;font-size:13px}.community-module__Z8SrWG__editorSheetTable th,.community-module__Z8SrWG__editorSheetTable td{text-align:left;border-bottom:1px solid #e2e8f0;border-right:1px solid #e2e8f0;padding:8px 12px}.community-module__Z8SrWG__editorSheetTable th{color:#475569;background-color:#f8fafc;font-weight:600}.community-module__Z8SrWG__editorSheetTable tr:last-child td{border-bottom:none}.community-module__Z8SrWG__editorSheetTable tr td:last-child,.community-module__Z8SrWG__editorSheetTable tr th:last-child{border-right:none}.community-module__Z8SrWG__editorGraphContainer{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;max-width:600px;margin:20px 0;padding:20px;box-shadow:0 2px 8px #0000000a}.community-module__Z8SrWG__editorGraphTitle{color:#1e293b;text-align:center;border-bottom:1px solid #f1f5f9;margin-bottom:16px;padding-bottom:8px;font-size:15px;font-weight:700}.community-module__Z8SrWG__editorGraphSvg{width:100%;height:auto;display:block}.community-module__Z8SrWG__editorArea img,.community-module__Z8SrWG__postBody img{border-radius:8px;margin:16px 0;display:block;max-width:100%!important;height:auto!important}.community-module__Z8SrWG__editorModalOverlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#0f172a99;justify-content:center;align-items:center;animation:.2s ease-out community-module__Z8SrWG__fadeIn;display:flex;position:fixed;inset:0}.community-module__Z8SrWG__editorModal{background-color:#fff;border-radius:16px;width:90%;max-width:500px;animation:.25s cubic-bezier(.16,1,.3,1) community-module__Z8SrWG__slideUp;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.community-module__Z8SrWG__editorModalHeader{background-color:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.community-module__Z8SrWG__editorModalHeader h3{color:#1e293b;margin:0;font-size:16px;font-weight:700}.community-module__Z8SrWG__editorModalClose{color:#94a3b8;cursor:pointer;background:0 0;border:none;font-size:20px;line-height:1}.community-module__Z8SrWG__editorModalClose:hover{color:#475569}.community-module__Z8SrWG__editorModalBody{max-height:70vh;padding:20px;overflow-y:auto}.community-module__Z8SrWG__editorModalFooter{background-color:#f8fafc;border-top:1px solid #e2e8f0;justify-content:flex-end;gap:8px;padding:14px 20px;display:flex}@keyframes community-module__Z8SrWG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes community-module__Z8SrWG__slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.community-module__Z8SrWG__modalSheetGrid{gap:8px;margin-top:12px;display:grid}.community-module__Z8SrWG__modalSheetRow{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.community-module__Z8SrWG__modalSheetInput{box-sizing:border-box;border:1px solid #cbd5e1;border-radius:6px;width:100%;padding:6px 10px;font-size:12px}.community-module__Z8SrWG__modalSheetInput:focus{border-color:#3a4a8a;outline:none}.community-module__Z8SrWG__modalGraphList{flex-direction:column;gap:10px;margin-top:12px;display:flex}.community-module__Z8SrWG__modalGraphRow{align-items:center;gap:8px;display:flex}.community-module__Z8SrWG__modalGraphInput{box-sizing:border-box;border:1px solid #cbd5e1;border-radius:6px;flex:1;padding:8px 12px;font-size:13px}.community-module__Z8SrWG__likeSection{border-top:1px solid #f1f5f9;justify-content:center;margin:40px 0 20px;padding-top:30px;display:flex}.community-module__Z8SrWG__likeBtn{cursor:pointer;background-color:#fff;border:1px solid #e2e8f0;border-radius:100px;align-items:center;gap:8px;padding:10px 24px;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex;box-shadow:0 2px 4px #00000005}.community-module__Z8SrWG__likeBtn:hover{background-color:#fff1f2;border-color:#fecdd3;transform:scale(1.03)}.community-module__Z8SrWG__likeBtnActive{color:#e11d48;background-color:#ffe4e6;border-color:#fda4af}.community-module__Z8SrWG__likeBtnActive:hover{background-color:#fecdd3}.community-module__Z8SrWG__postNavigation{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-top:24px;overflow:hidden}.community-module__Z8SrWG__navRow{cursor:pointer;align-items:center;padding:14px 20px;transition:background-color .15s;display:flex}.community-module__Z8SrWG__navRow:hover{background-color:#f8fafc}.community-module__Z8SrWG__navRow:not(:last-child){border-bottom:1px solid #e2e8f0}.community-module__Z8SrWG__navLabel{color:#64748b;flex-shrink:0;width:90px;font-size:13px;font-weight:700}.community-module__Z8SrWG__navTitle{color:#334155;white-space:nowrap;text-overflow:ellipsis;font-size:14px;overflow:hidden}@media (max-width:768px){.community-module__Z8SrWG__postBody *{box-sizing:border-box!important;max-width:100%!important}.community-module__Z8SrWG__postBody table{-webkit-overflow-scrolling:touch;width:100%!important;display:block!important;overflow-x:auto!important}.community-module__Z8SrWG__container{padding:20px 12px}.community-module__Z8SrWG__boardHeader{flex-direction:column;align-items:flex-start;gap:12px}.community-module__Z8SrWG__boardTitle{font-size:22px}.community-module__Z8SrWG__writeBtn{box-sizing:border-box;justify-content:center;width:100%;padding:12px}.community-module__Z8SrWG__tabs{white-space:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:6px;overflow-x:auto}.community-module__Z8SrWG__tabs::-webkit-scrollbar{display:none}.community-module__Z8SrWG__tab{padding:8px 14px;font-size:13px}.community-module__Z8SrWG__table th:first-child,.community-module__Z8SrWG__table td:first-child,.community-module__Z8SrWG__table th:nth-child(4),.community-module__Z8SrWG__table td:nth-child(4),.community-module__Z8SrWG__table th:nth-child(5),.community-module__Z8SrWG__table td:nth-child(5),.community-module__Z8SrWG__table th:nth-child(6),.community-module__Z8SrWG__table td:nth-child(6){display:none!important}.community-module__Z8SrWG__formCard{border-radius:8px;padding:16px}.community-module__Z8SrWG__editorWrapper{box-sizing:border-box;width:100%!important;max-width:100%!important}.community-module__Z8SrWG__editorToolbar{box-sizing:border-box;flex-wrap:wrap;justify-content:flex-start;gap:6px;width:100%;padding:6px}.community-module__Z8SrWG__toolbarGroup{flex-wrap:wrap;flex-shrink:1;gap:4px;display:flex;border:none!important;margin:0!important;padding:0!important}.community-module__Z8SrWG__toolbarBtn{white-space:nowrap;background-color:#f1f5f9;border:1px solid #e2e8f0;flex-shrink:0;padding:5px 6px;font-size:10px}.community-module__Z8SrWG__editorArea{min-height:300px;padding:12px;font-size:14px}.community-module__Z8SrWG__formActions{flex-direction:column-reverse;gap:10px;width:100%;margin-top:16px}.community-module__Z8SrWG__cancelBtn,.community-module__Z8SrWG__formActions .community-module__Z8SrWG__writeBtn{text-align:center;box-sizing:border-box;justify-content:center;padding:12px;width:100%!important;margin:0!important}.community-module__Z8SrWG__ogPreviewCard,.community-module__Z8SrWG__editorSheetContainer,.community-module__Z8SrWG__editorGraphContainer,.community-module__Z8SrWG__videoEmbedContainer{box-sizing:border-box;width:100%!important;max-width:100%!important}.community-module__Z8SrWG__ogCardLink{flex-direction:column}.community-module__Z8SrWG__ogCardImage{border-bottom:1px solid #e2e8f0;border-right:none;width:100%!important;height:140px!important}.community-module__Z8SrWG__ogCardContent{padding:10px 12px}.community-module__Z8SrWG__ogCardTitle{font-size:14px}.community-module__Z8SrWG__ogCardDesc{-webkit-line-clamp:2;line-clamp:2;font-size:11px}.community-module__Z8SrWG__editorGraphContainer{padding:10px}.community-module__Z8SrWG__commentsSection{padding:16px}.community-module__Z8SrWG__commentForm{flex-direction:column;gap:8px}.community-module__Z8SrWG__commentSubmitBtn{width:100%}.community-module__Z8SrWG__postCard{padding:16px}.community-module__Z8SrWG__postTitle{font-size:20px}.community-module__Z8SrWG__postActions{flex-direction:column;align-items:stretch;gap:12px}.community-module__Z8SrWG__leftActions,.community-module__Z8SrWG__rightActions{flex-direction:column;width:100%}.community-module__Z8SrWG__actionBtn{text-align:center;width:100%}}
