/*
Theme Name: caf365 - Portale CAF & Patronato Online
Theme URI: https://www.caf365.it
Author: MOOCKUP STUDIO per caf365.it
Author URI: https://www.caf365.it
Description: Tema WordPress professionale, ultra-veloce e ottimizzato SEO per caf365.it. Include gestione autonoma di Articoli del Blog, Landing Page Servizi (730, ISEE, NASpI, Pensioni, ecc.) e Modulo Pratiche Telematiche integrato con Google Drive e Google Sheets.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: Proprietary
Text Domain: caf365
*/

/* Reset & Global Essentials */
:root {
  --caf-green: #15D16C;
  --caf-green-hover: #12b35a;
  --caf-dark: #0f172a;
}

body {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  background: #f1f5f9;
}
::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

/* Typography Enhancements for Blog Articles */
.entry-content {
  color: #334155;
  font-size: 1.0625rem;
  line-height: 1.8;
}
.entry-content h2 {
  font-size: 1.65rem;
  font-weight: 800;
  color: #0f172a;
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #e2e8f0;
}
.entry-content h3 {
  font-size: 1.35rem;
  font-weight: 700;
  color: #1e293b;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}
.entry-content p {
  margin-bottom: 1.25rem;
}
.entry-content ul, .entry-content ol {
  margin-bottom: 1.25rem;
  padding-left: 1.5rem;
}
.entry-content li {
  margin-bottom: 0.5rem;
}
.entry-content blockquote {
  border-left: 4px solid #15D16C;
  background-color: #f0fdf4;
  padding: 1rem 1.25rem;
  border-radius: 0 0.75rem 0.75rem 0;
  font-style: italic;
  margin: 1.5rem 0;
}
.entry-content strong {
  color: #0f172a;
  font-weight: 700;
}
.entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  font-size: 0.95rem;
}
.entry-content th, .entry-content td {
  padding: 0.75rem 1rem;
  border: 1px solid #e2e8f0;
}
.entry-content th {
  background-color: #f8fafc;
  font-weight: 700;
  color: #0f172a;
}
