.post-content {
  font-size: 1.1rem;
  line-height: 1.8;
}

.post-content p {
  margin-bottom: 1.5rem;
}

.post-content img {
  max-width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: contain;
  border-radius: 0.5rem;
  margin: 1.5rem auto;
  display: block;
}

.post-content h2,
.post-content h3,
.post-content h4 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

.post-content ul,
.post-content ol {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}

.post-content li {
  margin-bottom: 0.5rem;
}

.btn-facebook {
  background-color: #3b5998;
  border-color: #3b5998;
  color: #fff;
}

.btn-facebook:hover {
  background-color: #2d4373;
  border-color: #2d4373;
  color: #fff;
}

.btn-twitter {
  background-color: #1da1f2;
  border-color: #1da1f2;
  color: #fff;
}

.btn-twitter:hover {
  background-color: #0c85d0;
  border-color: #0c85d0;
  color: #fff;
}

.btn-linkedin {
  background-color: #0077b5;
  border-color: #0077b5;
  color: #fff;
}

.btn-linkedin:hover {
  background-color: #005582;
  border-color: #005582;
  color: #fff;
}
