/* public/edp4.css - blue theme + fullscreen notif */
.edp4-wrap{font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,'Noto Sans',sans-serif; max-width:none}
.edp4-full{width:100%}
.edp4-title{margin-bottom:8px;color:#0b63ce}
.edp4-row{display:flex;gap:8px;flex-wrap:wrap;margin:8px 0}
.edp4-row-between{display:flex;align-items:center;justify-content:space-between;margin:8px 0}
.edp4-tab{border:1px solid #d0d7e2;background:#f3f7ff;color:#0b63ce;padding:8px 12px;border-radius:8px;cursor:pointer}
.edp4-tab.active{background:#0b63ce;color:#fff}
.edp4-pane{border:1px solid #e6eaf2;padding:12px;border-radius:8px;background:#fff}
.edp4-pane-full{min-height:70vh} /* fullscreen feel for notifications */
.edp4-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.edp4-table{width:100%;border-collapse:collapse;margin-top:8px}
.edp4-table th,.edp4-table td{border-bottom:1px solid #eef1f6;padding:6px;text-align:left}
.button{background:#0b63ce;color:#fff;border:none;padding:8px 12px;border-radius:6px;cursor:pointer}
.button:hover{opacity:.9}
.edp4-msg{margin-left:8px;color:#0b63ce}
.edp4-badge{padding:2px 8px;border-radius:999px;background:#eef3ff}
.status-approved{background:#ddf5e7}
.status-rejected{background:#ffe1e1}

.edp4-notifs{list-style:disc;padding-left:20px}
.edp4-notif-item{margin:6px 0}
