.omaha-context.compact {
  margin: 7px 0 4px;
  padding: 9px 11px;
  border-color: #68b98444;
}

.omaha-context > strong {
  color: #f2d596;
  font-size: 1rem;
  text-transform: capitalize;
}

.omaha-combination { display: block; }

.omaha-draws {
  display: grid;
  gap: 3px;
  padding: 8px 9px;
  background: #0a1713;
  border-left: 3px solid #68b984;
}

.omaha-draws small { font-size: .58rem; }
.omaha-draws b { color: #dce8e1; font-size: .78rem; line-height: 1.4; }
.omaha-future { display: grid; gap: 3px; padding-top: 5px; border-top: 1px solid #ffffff14; }
.omaha-future small { font-size: .58rem; }
.omaha-future p { color: #dce8e1; font-size: .78rem; }
.omaha-future span { font-size: .68rem; }
.omaha-context details { margin-top: 2px; }
.omaha-context details summary { color: #9eaaa4; font-size: .72rem; }

.last-decision {
  margin-top: 8px;
  padding: 8px 10px;
  background: #0f1b17;
  border: 1px solid #ffffff16;
}

.last-decision summary { color: #cbd4cf; font-size: .76rem; }
.last-decision .latest { margin-top: 8px; }
