body {
  background-color: #f8f9fa;
  font-size: 14px;
  padding-bottom: 40px;
}

h2 {
  font-size: 16px;
  margin-bottom: 0;
  white-space: nowrap;
}

.btn {
  font-size: 12px;
  padding: 4px 8px;
}

.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px;
  background: #fff;
  border-bottom: 1px solid #eee;
  flex-wrap: nowrap;
}

.top-bar .btn-group {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: nowrap;
}

.top-bar .btn-group .btn {
  font-size: 13px;
  padding: 3px 6px;
  white-space: nowrap;
}

.top-bar .create-btn {
  background-color: #28a745;
  color: #fff;
  font-size: 13px;
  padding: 4px 10px;
  border-radius: 6px;
  border: none;
  white-space: nowrap;
}

.card {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #ddd;
  padding: 12px;
  margin-bottom: 16px;
}

.card .rounded-circle {
  width: 36px;
  height: 36px;
  object-fit: cover;
  border: 1px solid #ccc;
}

.card h6 {
  font-size: 16px;
  margin: 6px 0 4px;
  font-weight: bold;
  color: #000;
}

.card p {
  font-size: 13px;
  color: #555;
  margin: 0 0 8px;
}

.card .author-info {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}

.card .author-info img {
  width: 36px;
  height: 36px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 10px;
  border: 1px solid #ccc;
}

.card .author-meta {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  color: #333;
}

.card .author-meta small {
  color: #999;
  font-size: 12px;
}

.card .text-muted {
  font-size: 12px;
}

.card .text-truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 180px;
}

.card small {
  font-size: 12px;
}

.interaction-bar {
  font-size: 14px;
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.interaction-icons {
  display: flex;
  align-items: center;
  gap: 16px;
}

.interaction-icons .action-item {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666;
  cursor: pointer;
}

.interaction-icons .action-item i {
  font-size: 16px;
  margin-right: 3px;
  color: #888;
}

.interaction-icons .action-item span {
  font-size: 13px;
  color: #444;
}

.card span.text-muted.small {
  font-size: 12px;
}

.post-image-wrapper {
  display: flex;
  align-items: flex-start;
  margin-top: 8px;
  gap: 10px;
}

.post-image-fixed {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid #eee;
}

.post-text-wrapper {
  flex: 1;
  font-size: 13px;
  color: #333;
}
