/* BRL_STRATEGY_EXECUTION_LOGS_UI */
#brlGridExecutionLogsCard .brl-gel-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:1rem;
}
@media (min-width: 1100px){
  #brlGridExecutionLogsCard .brl-gel-grid{
    grid-template-columns:280px 1fr;
  }
}
#brlGridExecutionLogsCard .brl-gel-kpis{
  display:grid;
  grid-template-columns:1fr;
  gap:.75rem;
}
#brlGridExecutionLogsCard .brl-gel-kpi{
  border:1px solid rgba(99,102,241,.18);
  border-radius:14px;
  padding:.85rem 1rem;
  background:rgba(15,23,42,.18);
}
#brlGridExecutionLogsCard .brl-gel-list{
  display:flex;
  flex-direction:column;
  gap:.75rem;
}
#brlGridExecutionLogsCard .brl-gel-item{
  border:1px solid rgba(148,163,184,.16);
  border-radius:14px;
  padding:.85rem 1rem;
  background:rgba(15,23,42,.16);
}
#brlGridExecutionLogsCard .brl-gel-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:.75rem;
  flex-wrap:wrap;
}
#brlGridExecutionLogsCard .brl-gel-type{
  font-size:.75rem;
  text-transform:uppercase;
  letter-spacing:.08em;
}
#brlGridExecutionLogsCard .brl-gel-type-grid-buy{ color:#86efac; }
#brlGridExecutionLogsCard .brl-gel-type-grid-sell{ color:#fca5a5; }
#brlGridExecutionLogsCard .brl-gel-type-btd-buy{ color:#67e8f9; }
#brlGridExecutionLogsCard .brl-gel-type-btd-ref{ color:#fcd34d; }
#brlGridExecutionLogsCard .brl-gel-type-btd-cooldown{ color:#93c5fd; }
#brlGridExecutionLogsCard .brl-gel-meta{
  font-size:12px;
  color:#94a3b8;
}
#brlGridExecutionLogsCard .brl-gel-message{
  margin-top:.5rem;
  font-size:13px;
  line-height:1.55;
}
#brlGridExecutionLogsCard .brl-gel-empty{
  border:1px dashed rgba(148,163,184,.22);
  border-radius:14px;
  padding:1rem;
  color:#94a3b8;
}
