.scwew-post {
  background-color: var(--scwew-surface);
  padding: 1rem;
  border-radius: var(--scwew-box-radius);
  max-width: none;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.scwew-post:last-child {
  border-bottom: none;
}

.scwew-post .post-title {
  margin-top: 0;
}

.scwew-post .post-footer {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  font-family: monospace;
  gap: 1rem;
  font-size: 0.75rem;
  opacity: 0.8;
}

.scwew-post .post-footer > .post-link {
  margin-left: auto;
}