/* Food 1 refactor — Annual Audit Map readability pass.
   Visual-only: widen month columns so audit card content is not cramped. */
#control-row-c3 .mt-5.overflow-x-auto.rounded-2xl > .min-w-\[1320px\]{
  min-width:2160px!important;
}

#control-row-c3 .grid.min-h-\[330px\].grid-cols-12 > div{
  padding:12px!important;
}

#control-row-c3 .grid.min-h-\[330px\].grid-cols-12 .rounded-xl.border.p-3.shadow-sm{
  min-width:0;
  padding:16px!important;
}

#control-row-c3 .grid.min-h-\[330px\].grid-cols-12 .rounded-xl.border.p-3.shadow-sm .truncate{
  overflow:visible!important;
  text-overflow:clip!important;
  white-space:normal!important;
}

#control-row-c3 .grid.min-h-\[330px\].grid-cols-12 .rounded-xl.border.p-3.shadow-sm .text-\[10px\],
#control-row-c3 .grid.min-h-\[330px\].grid-cols-12 .rounded-xl.border.p-3.shadow-sm .text-\[11px\],
#control-row-c3 .grid.min-h-\[330px\].grid-cols-12 .rounded-xl.border.p-3.shadow-sm .text-xs{
  line-height:1.4!important;
}
