/* Visible expert attribution for iDoc blog articles, 2026-09-26. */
.article-expert {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 920px;
  margin: 0 auto 26px;
  padding: 16px 18px;
  border: 1px solid rgba(28, 68, 45, .12);
  border-radius: 18px;
  background: linear-gradient(135deg, #f4faf6, #fff);
  box-shadow: 0 10px 30px rgba(19, 56, 35, .07);
}
.article-expert__initials {
  display: grid;
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #173f2a, #34a653);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: .04em;
}
.article-expert__avatar {
  display: block;
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  border: 2px solid #fff;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 3px 12px rgba(18, 53, 33, .18);
}
.article-expert__label { margin-bottom: 3px; color: #547060; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.article-expert__name { color: #173322; font-size: 17px; font-weight: 800; text-decoration: none; }
.article-expert__name:hover { color: #239344; }
.article-expert__meta { margin-top: 3px; color: #63746a; font-size: 14px; line-height: 1.45; }

.expert-directory { max-width: 980px; margin: 0 auto 56px; }
.expert-directory__lead { max-width: 760px; margin: 0 0 28px; color: #53665b; font-size: 19px; line-height: 1.65; }
.expert-directory__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.expert-card { padding: 26px; border: 1px solid rgba(28, 68, 45, .12); border-radius: 22px; background: #fff; box-shadow: 0 14px 38px rgba(18, 53, 33, .08); }
.expert-card__initials { display: grid; width: 64px; height: 64px; margin-bottom: 18px; place-items: center; border-radius: 20px; color: #fff; background: linear-gradient(135deg, #173f2a, #34a653); font-size: 20px; font-weight: 800; }
.expert-card__avatar { display: block; width: 64px; height: 64px; margin-bottom: 18px; border: 2px solid #fff; border-radius: 50%; object-fit: cover; box-shadow: 0 4px 14px rgba(18, 53, 33, .18); }
.expert-card h2 { margin: 0 0 8px; color: #173322; font-size: 25px; }
.expert-card p { margin: 0 0 14px; color: #5b6e62; line-height: 1.6; }
.expert-card a { color: #15883a; font-weight: 800; }
.expert-profile { max-width: 880px; margin: 0 auto 56px; color: #263b2f; font-size: 17px; line-height: 1.72; }
.expert-profile__avatar { display: block; width: 120px; height: 120px; margin: 0 0 22px; border: 3px solid #fff; border-radius: 50%; object-fit: cover; box-shadow: 0 8px 24px rgba(18, 53, 33, .18); }
.expert-profile__role { margin: 0 0 20px; color: #355c43; font-size: 21px; font-weight: 700; }
.expert-profile__fact { margin: 24px 0; padding: 18px 20px; border-left: 4px solid #2da24d; border-radius: 12px; background: #eef8f1; }
.expert-profile__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.expert-profile__actions a { display: inline-flex; min-height: 46px; align-items: center; padding: 0 18px; border-radius: 13px; color: #fff; background: #168f3c; font-weight: 800; text-decoration: none; }

@media (max-width: 767px) {
  .article-expert { align-items: flex-start; margin-bottom: 20px; padding: 14px; }
  .article-expert__initials, .article-expert__avatar { flex-basis: 44px; width: 44px; height: 44px; font-size: 14px; }
  .expert-directory__grid { grid-template-columns: 1fr; }
  .expert-card { padding: 21px; }
}
