.brazuka-history-back-grid {
  width: calc(100% - 24px);
  margin: 10px 12px 12px;
  border: 1px solid rgba(255, 215, 0, .65);
  border-radius: 10px;
  background: rgba(255, 215, 0, .12);
  color: #ffd400;
  font-weight: 800;
  font-size: 13px;
  padding: 10px 12px;
  cursor: pointer;
  text-align: center;
}
.brazuka-history-back-grid:hover { background: rgba(255, 215, 0, .22); }
.brazuka-front-channel-history {
  margin: 0 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.brazuka-front-history-empty {
  color: rgba(220, 230, 255, .66);
  font-size: 13px;
  line-height: 1.35;
  padding: 10px 2px;
}
.brazuka-front-history-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  text-align: left;
  border: 1px solid rgba(255,255,255,.08);
  border-left: 3px solid #ffd400;
  border-radius: 10px;
  background: rgba(255,255,255,.045);
  color: #fff;
  padding: 10px 11px;
  cursor: pointer;
}
.brazuka-front-history-item strong {
  color: #ffd400;
  font-size: 13px;
  line-height: 1.25;
}
.brazuka-front-history-item small {
  color: rgba(220,230,255,.7);
  font-size: 11px;
}
.brazuka-front-history-item:hover { background: rgba(255, 215, 0, .09); }
