.single-post-wrap {
  padding: 40px;
}

@media (min-width: 768px) {
  .single-post-wrap {
    max-width: 880px;
    margin: 0 auto;
  }
}

.single-post-wrap > h1 {
  margin: 0 0 24px;
  font-size: 32px;
}

.single-post-card {
  padding: 0;
  overflow: hidden;
  border: none;
}

.post-author-bar {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 12px 32px;
  margin: 0 0 24px;
  border: 1px solid #eee;
  border-radius: 8px;
}

.post-author-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.post-author-info img {
  border-radius: 50%;
  display: block;
}

.post-author-name {
  font-size: 17px;
  color: #333;
}

.post-author-social {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  margin-right: 20px
}

.post-author-bar .post-author-social a {
  color: #111;
  display: flex;
  font-size: 16px;
}

.post-author-bar .post-follow-btn {
  display: inline-block;
  background: #111;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 25px;
  border-radius: 6px;
}

.single-post-card > .entry-content,
.single-post-card > p,
.single-post-card > h2,
.single-post-card > h3,
.single-post-card > h4,
.single-post-card > ol,
.single-post-card > ul,
.single-post-card > img,
.single-post-card > figure,
.single-post-card > .post-comments,
.single-post-card > .post-nav-links {
  margin-left: 0;
  margin-right: 0;
}

.single-post-card h2,
.single-post-card h3,
.single-post-card h4 {
  font-weight: 700;
  color: #111;
  line-height: 1.3;
}

.single-post-card p,
.single-post-card li {
  color: #333;
  font-size: 16px;
  line-height: 1.7;
}

.single-post-card a {
  color: #2fa84f;
}

.single-post-card img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}

.single-post-card > *:first-of-type {
  margin-top: 32px;
}

.single-post-card > *:last-child {
  margin-bottom: 32px;
}

.post-comments {
  padding-top: 32px;
  border-top: 1px solid #eee;
}

.post-comments .comment-reply-title,
.post-comments h2,
.post-comments h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 8px;
}

.post-comments .comment-notes {
  color: #666;
  font-size: 14px;
  margin: 0 0 20px;
}

.post-comments .comment-form label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
}

.post-comments .comment-form-comment,
.post-comments .comment-form-author,
.post-comments .comment-form-email,
.post-comments .comment-form-url {
  margin-bottom: 20px;
}

.post-comments input[type="text"],
.post-comments input[type="email"],
.post-comments input[type="url"],
.post-comments textarea {
  width: 100%;
  padding: 10px 14px;
  font-size: 15px;
  font-family: inherit;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.post-comments textarea {
  resize: vertical;
}

.post-comments .comment-form-cookies-consent {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}

.post-comments .comment-form-cookies-consent label {
  margin: 0;
  font-weight: 400;
}

.post-comments .form-submit input[type="submit"] {
  background: #2fa84f;
  color: #fff;
  border: none;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 6px;
  cursor: pointer;
}

.post-comments .form-submit input[type="submit"]:hover {
  background: #268a41;
}

.post-nav-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  border-top: 1px solid #eee;
}

.post-nav-links a {
  color: #666;
  text-decoration: none;
  font-size: 15px;
}

.post-nav-links a:hover {
  color: #2fa84f;
}

@media (max-width: 600px) {
  .single-post-wrap {
    padding: 24px 20px;
  }

  .post-author-bar {
    flex-wrap: wrap;
    gap: 12px;
    padding: 16px 20px;
    margin: 0 0 20px;
  }

  .post-author-social {
    margin-left: 0;
  }
}
