/* ============================================
   LAYOUT - FOOTER
   ============================================
   Background/text/padding are now set directly as Tailwind/daisyUI
   utility classes in base.html (bg-base-200, text-base-content, p-6) -
   all that's left here is what has no practical utility-class
   equivalent.
   ============================================ */

.footer {
    margin-top: 2rem;
    border-top: 1px solid var(--border-secondary);
}
