/* Fix 9 specific text elements in the FHC footer (rec446791700) that have
   Tilda's JS-set width:10px placeholder. Only these elements are targeted —
   shapes, images, and spacers keep their set widths.

   Identified via debug_footer.cjs: all 9 render at 12px (10px * 1.2 zoom)
   instead of their text content width. */

#rec446791700 .tn-elem[data-elem-id="1652535565170"],
#rec446791700 .tn-elem[data-elem-id="1652535593418"],
#rec446791700 .tn-elem[data-elem-id="1652535613924"],
#rec446791700 .tn-elem[data-elem-id="1652535623446"],
#rec446791700 .tn-elem[data-elem-id="1652535623454"],
#rec446791700 .tn-elem[data-elem-id="1652535829961"],
#rec446791700 .tn-elem[data-elem-id="1652536099413"],
#rec446791700 .tn-elem[data-elem-id="1652536099417"],
#rec446791700 .tn-elem[data-elem-id="1734118416440"] {
  width: auto !important;
}
