/* 2026-07-13 annotation fixes for Home and App. */
.actions-row .red-btn,
.actions-row .white-btn,
.device-grid .red-btn,
body[data-page="app"] .help-banner .red-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-align:center;
}

.lottery .balls{
  gap:3px;
}

.lottery .balls b{
  width:23px;
  height:23px;
  flex:0 0 23px;
}

body[data-page="app"] .help-banner{
  height:115px;
  display:grid;
  grid-template-columns:135px 1fr 190px;
  gap:20px;
  align-items:center;
  padding:0 28px 0 18px;
}

body[data-page="app"] .help-banner>img{
  align-self:end;
  width:125px;
  height:112px;
  object-fit:contain;
}

body[data-page="app"] .help-banner h3{
  margin:0 0 8px;
}

body[data-page="app"] .help-banner p{
  max-width:360px;
  line-height:1.5;
}

body[data-page="app"] .help-banner .red-btn{
  width:190px;
}
