{# brutalist hours-location override — bordered hours table + lazy map. Fields: heading, hours[] (day, closed, hours), specialHoursNote, address, phone, directionsUrl, mapEmbedUrl, mapButtonLabel. Keeps map button's inline onclick verbatim. Builtin uses fixed lucide icons (no icon split field). #}
{% if heading %}

{{ heading }}

{% endif %}
{% if hours %} {% for row in hours %} {% endfor %}
{{ row.day }} {% if row.closed %}Closed{% else %}{{ row.hours }}{% endif %}
{% endif %} {% if specialHoursNote %}

{{ specialHoursNote }}

{% endif %} {% if address %}
Address
{{ address }}
{% endif %} {% if phone %}{% endif %} {% if directionsUrl %}Get directions{% endif %}
{% if mapEmbedUrl %}
{% endif %}