/* Location Detail Layout Standard.
   Every link in this block is chrome (a service card, a contact row, or a button),
   not running text — so suppress the global hover underline. Both classes are
   chained (.le-block.le-location-detail-layout-standard-block, both on the section)
   so this outranks the global `:is(.wp-site-blocks,…) a:hover` underline (0,3,1 vs
   0,2,1) regardless of stylesheet load order. */
.le-block.le-location-detail-layout-standard-block a,
.le-block.le-location-detail-layout-standard-block a:hover {
	text-decoration: none;
}
