.post .cover-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.post section img {
  display: block;
  width: 100%;
}

.post .header-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.post-layout {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 4rem);
  overflow: hidden;
}

.post-scrollable {
  flex: 1;
  overflow-y: auto;
}

.post-layout lexxy-toolbar {
  position: sticky;
  top: 0;
}
