.posts-layout{display:grid;grid-template-columns:210px minmax(0,1fr);gap:28px;padding:28px 26px 40px;align-items:start}
.posts-sidebar{background:#fff;border:1px solid var(--line);border-radius:12px;padding:8px;display:flex;flex-direction:column;gap:5px}
.posts-sidebar button{display:flex;align-items:center;gap:9px;width:100%;padding:14px 12px;border-radius:7px;font-size:14px;text-align:left;color:#596473;white-space:nowrap}
.posts-sidebar button svg{width:17px;height:17px}
.posts-sidebar button:hover{background:#f6f7f9}
.posts-sidebar button.active{background:#fff0e7;color:var(--orange);font-weight:700}
.posts-content{min-width:0}
.posts-content .write-page{max-width:none;padding:0;margin:0}
.posts-content .write-layout{grid-template-columns:minmax(0,1.8fr) minmax(230px,1fr)}
.posts-content .write-form{min-width:0}
.posts-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:0 0 18px;min-height:40px;flex-wrap:wrap}
.posts-heading .breadcrumb{margin:0}
.posts-actions{display:grid;grid-template-columns:repeat(2,1fr);align-items:center;gap:8px;margin-left:auto;width:max-content}
.posts-actions button{width:100%;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;gap:7px;height:36px;font-size:13px;border-radius:7px;padding:8px 13px}
.posts-actions svg{width:14px;height:14px}
.posts-danger{background:#dc4141;border:1px solid #dc4141;color:#fff;display:inline-flex;align-items:center;justify-content:center;border-radius:7px;padding:10px 18px;font-size:14px}
.posts-danger:hover:not(:disabled){background:#c63030;border-color:#c63030}
.posts-danger:disabled{opacity:.42;cursor:not-allowed}
.posts-table-wrap{width:100%;overflow-x:auto;border:1px solid var(--line);border-radius:11px;background:white;scrollbar-width:thin}
.posts-table{width:100%;min-width:830px;border-collapse:collapse;table-layout:fixed;font-size:14px;color:#384351}
.posts-table th{height:47px;background:#f8f9fb;font-size:13px;color:#626c79;font-weight:600;text-align:center;border-bottom:1px solid var(--line);padding:12px}
.posts-table td{padding:15px 12px;border-bottom:1px solid #edf0f4;height:60px;vertical-align:middle}
.posts-table tbody tr:last-child td{border-bottom:0}
.posts-table tbody tr:hover{background:#fcfcfd}
.posts-table .post-check{width:46px;padding:12px;text-align:center}
.posts-table input[type=checkbox]{width:16px;height:16px;vertical-align:middle;accent-color:var(--orange);cursor:pointer}
.posts-table th:nth-child(3){width:120px}.posts-table th:nth-child(4){width:95px}.posts-table th:nth-child(5){width:100px;text-align:center}.posts-table th:nth-child(6){width:172px}.posts-table th:nth-child(7){width:85px;text-align:center}
.post-title-link{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#303944;font-weight:500;text-decoration:none;transition:color .15s}
.post-title-link:hover,.post-title-link:focus-visible{color:var(--orange)}
.post-title-cell{text-align:left}
.post-price{text-align:center;font-weight:600;white-space:nowrap;font-variant-numeric:tabular-nums}
.post-state,.post-numbers,.post-date,.post-bump{text-align:center;font-variant-numeric:tabular-nums}
.posts-table th:nth-child(4){width:130px}
.posts-table .post-status-select{width:106px;max-width:100%;height:34px;padding:5px 25px 5px 9px;border:1px solid #dfe1e7;border-radius:6px;font-size:13px;line-height:1.4;text-align:center;color:#384351;background-color:#fff;cursor:pointer}
.posts-table .post-status-select.reserved{color:#24876d;border-color:#a5d9ca;background-color:#effaf6}
.posts-table .post-status-select.sold{color:#48515d;background-color:#f0f2f5}
.posts-table .post-status-select option{background:#fff;color:#384351}
.posts-table .post-status-select:disabled{opacity:.5;cursor:wait}
.post-date{font-size:12px;white-space:nowrap;color:#626c79;font-variant-numeric:tabular-nums}
.post-status{width:5.5em;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;border-radius:4px;padding:5px 7px;font-size:12px;line-height:1.2;font-weight:600;color:white}
.post-status.reserved{background:#39a186ed;color:#fff}.post-status.sold{background:#303842de;color:#fff}
.bump-button{display:inline-flex;align-items:center;justify-content:center;gap:5px;font-size:17px;line-height:1;border:1px solid #dde2e9;padding:7px 8px;border-radius:6px;background:#fff;color:#596473;white-space:nowrap}
.bump-button span{font-size:12px}.bump-button:hover:not(:disabled){border-color:var(--orange);color:var(--orange);background:#fff7f1}.bump-button:disabled{opacity:.35;cursor:not-allowed}
.posts-table .posts-empty{text-align:center;height:220px;color:#647181;font-size:14px}
.posts-bottom{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:14px;margin:22px 0}
.posts-total{grid-column:1;font-size:13px;color:#626c79}.posts-total strong{color:#303944}
.posts-pagination{grid-column:2;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:5px}
.posts-pagination button{display:grid;place-items:center;width:30px;height:30px;border-radius:6px;font-size:12px;color:#626c79}
.posts-pagination button.active{background:#353b45;color:#fff}
.posts-pagination button:hover:not(:disabled):not(.active){background:#e8ebf0}
.posts-pagination svg{width:13px;height:13px}.posts-pagination button:first-child svg{transform:rotate(180deg)}
.delete-posts-modal{padding:26px;max-width:440px}.delete-posts-modal h2{font-size:20px}.delete-question{font-size:14px;color:#626c79;line-height:1.8;margin:25px 0 8px}
@media(max-width:1150px){.posts-layout{grid-template-columns:180px minmax(0,1fr);gap:20px;padding:25px 24px}.posts-content .write-layout{grid-template-columns:minmax(0,1fr)}.posts-content .write-preview{position:static}}
@media(max-width:680px){.posts-layout{display:block;padding:20px 18px}.posts-sidebar{flex-direction:row;margin-bottom:22px;gap:6px}.posts-sidebar button{justify-content:center;font-size:13px;padding:12px 7px}.posts-sidebar button svg{width:15px;height:15px}.posts-heading{gap:14px}.posts-actions{width:max-content;margin-left:auto}.posts-content .write-page{padding:0}.posts-bottom{grid-template-columns:minmax(0,1fr)}.posts-pagination{grid-column:1;grid-row:1}.posts-total{grid-row:2;text-align:left}.delete-posts-modal{padding:22px 18px}.delete-posts-modal h2{font-size:18px}}
