/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Mar 19 2025 | 10:31:03 */
.author-block {
  display: flex;
  align-items: center;
  padding: 20px 30px;
  border-left: 4px solid #00e8b6;
}

.author-avatar img {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 30px;
}
.author-avatar img:after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  width: 23px;
  height: 23px;
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5 0l3.355 2.282 4.037.408 1.103 3.905 2.83 2.908-1.665 3.7.3 4.047-3.655 1.765-2.372 3.291-3.933-.997-3.933.997-2.372-3.291L1.54 17.25l.299-4.047-1.665-3.7 2.83-2.908L4.108 2.69l4.037-.408L11.5 0z' fill='%2362F1D2'/%3E%3Cpath d='M7.137 11.057l3.569 3.615 5.551-5.994' stroke='%23000' stroke-width='2.379' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.author_info {
  flex: 1;
}

.author-name {
  margin: 0 !important;
  font-size: 1.5em;
  color: #333;
  margin: 0;
}

.author-bio {
  margin: 0 0 10px 0;
  color: #666;
  font-size: 1em;
  line-height: 1.5;
}

.article-date {
  margin: 0;
  color: #888;
  font-size: 11px !important;
  font-style: italic;
}

.author-position {
  margin-bottom: 5px !important;
}
