/*
 Theme Name: MM Elementor Blank
 Theme URI: https://example.com/
 Author: Marian Mario (custom)
 Author URI: https://marianmario.ro/
 Description: Blank theme minimalist, optimizat pentru Elementor (full width, SEO, schema & security ready).
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: mm-elementor-blank
*/

html, body {
  margin: 0;
  padding: 0;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

.site-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.site-main--fullwidth {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.site-header,
.site-footer {
  padding: 1rem 1.5rem;
}

.site-header {
  border-bottom: 1px solid rgba(148, 163, 184, 0.4);
}

.site-footer {
  border-top: 1px solid rgba(148, 163, 184, 0.4);
  font-size: 0.9rem;
  text-align: center;
}

.primary-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.primary-menu li {
  margin: 0;
  padding: 0;
}

.primary-menu a {
  text-decoration: none;
  color: inherit;
}
