body {
  background-color: #f8f9fa;
  font-family: sans-serif;
}

.navbar-brand h1 {
  color: #0d6efd;
  font-weight: bold;
}

.howl-card {
  transition: box-shadow 0.2s;
}

.howl-card:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.howl-header {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

.howl-avatar {
  width: 48px;
  height: 48px;
  margin-right: 12px;
}

.howl-user-info {
  flex-grow: 1;
}

.howl-name {
  font-weight: 600;
  margin-bottom: 0;
  color: #212529;
}

.howl-username {
  color: #6c757d;
  font-size: 0.9rem;
  margin-bottom: 0;
}

.howl-username:hover {
  text-decoration: underline;
  cursor: pointer;
}

.howl-datetime {
  color: #6c757d;
  font-size: 0.85rem;
}

.howl-text {
  margin-top: 0.5rem;
  line-height: 1.5;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.following-user {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  text-decoration: none;
  color: #212529;
  transition: background-color 0.2s;
}

.following-user:hover {
  background-color: #f8f9fa;
}

.following-avatar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

#char-count {
  font-weight: 600;
}

.empty-state {
  text-align: center;
  padding: 3rem 1rem;
  color: #6c757d;
}

.empty-state-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}
