.aea-author-wrapper .aea-item {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  transition: all 0.3s ease;
}
.aea-author-wrapper .aea-post-count {
  position: absolute;
  font-size: 12px;
  color: #8D99AE;
  border-color: #8D99AE;
  text-transform: capitalize;
  line-height: 1;
  padding: 3px 6px;
  border-radius: 3px;
}
.aea-author-wrapper .aea-content {
  position: relative;
  z-index: 1;
  width: 100%;
}
.aea-author-wrapper .aea-name a {
  display: inline-flex;
  font-size: 18px;
  font-weight: 600;
  color: #2B2D42;
  line-height: 1;
  text-transform: capitalize;
  transition: all 0.3s ease;
}
.aea-author-wrapper .aea-name a:hover {
  color: #EF233C;
}
.aea-author-wrapper .aea-description {
  font-size: 15px;
  color: #8D99AE;
  padding-top: 10px;
}
.aea-author-wrapper .aea-role {
  font-size: 15px;
  color: #8D99AE;
}
.aea-author-wrapper .aea-link {
  display: flex;
  align-items: center;
  padding-top: 15px;
  line-height: 1;
}
.aea-author-wrapper .aea-link a {
  color: #8D99AE;
  font-size: 15px;
  transition: all 0.3s ease;
}
.aea-author-wrapper .aea-link a:hover {
  color: #EF233C;
}
.aea-author-wrapper .aea-link a + a {
  margin-right: 20px;
}
.aea-author-wrapper.aea-grid_1 .aea-post-count {
  top: 15px;
  left: 15px;
}
.aea-author-wrapper.aea-grid_1 .aea-content {
  text-align: center;
}
.aea-author-wrapper.aea-grid_1 .aea-link {
  justify-content: center;
}
.aea-author-wrapper.aea-grid_1 .aea-item {
  padding: 15px;
}
.aea-author-wrapper.aea-grid_1 .aea-image {
  margin: 35px 30px 20px 30px;
}
.aea-author-wrapper.aea-grid_1 .aea-image a img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  object-fit: cover;
}
.aea-author-wrapper.aea-list .aea-item {
  padding: 10px;
  display: flex;
  align-items: center;
}
.aea-author-wrapper.aea-list .aea-image {
  margin-left: 15px;
}
.aea-author-wrapper.aea-list .aea-image img {
  height: 70px;
  width: 70px;
  min-width: 70px;
  border-radius: 100%;
}
.aea-author-wrapper.aea-list .aea-post-count {
  top: 10px;
  left: 10px;
}
.aea-author-wrapper.aea-list .aea-link {
  justify-content: left;
}

.aea-author .aea-author-wrapper {
  display: grid;
}

@media (min-width: 1024px) {
  .aea-author-wrapper .aea-post-count {
    font-size: 13px;
  }
  .aea-author-wrapper .aea-name a {
    font-size: 18px;
  }
  .aea-author-wrapper .aea-description {
    font-size: 15px;
  }
  .aea-author-wrapper.aea-grid_1 .aea-item {
    position: relative;
    padding: 30px;
  }
  .aea-author-wrapper.aea-grid_1 .aea-post-count {
    top: 30px;
    left: 30px;
  }
  .aea-author-wrapper.aea-list .aea-item {
    padding: 15px;
  }
  .aea-author-wrapper.aea-list .aea-image {
    margin-left: 20px;
  }
  .aea-author-wrapper.aea-list .aea-image img {
    height: 80px;
    width: 80px;
    min-width: 80px;
  }
  .aea-author-wrapper.aea-list .aea-post-count {
    top: 15px;
    left: 15px;
  }
}