.avatar[data-v-ba271aea] {
  display: flex;
  justify-content: center;
  width: 70px;
  position: relative;
  margin-bottom: 1.25rem;
}
.avatar span[data-v-ba271aea] {
  position: absolute;
  top: -5px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background-color: #FF725E;
  border: 3px solid white;
}
.avatar__img[data-v-ba271aea] {
  border-radius: 50%;
  background-color: #949CA7;
  box-shadow: 0 5px 9.5px 0.5px rgba(24, 23, 24, 0.1);
}
.avatar--lg span[data-v-ba271aea] {
  right: -14px;
  width: 30px;
  height: 30px;
  line-height: 27px;
  font-size: 16px;
}
.avatar--lg .avatar__img[data-v-ba271aea] {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
.avatar--md span[data-v-ba271aea] {
  width: 25px;
  height: 25px;
  right: -4px;
  font-size: 14px;
  line-height: 24px;
}
.avatar--md .avatar__img[data-v-ba271aea] {
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
.author-info {
  border-radius: 10px;
  box-shadow: 0 3px 19px 1px rgba(24, 23, 24, 0.05);
}
.author-info__details {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1.875rem;
}
.author-info__details .name-wrapper {
  display: flex;
  width: 100%;
  margin-bottom: 1.25rem;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1659.98px) {
.author-info__details .name-wrapper {
    flex-direction: column;
    margin-bottom: 0.3125rem;
}
.author-info__details .name-wrapper .name {
    margin-bottom: 0.625rem;
}
}
.author-info__details .name {
  display: flex;
  justify-content: center;
  font-size: 18px;
  color: #2F3742;
  text-align: center;
}
@media (max-width: 1399.98px) {
.author-info__details .name {
    font-size: 16px;
}
}
.author-info__details .instagram {
  display: flex;
  direction: ltr;
  align-items: center;
}
.author-info__details .instagram svg {
  margin-right: 0.625rem;
}
.author-info__details .instagram span {
  font-size: 14px;
}
.author-info__details .score {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 40px;
  padding: 0.625rem;
  border-radius: 0.25rem;
  background-color: #F9F9FA;
}
.author-info__details .score__title {
  font-size: 16px;
  color: #717C8B;
}
@media (max-width: 1399.98px) {
.author-info__details .score__title {
    font-size: 14px;
}
}
.author-info__details .score__value {
  font-size: 20px;
  color: #2F3742;
}
@media (max-width: 1399.98px) {
.author-info__details .score__value {
    font-size: 18px;
}
}
.author-info__badge {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  padding: 1.25rem 1.875rem;
  background-color: #F9F9FA;
  border-top: 1px solid #dee2e6;
}
@media (max-width: 1399.98px) {
.author-info__badge {
    height: 83px;
}
}
.author-info__badge .user {
  height: 100%;
}
.author-info__badge .show-profile {
  height: 40px;
  width: 140px;
  border: 1px solid #0197F6;
  font-size: 14px;
  color: #0197F6;
  border-radius: 30px;
  line-height: 38px;
  text-align: center;
  background-color: white;
}
@media (max-width: 1399.98px) {
.author-info__badge .show-profile {
    width: 120px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
}
}
.author-info__badge .show-profile:hover {
  background-color: #0197F6;
  color: white;
}
