/* Stile comune ai modelli firma contratto — printable */
body { font-family: "Times New Roman", Times, serif; font-size: 12pt; line-height: 1.5; color: #000; max-width: 21cm; margin: 1.5cm auto; padding: 0 1.5cm; background: #fff; }
.header-istituzionale { text-align: center; margin-bottom: 24px; padding-bottom: 12px; border-bottom: 2px solid #000; }
.header-istituzionale .logo-placeholder { font-size: 10pt; color: #666; font-style: italic; margin-bottom: 6px; }
.header-istituzionale h1 { font-size: 14pt; margin: 0 0 4px; font-weight: bold; text-transform: uppercase; letter-spacing: 0.5px; }
.header-istituzionale .subtitle { font-size: 11pt; color: #333; }
h2.titolo-modello { text-align: center; font-size: 13pt; margin: 22px 0 18px; text-transform: uppercase; letter-spacing: 0.5px; }
.premesse { font-style: italic; margin: 14px 0; text-align: justify; }
.premesse strong { font-style: normal; }
article { text-align: justify; margin: 12px 0; }
.field { margin: 10px 0; }
.field label { font-weight: bold; display: inline-block; min-width: 200px; }
.field .fill { border-bottom: 1px dotted #333; display: inline-block; min-width: 250px; padding-bottom: 2px; }
.placeholder { color: #888; font-style: italic; }
.dichiarazione { border: 1px solid #ccc; padding: 12px 16px; margin: 14px 0; background: #fafafa; }
.dichiarazione ul { padding-left: 22px; margin: 8px 0; }
.dichiarazione li { margin-bottom: 6px; }
.firma-box { margin-top: 40px; display: flex; justify-content: space-between; gap: 40px; }
.firma-box .firma { flex: 1; text-align: center; }
.firma-box .firma .linea { border-top: 1px solid #000; margin-top: 40px; padding-top: 4px; font-size: 10pt; }
.footer-note { margin-top: 30px; font-size: 9pt; color: #666; text-align: center; border-top: 1px solid #ccc; padding-top: 8px; }
.riferimenti-norme { font-size: 10pt; color: #333; margin: 14px 0; padding: 10px 14px; background: #f5f5f5; border-left: 3px solid #666; }
.riferimenti-norme strong { color: #000; }
@media print {
  body { margin: 0; max-width: 100%; padding: 1cm; }
  .toolbar-noprint { display: none !important; }
}
.toolbar-noprint { position: fixed; top: 10px; right: 10px; background: #1b3a5b; color: #fff; padding: 8px 14px; border-radius: 4px; font-family: Arial, sans-serif; font-size: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.2); }
.toolbar-noprint button { background: #c9a961; color: #1b3a5b; border: none; padding: 5px 12px; margin-left: 6px; border-radius: 3px; font-weight: bold; cursor: pointer; font-family: inherit; }
.toolbar-noprint button:hover { background: #d9b87b; }
