html, body {
  height: 100%;
  overflow: auto;
}

.offer > p {
  margin-bottom: 8px;
}

.status-icon {
  width: 72px;
  height: 72px;
  border-radius: 20px;
  font-size: 32px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.status-icon.is-rounded {
  border-radius: 50%;
}
