/* sbm-style.css - Bootstrap-aware, responsive */
.sbm-wrapper{max-width:1100px;margin:20px auto;padding:18px;background:#fff;border:1px solid #eee;border-radius:6px}
.sbm-board-title{font-size:1rem;font-weight:600;margin-bottom:10px}
.sbm-write-btn{position:fixed;right:24px;bottom:24px;z-index:9999;padding:10px 14px;border-radius:6px}
.sbm-table th, .sbm-table td{vertical-align:middle}
.sbm-td-title a{color:#222;text-decoration:none;font-weight:600}
.sbm-post-title{font-size:1.4rem;font-weight:700;margin-top:10px;margin-bottom:1.5rem}
.sbm-post-meta{display:flex;justify-content:space-between;align-items:center;font-size:0.95rem;color:#666;margin-bottom:6px}
.sbm-post-buttons a{margin-left:8px}
.sbm-divider{border-bottom:1px solid #e6e6e6;margin:12px 0 20px}
.sbm-post-content{font-size:0.95rem;line-height:1.8}
.sbm-pagination-wrap ul{display:inline-block;padding:0;margin:0;list-style:none}
.sbm-pagination-wrap ul li{display:inline-block;margin:0 12px}
@media (max-width:768px){
    .sbm-wrapper{padding:12px}
    .sbm-post-meta{flex-direction:column;align-items:flex-start;gap:8px}
    .sbm-write-btn{right:12px;bottom:12px}
}
