.ear-byline {
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  margin: 12px 0 24px;
  padding: 0;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.45;
}
.ear-byline-main,
.ear-byline-sub {
  display: block;
}
.ear-byline-main {
  font-weight: 400;
}
.ear-byline-sub {
  margin-top: 8px;
  color: rgba(255,255,255,.88);
  font-size: 15px;
}
.ear-inline-person {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  white-space: normal;
  vertical-align: baseline;
}
.ear-inline-label {
  color: rgba(255,255,255,.88);
}
.ear-inline-avatar-link,
.ear-inline-avatar-link:hover,
.ear-inline-avatar-link:focus {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.ear-inline-avatar {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  object-fit: cover;
  display: inline-block;
  border: 1px solid rgba(255,255,255,.72);
  background: rgba(255,255,255,.2);
}
.ear-separator {
  color: rgba(255,255,255,.72);
}
.ear-name {
  color: #ffffff;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
.ear-name:hover,
.ear-name:focus {
  color: #ffffff;
  text-decoration-thickness: 2px;
}
.ear-updated {
  color: rgba(255,255,255,.88);
  white-space: nowrap;
}
.ear-expert-verified {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-left: 10px;
  color: #bfe8c7;
  font-weight: 700;
  white-space: nowrap;
}
.ear-expert-verified i {
  font-size: .9em;
}
.ear-info-button {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 1px solid rgba(191,232,199,.95);
  background: transparent;
  color: #bfe8c7;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  margin-left: 5px;
  vertical-align: text-top;
}
.ear-popover {
  display: none;
  position: absolute;
  z-index: 20;
  top: calc(100% + 12px);
  left: 0;
  width: min(340px, 86vw);
  padding: 16px;
  background: #ffffff;
  border: 1px solid #d8e8e2;
  border-radius: 6px;
  box-shadow: 0 12px 28px rgba(0,0,0,.18);
  color: #263b35;
  font-size: 14px;
  line-height: 1.45;
  white-space: normal;
}
.ear-popover::before {
  content: "";
  position: absolute;
  top: -9px;
  left: 28px;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border-left: 1px solid #d8e8e2;
  border-top: 1px solid #d8e8e2;
  transform: rotate(45deg);
}
.ear-popover-head {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
}
.ear-popover-avatar {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  object-fit: cover;
  flex: 0 0 auto;
}
.ear-person.is-open .ear-popover,
.ear-person:hover .ear-popover,
.ear-person:focus-within .ear-popover {
  display: block;
}
.ear-popover p {
  margin: 8px 0;
}
.ear-popover a {
  color: #006b54;
  font-weight: 700;
}
@media (max-width: 780px) {
  .ear-byline {
    font-size: 15px;
  }
  .ear-byline-sub {
    font-size: 15px;
  }
  .ear-expert-verified {
    margin-left: 0;
  }
}
/* First-version reviewer box: compact, InCharge-style trust card */
.ear-reviewer-box {
  border: 1px solid #d8e8e2;
  background: #f7fbf9;
  border-radius: 8px;
  margin: 32px 0;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0,0,0,.06);
  text-align: left;
}
.ear-reviewer-box-header {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #006b54;
  color: #ffffff;
  padding: 13px 18px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: .03em;
}
.ear-reviewer-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #9dc33b;
  color: #ffffff;
  font-size: 17px;
  line-height: 1;
  flex: 0 0 auto;
}
.ear-reviewer-box-body {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 22px;
}
.ear-reviewer-box-photo {
  display: inline-flex;
  text-decoration: none;
  grid-row: span 5;
}
.ear-reviewer-box-avatar {
  width: 96px;
  height: 96px;
  border-radius: 999px;
  object-fit: cover;
  border: 3px solid #ffffff;
  background: #e9f6f1;
  box-shadow: 0 0 0 1px #c8ded6;
}
.ear-reviewer-box h2 {
  margin: 0 0 6px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}
.ear-reviewer-box h2 a {
  color: #006b54;
  text-decoration: none;
}
.ear-reviewer-box h2 a:hover,
.ear-reviewer-box h2 a:focus,
.ear-profile-link:hover,
.ear-profile-link:focus {
  text-decoration: underline;
}
.ear-reviewer-gold-line {
  display: block;
  width: 70px;
  height: 3px;
  background: #f4b400;
  border-radius: 999px;
  margin: 10px 0 12px;
}
.ear-reviewer-title,
.ear-reviewer-credentials {
  margin: 3px 0;
  color: #243b35;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}
.ear-reviewer-subfacts {
  grid-column: 2;
  margin: 8px 0 0;
  color: #4f625b;
  font-size: 14px;
}
.ear-reviewer-subfacts p {
  margin: 4px 0;
}
.ear-reviewer-box-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  border-top: 1px solid #d8e8e2;
  margin: 0 22px;
  padding: 14px 0 18px;
}
.ear-reviewer-box-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid #006b54;
  border-radius: 4px;
  color: #006b54;
  background: #ffffff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}
.ear-reviewer-box-links a:hover,
.ear-reviewer-box-links a:focus {
  background: #e9f6f1;
  text-decoration: none;
}
@media (max-width: 640px) {
  .ear-reviewer-box-body {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .ear-reviewer-box-photo {
    grid-row: auto;
    justify-content: center;
  }
  .ear-reviewer-gold-line {
    margin-left: auto;
    margin-right: auto;
  }
  .ear-reviewer-subfacts {
    grid-column: auto;
  }
  .ear-reviewer-box-links {
    justify-content: center;
  }
}
.ear-profile-header {
  display: flex;
  gap: 24px;
  align-items: center;
  padding: 22px;
  border: 1px solid #d8e8e2;
  background: #f7fbf9;
  border-radius: 8px;
  margin-bottom: 28px;
}
.ear-profile-avatar {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 999px;
}
.ear-profile-creds {
  color: #006b54;
  font-weight: 700;
  margin: 0 0 6px;
}
.ear-profile-role {
  font-size: 1.1em;
  margin: 0;
}
.ear-profile-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 34px;
}
.ear-profile-sidebar {
  border-left: 1px solid #d8e8e2;
  padding-left: 24px;
}
.ear-profile-sidebar h3 {
  margin-top: 0;
  color: #006b54;
  font-size: 1em;
}
.ear-reviewed-articles {
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid #d8e8e2;
}
.ear-reviewed-articles a {
  color: #006b54;
}
@media (max-width: 780px) {
  .ear-reviewer-box-body {
    padding: 38px 24px 26px;
  }
  .ear-reviewer-box-header {
    font-size: 19px;
  }
  .ear-reviewer-check {
    font-size: 34px;
  }
  .ear-reviewer-box h2 {
    font-size: 29px;
  }
  .ear-reviewer-title,
  .ear-reviewer-credentials {
    font-size: 18px;
  }
  .ear-reviewer-box-links {
    grid-template-columns: 1fr;
  }
  .ear-profile-header {
    flex-direction: column;
  }
  .ear-profile-grid {
    grid-template-columns: 1fr;
  }
  .ear-profile-sidebar {
    border-left: 0;
    border-top: 1px solid #d8e8e2;
    padding-left: 0;
    padding-top: 20px;
  }
}
