.verhi-eeat-block {
  box-sizing: border-box;
  max-width: 100%;
  margin: 32px 0 8px;
  padding: 20px 22px;
  border: 1px solid rgba(18, 42, 46, 0.14);
  border-radius: 8px;
  background: #fff;
  color: #243638;
  overflow-wrap: anywhere;
}

.verhi-eeat-author {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.verhi-eeat-avatar {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: var(--global-palette1, #0f7a88);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.verhi-eeat-author-copy {
  min-width: 0;
}

.verhi-eeat-author-name {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.verhi-eeat-author-role,
.verhi-eeat-review {
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.5;
  color: #526466;
}

.verhi-eeat-note {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(18, 42, 46, 0.1);
  font-size: 14px;
  line-height: 1.6;
  color: #526466;
}

.verhi-eeat-note p {
  margin: 0;
}

.verhi-eeat-sources {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(18, 42, 46, 0.1);
}

.verhi-eeat-sources-title {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

.verhi-eeat-sources ul {
  margin: 10px 0 0;
  padding-left: 20px;
}

.verhi-eeat-sources li {
  margin: 4px 0;
  font-size: 14px;
  line-height: 1.5;
}

.verhi-eeat-sources a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.verhi-eeat-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(18, 42, 46, 0.1);
}

.verhi-eeat-links a {
  font-size: 14px;
  font-weight: 600;
  color: var(--global-palette1, #0f7a88);
  text-decoration: none;
}

.verhi-eeat-team {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
  margin: 24px 0 8px;
}

.verhi-eeat-team-member {
  box-sizing: border-box;
  padding: 18px 20px;
  border: 1px solid rgba(18, 42, 46, 0.14);
  border-radius: 8px;
  background: #fff;
}

.verhi-eeat-team-name {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
}

.verhi-eeat-team-role {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--global-palette1, #0f7a88);
}

.verhi-eeat-team-bio {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.6;
  color: #526466;
}

.verhi-eeat-team-link {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  color: var(--global-palette1, #0f7a88);
  text-decoration: none;
}

.verhi-eeat-team-empty {
  padding: 18px 20px;
  border: 1px dashed rgba(18, 42, 46, 0.25);
  border-radius: 8px;
  color: #526466;
}

@media (max-width: 600px) {
  .verhi-eeat-block {
    margin: 24px 0 4px;
    padding: 16px;
  }

  .verhi-eeat-author {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
  }

  .verhi-eeat-avatar {
    width: 40px;
    height: 40px;
  }
}
