<%# locals: (title:, content:, subtitle: nil, overflow_visible: false) %> <%= modal overflow_visible: overflow_visible do %>

<%= title %>

<%= lucide_icon("x", class: "cursor-pointer w-6 h-6 md:w-5 md:w-5 text-secondary", data: { action: "mousedown->modal#close" }) %>
<% if subtitle.present? %> <%= tag.p subtitle, class: "text-secondary font-light" %> <% end %>
<%= content %>
<% end %>