.user-content .header {
  display: flex;
  align-items: center;
  gap: 20px;
}

.user-content .reply-container {
  border-top: 1px solid #21252929;
  padding-top: 20px;
}

.user-content .reply-container .header {
  align-items: flex-start;
}

.user-content .header h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #212529;
}

.user-content .header.small h4 {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.user-content .header small.time {
  font-size: 14px;
  line-height: 18px;
}

.user-content .header.small small.time {
  font-size: 12px;
  line-height: 14px;
}

.user-content p,
.user-content h5 {
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.user-content h5 {
  font-weight: bold;
  margin-top: 20px;
}

.user-content .actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.user-content .actions .action-link {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  gap: 5px;
}

.user-content .actions .action-link .count {
  font-weight: 600;
  color: #3CAF65;
}

.user-content p img {
  padding: 0 15px;
}

.blog .user-content .avatar {
  width: 36px;
}

.user-content .image-box {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 2rem;
}

.blog .user-content .image-box {
  margin-top: 0;
}

.blog-details .user-content .image-box {
  border-radius: 0;
}

.forum-details .user-content p,
.blog-details .user-content p,
.blog .user-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 1rem;
}

.blog-details .user-content h1 {
  font-size: 42px;
  font-weight: 600;
  line-height: 56px;
}

.blog-details .user-content blockquote {
  color: #2653A2;
  font-style: italic;
}

.user-content .image-box img {
  object-fit: cover;
  width: 100%;
  object-position: center;
}

.user-content .image-box img.fixed {
  height: 200px;
}

.user-content .carousel-item {
  height: 400px;
}

.user-content .carousel-item img {
  height: 100%;
  object-fit: cover;
}

.user-content .carousel-indicators img {
  height: 60px;
  object-fit: cover;
}

.user-content .carousel-indicators [data-bs-target] {
  height: auto;
}

.user-content .content-header {
  display: flex;
  gap: 15px;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .user-content .content-header {
    flex-direction: column;
    align-items: start;
    gap: 0;
    margin-bottom: 10px;
  }
}

.user-content .content-header a, .user-content .reply-container a {
  color: #2653A2;
}

.tox .tox-collection__item-container--row .avatar {
  width: 50px;
  aspect-ratio: 1/1;
}

.tox .tox-collection__item-container--row {
  gap: 10px;
}

.tox-tinymce-aux {
  z-index: 100000 !important;
}

.user-content.main-body li span,
.user-content.main-body p,
.user-content.main-body p span {
  font-family: var(--font-family-poppins) !important;
  color: #212529 !important;
  font-size: 16px !important;
}

.user-content.main-body p {
  line-height: 24px !important;
}

.user-content.main-body table {
  border-collapse: collapse;
  padding: 10px;
}

.user-content.main-body table td,
.user-content.main-body table th {
  border: 1px solid #212529;
  padding: 3px;
}
