.BodyRibbonAlertView {
  background-color: var(--color-offwhite_03);
}
.BodyRibbonAlertView .container {
  min-height: 60px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  padding: 10px;
}
.BodyRibbonAlertView .text {
  font-family: 'Nexa';
  font-size: 15px;
  line-height: 20px;
  color: var(--color-grey);
}
