
.post-buttons-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
}

.post-buttons-wrapper button {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #e63946;
}

.post-buttons-wrapper .bookmark-count,
.post-buttons-wrapper .like-count {
  font-size: 1rem;
  color: white;
}

.login-notice {
  font-size: 0.9rem;
  color: #ccc;
}
