/* ═══════════════════════════════════════════════════════════════════════════
   result-live.css — surgical hides on the scan-result page only.
   Activated by body.dd-result-active (toggled by share-card.js).
   ══════════════════════════════════════════════════════════════════════════ */

/* Hide elements tagged by share-card.js walk:
   • "Face Shape: ..." row
   • "ชวนเพื่อนมาลอง doodee" invite-friend banner
*/
body.dd-result-active [data-dd-hide="face-shape"],
body.dd-result-active [data-dd-hide="invite-card"] {
  display: none !important;
}
