/*
Theme Name: Gestionale Documenti
Theme URI: https://seowp.it
Author: Seo Wp
Author URI: https://seowp.it
Description: Tema leggero e mobile-first per il progetto Gestionale Documenti. Pensato per lavorare con il plugin "Gestionale Documenti" tramite shortcode.
Version: 1.0.2
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gestionale-documenti
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* Base */
:root{--gd-max:1100px;--gd-pad:16px;}
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;line-height:1.5;color:#111;background:#f7f7f7;}
a{color:inherit}
img{max-width:100%;height:auto}
.gd-container{max-width:var(--gd-max);margin:0 auto;padding:var(--gd-pad);}
.gd-card{background:#fff;border:1px solid #e9e9e9;border-radius:14px;padding:16px;box-shadow:0 1px 3px rgba(0,0,0,.03);}
.gd-header{background:#fff;border-bottom:1px solid #eee;}
.gd-header__row{display:flex;align-items:center;justify-content:space-between;gap:12px;}
.gd-brand{display:flex;align-items:center;gap:10px;text-decoration:none;}
.gd-brand__title{font-weight:800;letter-spacing:.2px}
.gd-nav a{text-decoration:none;opacity:.9}
.gd-nav a:hover{opacity:1}
.gd-footer{padding:28px 0;color:#666;font-size:14px}
.gd-btn{display:inline-block;padding:10px 14px;border-radius:12px;background:#111;color:#fff;text-decoration:none;font-weight:700;border:0;cursor:pointer}
.gd-btn--ghost{background:#fff;color:#111;border:1px solid #ddd}


/* Menu */
.gd-nav{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.gd-menu{list-style:none;margin:0;padding:0;display:flex;gap:14px;align-items:center}
.gd-menu li{margin:0;padding:0}
.gd-menu a{display:inline-block;padding:8px 10px;border-radius:10px;text-decoration:none;opacity:.9}
.gd-menu a:hover{opacity:1;background:#f2f2f2}
.gd-menu .current-menu-item>a{background:#111;color:#fff;opacity:1}
