.spw-users-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.spw-users-list .spw-user {
  display: flex;
  gap: 30px;
}

.spw-users-list .spw-user img {
  width: 60px;
  object-fit: cover;
  object-position: center;
  height: 60px;
  aspect-ratio: 1;
  border-radius: 9999px;
}

.spw-user-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  flex: 1;
}

.img-link {
  height: fit-content;
  border-radius: 9999px;
  line-height: 0;
}

.user-link {
  width: fit-content;
}

.user-name {
  font-weight: bold;
}

.spw-user-info p,
.spw-user-info h3 {
  margin: 0;
}

.spw-author-wrapper .spw-author-bio {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px;
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}

.spw-author-wrapper .spw-author-infos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 10px;
  margin-bottom: 20px;
  column-gap: 20px;
}

.spw-author-wrapper .spw-author-infos img {
  width: 70px;
  height: auto;
  border-radius: 9999px;
  object-fit: cover;
  aspect-ratio: 1;
}

.spw-author-wrapper .spw-author-description {
  border: none;
  margin-top: 0 !important;
}

.spw-author-wrapper .spw-author-title {
  margin: 0;
}

.spw-author-wrapper .spw-author-medias {
  list-style: none;
  display: flex;
  gap: 10px;
  padding: 0 10px 0;
  justify-content: flex-start;
  flex: 1;
}

.spw-author-wrapper .spw-author-image {
  margin-bottom: 15px;
}

.spw-author-wrapper .spw-author-image img {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  object-fit: cover;
}

.spw-author-wrapper .spw-author-name {
  font-size: 1.5em;
  margin-bottom: 10px;
}

.spw-author-wrapper .spw-author-description {
  font-size: 1em;
  line-height: 1.4;
}

.spw-author-wrapper .separator {
  width: 100%;
}

.spw-author-wrapper .separator .title-separator {
  font-family: 'montserrat', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  background-color: black;
  color: white;
  padding: 5px 20px;
}

@media screen and (max-width: 768px) {
  h1.booktitle:after,
  h2.booktitle:after {
    display: none;
  }
  h1.booktitle:before,
  h2.booktitle:before {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .spw-author-wrapper .spw-author-bio {
    flex-direction: row;
    text-align: left;
    max-width: unset;
    gap: 20px;
  }

  .spw-author-wrapper .spw-author-image {
    margin-bottom: 0;
  }

  .spw-author-wrapper .spw-author-description {
    margin: 0;
  }

  .spw-author-wrapper .spw-author-infos {
    margin-bottom: 20px;
  }

  .spw-author-wrapper .spw-author-medias {
    justify-content: flex-end;
  }
}
