.lani-expert-comment {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  margin: 1.75rem 0;
  padding: 1.15rem 1.25rem;
  border: 1px solid #cfe3ef;
  border-left: 4px solid #5aa3c7;
  border-radius: 14px;
  background: #f3f9fc;
  color: #263840;
}

.lani-expert-comment__profile {
  display: block;
  color: inherit;
  text-decoration: none;
}

.lani-expert-comment__avatar {
  display: block;
  width: 72px;
  height: 72px;
  border: 2px solid #fff;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 2px 10px rgba(35, 84, 108, .15);
}

.lani-expert-comment__body { min-width: 0; }
.lani-expert-comment__eyebrow {
  margin: 0 0 .2rem;
  color: #3e7895;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .06em;
}
.lani-expert-comment__name { margin: 0; font-size: 1rem; line-height: 1.5; }
.lani-expert-comment__job { margin: .1rem 0 .65rem; color: #61757f; font-size: .76rem; line-height: 1.5; }
.lani-expert-comment__text { margin: 0; line-height: 1.9; }
.lani-expert-comment__profile:focus-visible { outline: 3px solid #2f7598; outline-offset: 4px; border-radius: 50%; }

@media (max-width: 520px) {
  .lani-expert-comment {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: .8rem;
    padding: 1rem;
  }
  .lani-expert-comment__avatar { width: 56px; height: 56px; }
  .lani-expert-comment__job { margin-bottom: .5rem; }
}
