{# hours-location override — hairline hours table + address; click-to-load map preserves the builtin data-map-src / onclick wiring. #}
{% 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 %}
Phone
{{ phone }}
{% endif %} {% if directionsUrl %}::lucide:navigation:sm::Get directions{% endif %}
{% if mapEmbedUrl %}
{% endif %}