/* Lightweight utilities for app templates */
.u-hidden { display: none !important; }
.map-container { height: 500px; }
.event-map { height: 300px; }
.price--strikethrough { text-decoration: line-through; opacity: 0.8; margin-right: 6px; }
.price--sale { color: #c41e3a; }
.badge--featured { background: gold; padding: 4px 12px; border-radius: 4px; display: inline-block; margin: 10px 0; }
.mt-md { margin-top: 20px; }
.entity-hero { width: 100%; max-height: 360px; object-fit: cover; border-radius: 8px; display: block; }
.entity-brand { display: flex; align-items: center; gap: 12px; margin-top: 12px; }
.entity-logo { height: 40px; width: auto; display: inline-block; }
.entity-company { font-weight: 600; font-size: 1rem; }
