.bdx-card{background:#fff;border-radius:18px;padding:22px;box-shadow:0 8px 24px rgba(2,6,23,.08)}
.bdx-title{font-size:28px;margin:0 0 16px 0;color:#0b1a12;font-weight:800}
.bdx-list{list-style:none;margin:0;padding:0}
.bdx-row{display:flex;justify-content:space-between;align-items:center;padding:12px 4px;border-bottom:1px solid #e5e7eb}
.bdx-row:last-child{border-bottom:none}
.bdx-title-link{color:#0b6d3d;text-decoration:none;font-weight:700}
.bdx-title-link:hover{text-decoration:underline}
.bdx-date{white-space:nowrap;color:#334155}
.bdx-controls{display:flex;gap:12px;justify-content:center;margin-top:12px}
.bdx-btn{border:none;border-radius:14px;padding:10px 16px;background:#0b6d3d;color:#fff;font-weight:700;cursor:pointer}
.bdx-btn[disabled]{opacity:.5;cursor:not-allowed}
.bdx-filters{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:12px}
.bdx-filters select,.bdx-filters input{border:1px solid #e5e7eb;border-radius:12px;padding:9px 12px}
@media(max-width:640px){.bdx-row{flex-direction:column;align-items:flex-start;gap:6px}}
