.p-article a {
  text-decoration: underline;
}

.l-nav {
  padding: 0 20px 0 20px;
  margin: 0;
}

.p-menu__lists {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.comment {
  display: flex;
  gap: 20px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 0;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
}
.comment:hover {
  background-color: #f0f0f0;
}
.comment_avatar_name {
  width: 80px;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-left:10px;
  padding-right:10px;
  border-right: 1px solid #e0e0e0;
}

.comment_content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.comment_content, a {
  text-decoration: none;
}
.comment_content, a:hover {
  text-decoration: none;
}

.comment_content_time_likes {
  display: flex;
  gap: 10px;
  align-items: end;
}
ul {
  margin-bottom: 0;
}
p {
  margin-bottom: 0.5rem;
}
