.mroe-oe-block {
  margin-top: 0.75rem;
}
.mroe-oe-title {
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.mroe-oe-brand {
  font-weight: 700;
  margin-top: 0.35rem;
  margin-bottom: 0.25rem;
}
.mroe-oe-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}
a.mroe-oe-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  border: 1px solid currentColor;
  text-decoration: none;
  line-height: 1.1;
  font-size: 0.875rem;
}
a.mroe-oe-chip:hover,
a.mroe-oe-chip:focus {
  text-decoration: none;
  opacity: 0.9;
}

.mroe-oe-page h1{margin-bottom:0.5rem;}
