/* Liberty assistant face — warm human avatar, not a robot glyph */
.liberty-face {
  display: inline-block;
  vertical-align: middle;
  border-radius: 9999px;
  object-fit: cover;
  object-position: center 20%;
  flex-shrink: 0;
  background: #f1f5f9;
}
.liberty-face-sm {
  width: 20px;
  height: 20px;
}
.liberty-face-md {
  width: 36px;
  height: 36px;
}
.liberty-face-lg {
  width: 72px;
  height: 72px;
}
.liberty-face-xl {
  width: 120px;
  height: 120px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.18);
  border: 3px solid #C9A227;
}
/* On dark red CTA buttons, soft ring so the face reads cleanly */
.red-btn .liberty-face,
button.red-btn .liberty-face {
  box-shadow: 0 0 0 1.5px rgba(255, 255, 255, 0.85);
}
