.dbs-duyuru-listesi { max-width:800px; margin:20px auto; }
.dbs-duyuru-oge { background:#fff; border-radius:8px; padding:20px; margin-bottom:15px; box-shadow:0 2px 8px rgba(0,0,0,0.1); }
.dbs-duyuru-baslik { display:flex; align-items:center; gap:10px; margin-bottom:10px; }
.dbs-duyuru-baslik h3 { margin:0; font-size:18px; }
.dbs-ikon { font-size:24px; }
.dbs-duyuru-icerik { color:#666; margin-bottom:15px; }
.dbs-duyuru-alt { display:flex; gap:15px; font-size:14px; color:#888; border-top:1px solid #eee; padding-top:10px; }
.dbs-duyuru-alt a { margin-left:auto; background:#0073aa; color:#fff; padding:5px 15px; border-radius:4px; text-decoration:none; }

.dbs-bildirim-kutu { position:fixed; top:20px; right:20px; z-index:9999; }
.dbs-zil { width:50px; height:50px; background:#0073aa; color:#fff; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:24px; cursor:pointer; position:relative; }
.dbs-sayi { position:absolute; top:-5px; right:-5px; background:red; color:#fff; width:22px; height:22px; border-radius:50%; font-size:12px; display:flex; align-items:center; justify-content:center; font-weight:bold; }
.dbs-panel { position:absolute; top:60px; right:0; width:300px; max-height:400px; overflow-y:auto; background:#fff; border-radius:8px; box-shadow:0 5px 25px rgba(0,0,0,0.2); }
.dbs-panel-baslik { padding:15px; font-weight:bold; border-bottom:1px solid #eee; }
.dbs-bildirim-item { padding:12px 15px; border-bottom:1px solid #f0f0f0; }
.dbs-bildirim-item.okunmadi { background:#f0f7ff; }
.dbs-bildirim-item a { color:#333; text-decoration:none; display:block; }
.dbs-bildirim-item small { color:#999; }
.dbs-okundu-btn { background:#0073aa; color:#fff; border:none; padding:3px 10px; border-radius:3px; cursor:pointer; margin-top:5px; }
.dbs-bos { padding:20px; text-align:center; color:#999; }