/* Expo Planit V799yw — Public / Exhibitor plan-card corner containment.
   Admin is the visual authority. Public and Exhibitor use an unframed outer #planCard
   around the rounded .cardSurface; branding paints the outer planCard with Plan background,
   which could show square colour in the card corners on desktop. Give only visitor pages
   the same rounded outer paint boundary. Touchscreen is deliberately excluded. */
html body:not(.touchscreenMode) #planCard{
  border-radius:var(--cardRadius,20px)!important;
  background-clip:padding-box!important;
}
