/* Screenshot-like styles */ 
.bdx-notice-wrap{background:#fff;border-radius:20px;padding:24px;margin:24px auto;box-shadow:0 2px 12px rgba(0,0,0,.04);max-width:1100px}
.bdx-notice-head{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:12px}
.bdx-title{font-size:30px;line-height:1.2;margin:0 0 6px 0}
.bdx-filter{display:flex;gap:10px;align-items:center}
.bdx-filter select{border:1px solid #dfe3e8;border-radius:14px;padding:10px 12px;background:#fff}
.bdx-filter-btn{background:#0a5a3e;color:#fff;border:none;border-radius:14px;padding:10px 18px;cursor:pointer}
.bdx-notice-row{display:flex;justify-content:space-between;gap:16px;padding:14px 4px;text-decoration:none}
.bdx-notice-title{font-weight:700}
.bdx-notice-date{color:#6b7280}
.bdx-divider{height:1px;background:#e6e6e6}
.bdx-pagination{display:flex;gap:14px;justify-content:center;align-items:center;margin-top:18px}
.bdx-pagination button{border:1px solid #e6e6e6;border-radius:16px;padding:10px 18px;background:#fff;cursor:pointer}
.bdx-pagination button:disabled{opacity:.5;cursor:not-allowed}
/* Single page */
.bdx-single{max-width:900px;margin:32px auto;background:#fff;border-radius:18px;padding:24px;box-shadow:0 2px 12px rgba(0,0,0,.04)}
.bdx-single h1{margin-top:0}
.bdx-single .meta{color:#6b7280;margin:6px 0 18px}
