/* Single Post Page */
body .wrapper .content-area .main-feed .post-full { background: #111118; border-radius: 12px; border: 1px solid #1e1e2a; margin-bottom: 16px; }
body .wrapper .content-area .main-feed .post-full .post-full-header { padding: 20px 20px 0 20px; }
body .wrapper .content-area .main-feed .post-full .post-full-header .post-full-meta { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #6a6a80; margin-bottom: 10px; flex-wrap: wrap; }
body .wrapper .content-area .main-feed .post-full .post-full-header .post-full-meta .board-tag { color: #d4af37; font-weight: 700; }
body .wrapper .content-area .main-feed .post-full .post-full-header .post-full-meta .post-author { color: #00b894; font-weight: 600; }
body .wrapper .content-area .main-feed .post-full .post-full-header .post-full-title { font-size: 24px; font-weight: 800; color: #f0f0f5; margin-bottom: 12px; line-height: 32px; }
body .wrapper .content-area .main-feed .post-full .post-full-header .post-full-voting { display: flex; align-items: center; gap: 12px; padding-bottom: 16px; border-bottom: 1px solid #1e1e2a; }
body .wrapper .content-area .main-feed .post-full .post-full-header .post-full-voting .vote-btn { display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 6px; cursor: pointer; color: #6a6a80; transition: all 0.15s; }
body .wrapper .content-area .main-feed .post-full .post-full-header .post-full-voting .vote-btn:hover { background: #1a1a25; }
body .wrapper .content-area .main-feed .post-full .post-full-header .post-full-voting .vote-count { font-size: 16px; font-weight: 800; color: #d4af37; }
body .wrapper .content-area .main-feed .post-full .post-full-body { padding: 20px; font-size: 15px; line-height: 28px; color: #d1d1d6; }
body .wrapper .content-area .main-feed .post-full .post-full-body h2 { font-size: 20px; font-weight: 700; color: #f0f0f5; margin: 28px 0 12px 0; padding-top: 16px; border-top: 1px solid #1e1e2a; }
body .wrapper .content-area .main-feed .post-full .post-full-body h3 { font-size: 17px; font-weight: 700; color: #f0f0f5; margin: 20px 0 8px 0; }
body .wrapper .content-area .main-feed .post-full .post-full-body p { margin: 0 0 16px 0; }
body .wrapper .content-area .main-feed .post-full .post-full-body ul, body .wrapper .content-area .main-feed .post-full .post-full-body ol { margin: 0 0 16px 0; padding-left: 24px; }
body .wrapper .content-area .main-feed .post-full .post-full-body ul li, body .wrapper .content-area .main-feed .post-full .post-full-body ol li { margin-bottom: 6px; }
body .wrapper .content-area .main-feed .post-full .post-full-body .info-box { background: rgba(212, 175, 55, 0.06); border-left: 3px solid #d4af37; padding: 14px 18px; border-radius: 0 8px 8px 0; margin: 16px 0; font-size: 14px; }
body .wrapper .content-area .main-feed .post-full .post-full-body .warning-box { background: rgba(255, 69, 0, 0.06); border-left: 3px solid #ff6b3d; padding: 14px 18px; border-radius: 0 8px 8px 0; margin: 16px 0; font-size: 14px; color: #ffaa88; }
body .wrapper .content-area .main-feed .post-full .post-full-body .compliance-notice { background: rgba(0, 184, 148, 0.06); border: 1px solid rgba(0, 184, 148, 0.2); border-radius: 8px; padding: 14px 18px; margin: 16px 0; font-size: 13px; color: #00b894; }
body .wrapper .content-area .main-feed .post-full .post-full-body .provider-table-wrap { overflow-x: auto; margin: 16px 0; -webkit-overflow-scrolling: touch; }
body .wrapper .content-area .main-feed .post-full .post-full-body .provider-table { width: 100%; border-collapse: collapse; font-size: 14px; min-width: 500px; }
body .wrapper .content-area .main-feed .post-full .post-full-body .provider-table th { text-align: left; padding: 10px 12px; background: #0e0e15; color: #d4af37; font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: 0.5px; border-bottom: 2px solid #d4af37; }
body .wrapper .content-area .main-feed .post-full .post-full-body .provider-table td { padding: 10px 12px; border-bottom: 1px solid #1e1e2a; color: #d1d1d6; }
body .wrapper .content-area .main-feed .post-full .post-full-body .provider-table tr:hover td { background: rgba(212, 175, 55, 0.04); }
body .wrapper .content-area .main-feed .post-full .post-full-footer { display: flex; gap: 4px; padding: 12px 20px; border-top: 1px solid #1e1e2a; }
body .wrapper .content-area .main-feed .post-full .post-full-footer .action-link { display: flex; align-items: center; gap: 6px; padding: 6px 10px; border-radius: 6px; font-size: 13px; font-weight: 600; color: #6a6a80; cursor: pointer; transition: all 0.15s; }
body .wrapper .content-area .main-feed .post-full .post-full-footer .action-link:hover { background: #1a1a25; color: #d1d1d6; }
