.box-author{
  background: #ffffff;
  color:#2b2b2b;
  border-radius:14px;
  border: 1px solid #b70808;
  padding:14px 16px;
  box-shadow: 0 4px 4px rgba(0,0,0,.3);
}
.box-author .a-title{
  display:block;
  font-size: 1rem;
  letter-spacing:.04em;
  color: #000000;
  margin-bottom:10px;
  font-weight: 600;
}
.box-author .a-cont{
  display:flex;
  align-items:center;
  gap:14px;
  min-width:0;
}
.box-author .a-img{
  flex:0 0 auto;
  width:56px; height:56px;
}
.box-author .a-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  /* border-radius:50%; */
  display:block;
  /* border:1px solid #e5e7eb; */
}
.box-author .a-text{
  min-width:0;
}
.box-author .a-text .a-author{
  font-size:1rem;
  font-weight:600;
  line-height:1.3;
  color:#2b2b2b;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.box-author .a-text a{
  text-decoration:none;
  outline:none;
}
.box-author .a-text a:hover .a-author{
  text-decoration:underline;
  text-underline-offset:3px;
}
.box-author .a-text a:focus-visible{
  box-shadow:0 0 0 3px rgba(0,0,0,.08);
  border-radius:8px;
}
