.bo-widget-card{ border-radius:22px; border:1px solid rgba(255,255,255,.12); background:rgba(255,255,255,.03); padding:14px; margin: 16px 0; }
.bo-widget-head{ display:flex; align-items:baseline; justify-content:space-between; gap:10px; margin-bottom: 10px; }
.bo-widget-title{ margin:0; font-size: 18px; font-weight: 1200; }
.bo-list{ display:flex; flex-direction:column; gap:10px; }
.bo-row{ display:flex; align-items:center; justify-content:space-between; gap:12px; padding:10px 12px; border-radius:16px; border:1px solid rgba(255,255,255,.12); background:rgba(255,255,255,.03); text-decoration:none; }
.bo-row:hover{ background:rgba(255,255,255,.06); }
.bo-row strong{ font-weight: 1200; }
.bo-row small{ opacity:.75; font-weight: 850; }
.bo-row .meta{ opacity:.85; font-weight: 900; }
.bo-embed{ width:100%; min-height: 720px; border:0; border-radius: 18px; overflow:hidden; background: rgba(255,255,255,.04); }
