/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/complete-author-infos/style.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
.complete-author-profile {
  padding: 46px;
  display: grid;
  grid-gap: 22px;
}
.complete-author-profile__write_by {
  margin: 0;
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 700;
}
.complete-author-profile__header {
  display: flex;
}
.complete-author-profile__header__picture {
  display: flex;
  align-items: center;
  padding: 1rem;
  transition: all 0.3s ease-in-out;
}
.complete-author-profile__header__picture__thumbnail {
  border-radius: 50%;
  overflow: hidden;
  width: 50px;
  height: 50px;
  min-width: 50px;
}
@media (min-width: 960px) {
  .complete-author-profile__header__picture__thumbnail {
    width: 100px;
    height: 100px;
  }
}
.complete-author-profile__header__picture__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.complete-author-profile__header__picture__infos {
  margin: 0 1rem;
}
.complete-author-profile__header__picture__infos__job {
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--preset--color--grey-500);
}
.complete-author-profile__header__picture__infos__name {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 auto;
  text-transform: capitalize;
}
.complete-author-profile__header__picture:hover {
  transition: all 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.05);
}
.complete-author-profile__header__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}
.complete-author-profile__header__socials__social {
  background: #000;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  margin: 0 6px;
  font-size: var(--wp--preset--font-size--tiny-text);
  font-family: var(--wp--preset--font-family--poppins), sans-serif;
}
.complete-author-profile__header__social-networks--mobile, .complete-author-profile__header__social-networks--desktop {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}
.complete-author-profile__header__social-networks--mobile .social-network-link, .complete-author-profile__header__social-networks--desktop .social-network-link {
  color: var(--wp--preset--color--contrast);
}
.complete-author-profile__header__social-networks--mobile {
  margin-top: 5px;
}
@media (min-width: 960px) {
  .complete-author-profile__header__social-networks--mobile {
    display: none;
  }
}
.complete-author-profile__header__social-networks--desktop {
  display: none;
}
@media (min-width: 960px) {
  .complete-author-profile__header__social-networks--desktop {
    display: flex;
  }
}

/*# sourceMappingURL=style-index.css.map*/