.dthps-profile-author-box {
display: flex;
align-items: flex-start;
gap: 1.25rem;
padding: 1.5rem;
border: 1px solid rgba(0, 0, 0, 0.08);
border-radius: 0.5rem;
background: #fff;
}
.dthps-profile-author-box__image {
flex: 0 0 auto;
}
.dthps-profile-author-box__avatar {
display: block;
width: 5rem;
height: 5rem;
border-radius: 50%;
object-fit: cover;
}
.dthps-profile-author-box__content {
flex: 1 1 auto;
min-width: 0;
}
.dthps-profile-author-box__name {
margin: 0 0 0.5rem;
font-size: 1.125rem;
line-height: 1.3;
}
.dthps-profile-author-box__name-link {
color: inherit;
text-decoration: none;
}
.dthps-profile-author-box__name-link:hover,
.dthps-profile-author-box__name-link:focus {
text-decoration: underline;
}
.dthps-profile-author-box__description {
margin: 0;
font-size: 0.9375rem;
line-height: 1.6;
color: rgba(0, 0, 0, 0.72);
}
.dthps-profile-author-box__description p:last-child {
margin-bottom: 0;
}
@media (max-width: 480px) {
.dthps-profile-author-box {
flex-direction: column;
align-items: center;
text-align: center;
}
}