/* Blog single: hard-coded writer section via [blog_writer_box] shortcode */
body.single-post .sc_post_single .post_body .blog-writer-box {
  margin: 25px 0;
  padding: 25px 30px;
  border: 1px solid #cfcfcf;
  border-radius: 8px;
  background: #fff;
}

body.single-post .sc_post_single .post_body .blog-writer-box__title {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  color: #0f1c2e;
}

body.single-post .sc_post_single .post_body .blog-writer-box__inner {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

body.single-post .sc_post_single .post_body .blog-writer-box__icon {
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #f5f5f5;
  background: #fff;
}

body.single-post .sc_post_single .post_body .blog-writer-box__icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

body.single-post .sc_post_single .post_body .blog-writer-box__content {
  flex: 1;
}

body.single-post .sc_post_single .post_body .blog-writer-box__name {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 700;
  color: #101010;
}

body.single-post .sc_post_single .post_body .blog-writer-box__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
  color: #555;
}

body.single-post .sc_post_single .post_body .blog-writer-box__sns {
  margin: 6px 0 0;
  font-size: 14px;
  line-height: 1.7;
  color: #555;
}

body.single-post .sc_post_single .post_body .blog-writer-box__sns a {
  color: #2d62cb;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  body.single-post .sc_post_single .post_body .blog-writer-box {
    margin: 25px 0;
    padding: 20px 16px;
  }

  body.single-post .sc_post_single .post_body .blog-writer-box__title {
    margin-bottom: 14px;
  }

  body.single-post .sc_post_single .post_body .blog-writer-box__inner {
    gap: 12px;
  }

  body.single-post .sc_post_single .post_body .blog-writer-box__icon {
    flex-basis: 64px;
    width: 64px;
    height: 64px;
    padding: 12px;
  }

  body.single-post .sc_post_single .post_body .blog-writer-box__name {
    font-size: 16px;
    margin-bottom: 6px;
  }

  body.single-post .sc_post_single .post_body .blog-writer-box__text,
  body.single-post .sc_post_single .post_body .blog-writer-box__sns {
    font-size: 14px;
    line-height: 1.75;
  }
}
