/* John's Take — first-person founder callout (see _data/johns_takes.yml)
   Scoped to .hg-johns-take. Font sizes in px per site rules (1rem = 10px trap).
   Background + border-radius intentionally satisfy the ad-injector's card
   heuristic; no-ad-inject class on the root is the explicit guard. */

.hg-johns-take {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  box-sizing: border-box;
  background: #fbf6ea;
  border: 1px solid #eadfc8;
  border-left: 4px solid #f3be51;
  border-radius: 14px;
  padding: 18px 20px;
  margin: 24px 0;
}

.hg-johns-take__avatar {
  flex: 0 0 auto;
  line-height: 0;
}

.hg-johns-take__avatar img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 50%; /* defeat global img { border-radius:10px } */
  border: 2px solid #f3be51;
}

.hg-johns-take__body {
  flex: 1 1 auto;
  min-width: 0;
}

.hg-johns-take__eyebrow {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #9a7b2d;
  margin-bottom: 6px;
}

.hg-johns-take__eyebrow .fa {
  margin-right: 5px;
}

.hg-johns-take__text {
  font-size: 17px;
  line-height: 1.55;
  color: #333;
  margin: 0 0 10px;
}

.hg-johns-take__sig {
  font-size: 14px;
  line-height: 1.4;
  color: #6b6152;
  margin: 0;
}

.hg-johns-take__sig a {
  color: #0a5793;
  font-weight: 600;
  border-bottom: 1px dashed #b8c9d8;
  text-decoration: none;
}

.hg-johns-take__sig a:hover {
  border-bottom-style: solid;
}

@media (max-width: 480px) {
  .hg-johns-take {
    padding: 14px 14px;
    gap: 12px;
  }
  .hg-johns-take__avatar img {
    width: 44px;
    height: 44px;
  }
  .hg-johns-take__text {
    font-size: 16px;
  }
}

@media print {
  .hg-johns-take {
    border: 1px solid #ccc;
    background: #fff;
  }
}

/* John's Pick — endorsement variant (shares the take's card anatomy).
   Green accent distinguishes "pick" (endorsement) from gold "take" (opinion). */

.hg-johns-pick {
  background: #f2f8f2;
  border-color: #d4e6d4;
  border-left-color: #1D9771;
}

.hg-johns-pick .hg-johns-take__avatar img {
  border-color: #1D9771;
}

.hg-johns-pick__eyebrow {
  color: #166f54;
}
