.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

.section {
  padding: 100px 0;
}
.multiauthor-wrapper {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}
.author-image {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.author-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
ul.author-social {
  list-style: none;
  padding: 0px;
  display: flex;
}
.author-social li a {
  color: #000;
  height: 40px;
  width: 40px;
  border: 1px solid #000;
  border-radius: 5px;
  position: relative;
  display: block;
}
.author-social li a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Article item css */
.author-article-item {
  gap: 30px;
  margin-bottom: 30px;
  display: flex;
}
.author-article-item .author-article-image {
  max-width: 300px;
  height: 200px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.author-article-item .author-article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.author-article-item .author-article-content a {
  text-decoration: none;
  transition: all 0.3s ease;
  color: #000;
  display: block;
}
.author-article-content a h2 {
  font-size: 20px;
  margin-bottom: 15px;
}
.author-article-content-description {
  margin: 0 0 20px 0;
}
.article-publish-date {
  margin: 0 0 0 0;
}

.contributor-list-designation {
  position: relative;
  margin-right: 7px;
}
.contributor-list-designation:not(:last-child):after {
  position: absolute;
  content: ",";
  right: 0;
}

.author-article-item .author-article-content ul {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 10px 0 10px 0;
  padding: 0;
}

.single-author-block .author-bio {
  text-align: center;
}
.single-author-block ul.author-social {
  justify-content: center;
}

.author-layout {
  display: flex;
}
.author-layout.layout-1 {
  flex-direction: column;
}
.author-layout.layout-2 {
  flex-direction: column-reverse;
}
.author-layout.layout-3 {
  flex-direction: row;
}
.author-layout.layout-4 {
  flex-direction: row-reverse;
}
.author-layout.layout-4 .author-wrapper,
.author-layout.layout-3 .author-wrapper {
  max-width: 25%;
  width: 100%;
}
.author-layout.layout-4 .author-article-wrapper,
.author-layout.layout-3 .author-article-wrapper {
  max-width: calc(100% - 25%);
  width: 100%;
  margin-left: 30px;
}
.author-list-wrapper .author-wrapper {
  margin-bottom: 50px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 50px;
}
.author-list-wrapper .author-bio {
  text-align: center;
}
.author-list-wrapper .author-bio h2 {
  margin-bottom: 0;
}
.author-list-wrapper ul.author-social {
  margin: 0;
  justify-content: center;
}
