.button {
  width: 64px;
  height: 64px;
  margin: 24px 24px 24px 24px;
  border-radius: 8px;
}

.button img {
  width: 64px;
}

.module {
  margin: 5% 0 0 24px;
}

.highlighted_el p {
  line-height: 64px;
}

.status_bar {
  display: inline-block;
  width: 30%;
  margin: 0 0 24px 24px;
}

.actions {
  width: 224px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -24px;
}

.sub_title p {
  position: absolute;
  transform: translate(0, -50%);
  margin: 0 0 0 24px;
}
