/*
Theme Name: NCA Theme
Theme URI: https://example.local/
Author: Converted from HTML
Author URI: https://example.local/
Description: A lightweight WordPress theme converted from the static HTML in the `html/` folder.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nca-theme
*/

/* Add any theme-specific styles here. The design uses Tailwind via CDN, so this file remains minimal. */
html,body{height:100%;}

/* Footer Menu Styling */
.footer-nav ul,
.footer-menu-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0.5rem !important;
}

.footer-nav ul li,
.footer-menu-list li {
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
}

.footer-nav ul li a,
.footer-menu-list li a,
a.footer-link {
  display: inline-block !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 0.875rem !important;
  line-height: 1.5rem !important;
  color: rgb(51, 65, 85) !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-weight: 400 !important;
}

.footer-nav ul li a:hover,
.footer-menu-list li a:hover,
a.footer-link:hover {
  color: #8b1f1f !important;
  background: none !important;
  text-decoration: none !important;
}
