.author-block {
  padding-top: 40px;
  border-top: 1px solid #c9c9c9;
}
.author-block .ab-content {
  gap: 20px;
  margin-bottom: 20px;
}
.author-block .ab-content .abc-image img {
  width: 70px;
  min-width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
}
.author-block .ab-content a:hover {
  opacity: 0.8;
}
.author-block .writer-reviewer .dfa-info p:not(.author-name) {
  margin-bottom: 0 !important;
  font-size: 14px;
  line-height: 16px;
}
.author-block .writer-reviewer .dfa-info p a {
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  color: #1a1a1a;
  letter-spacing: 0;
}
.author-block p.author-name {
  letter-spacing: 0;
}
.author-block p.author-name a {
  font-weight: 600;
  color: #1a1a1a;
  text-decoration: none;
}
.author-block p.author-name span {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  display: block;
  letter-spacing: 0;
  color: #646464;
  margin-top: 4px;
  letter-spacing: 0;
}
.author-block p:not(.author-name) {
  font-size: 16px;
  line-height: 26px;
  color: #646464;
}
.author-block p:not(.author-name) + .writer-reviewer {
  margin-top: 32px;
  margin-bottom: 0;
}
.author-block .ab-btn-group {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #c9c9c9;
}
.author-block .ab-btn-group a {
  display: block;
  width: 100%;
  padding: 16px;
  line-height: 16px;
  border-radius: 25px;
  font-size: 14px;
}
.author-block .ab-btn-group a img {
  margin: -4px 8px 0 0;
}
.author-block .ab-btn-group a:not(:last-child) {
  margin-bottom: 20px;
}
.author-block .ab-btn-group a:hover {
  background-color: transparent;
  color: #1a1a1a;
  opacity: 0.5;
}

.detail-content .dc-content-box .author-block p,
.detail-content .dc-content-box .author-block a {
  font-size: 18px;
  line-height: 26px;
}

@media (min-width: 768px) {
  .author-block .ab-content {
    gap: 24px;
    padding-left: 40px;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #c9c9c9;
  }
  .author-block .ab-content .writer-reviewer {
    margin-top: 40px;
  }
  .author-block .ab-content .writer-reviewer .dfa-info p:not(.author-name) {
    margin-bottom: 0 !important;
    font-size: 14px;
    line-height: 16px;
  }
  .author-block .ab-content .writer-reviewer .dfa-info p a {
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    color: #1a1a1a;
    letter-spacing: 0;
  }
  .author-block .ab-content .abc-text p.author-name,
  .author-block .ab-content .abc-text p.author-name a {
    font-size: 20px;
    line-height: 29px;
  }
  .author-block .ab-content .abc-text p.author-name + p {
    margin-top: 20px;
  }
  .author-block .ab-content .abc-text p:not(.author-name) {
    font-size: 18px;
    line-height: 30px;
  }
  .author-block .ab-btn-group {
    margin-top: 0;
    padding-top: 0;
    border: none;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
  }
  .author-block .ab-btn-group a {
    width: auto;
    display: inline-block;
  }
  .author-block .ab-btn-group a:not(:last-child) {
    margin-bottom: 0;
  }
  .detail-content .dc-content-box .author-block p,
  .detail-content .dc-content-box .author-block a {
    font-size: 20px;
    line-height: 28px;
  }
}
