/* Frontend + Admin minimal styles */
.fv-cz-wrap { width: 100%; max-width: 100% !important; }
.fv-cz-block { margin: 16px 0; }
/* Visibilità responsive: helper classes per mostra/nascondi */
@media (max-width: 767px) {
  .o-hide-on-mobile { display: none !important; }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .o-hide-on-tablet { display: none !important; }
}
@media (min-width: 1024px) {
  .o-hide-on-desktop { display: none !important; }
}
.fv-cz-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 24px; }
.fv-cz-columns { gap: 48px; }
.fv-cz-columns>.wp-block-column { flex-basis: 0; flex-grow: 1; }
.fv-cz-col { min-width: 0; }
.fv-cz-num { font-size: 120px; line-height: 1; font-weight: 700; color: #cfe0f5; letter-spacing: 2px; margin-bottom: 8px; }
.fv-cz-col-title { margin: 0 0 8px; font-size: 32px; font-weight: 700; color: #0c3c74; }
.fv-cz-col-subtitle { font-size: 22px; font-weight: 700; color: #0c3c74; font-style: italic; margin-bottom: 8px; }
.fv-cz-col-note { font-size: 16px; color: #0c3c74; }
.fv-cz-card { display: flex; gap: 16px; align-items: center; padding: 16px; border: 1px solid #e3e3e3; border-radius: 8px; background: #fff; }
.fv-cz-photo img { width: 140px; height: 140px; object-fit: cover; border-radius: 8px; display: block; }
.fv-cz-info { display: flex; flex-direction: column; gap: 6px; }
.fv-cz-portrait { position: relative; display: inline-block; margin-top: 16px; }
.fv-cz-portrait img { width: 100%; max-width: 360px; margin-left: 1.6em; height: auto; display: block; border-radius: 6px; box-shadow: 0 8px 18px rgba(0,0,0,.08); }
.fv-cz-portrait figcaption { position: absolute; left: 16px; bottom: 16px; background: rgba(12,60,116,.92); color: #fff; padding: 10px 14px; border-radius: 6px; display: flex; flex-direction: column; gap: 2px; }
.fv-cz-portrait-name { font-weight: 700; font-size: 18px; }
.fv-cz-portrait-role { font-size: 12px; opacity: .9; }

.fv-cz-consiglieri-list { list-style: none; padding: 0; margin: 8px 0 0; display: flex; flex-direction: column; gap: 10px; }
.fv-cz-cons-name { font-weight: 400; font-style: italic; color: #0c3c74; }
.fv-cz-cons-role { font-weight: 200; font-style: normal; color: #0c3c74; }

.fv-cz-roles-list { list-style: none; margin: 8px 0 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.fv-cz-roles-list li { list-style: none; margin: 0 0 10px 0; padding: 0; }
.fv-cz-role-row { display: grid; grid-template-columns: minmax(140px, auto) 1fr; column-gap: 12px; }
.fv-cz-role-label { font-weight: 400; font-style: italic; color: #0c3c74; }
.fv-cz-role-value { font-weight: 200; font-style: normal; color: #0c3c74; }
.fv-cz-role { font-weight: 600; text-transform: uppercase; color: #666; letter-spacing: .3px; }
.fv-cz-name { font-size: 1.4rem; font-weight: 700; }
.fv-cz-contact a { color: #0073aa; text-decoration: none; }
.fv-cz-contact a:hover { text-decoration: underline; }
.fv-cz-address { color: #444; }
.fv-cz-website a { color: #444; }
.fv-cz-social { margin-top: 12px; display: flex; flex-wrap: wrap; gap: 8px; }
.fv-cz-social-link { display: inline-block; padding: 6px 10px; border: 1px solid #ddd; border-radius: 6px; background: #fafafa; color: #333; text-decoration: none; font-size: .95rem; }
.fv-cz-roles { display: flex; flex-direction: column; gap: 8px; padding: 16px; border: 1px solid #e3e3e3; border-radius: 8px; background: #fff; }
.fv-cz-role-item { display: flex; justify-content: space-between; gap: 12px; }

.fv-cz-empty { padding: 12px; color: #666; }
.fv-cz-debug { margin-top: 16px; padding: 12px; background: #f8f8f8; border: 1px dashed #ddd; overflow: auto; }

@media (max-width: 768px) {
  .fv-cz-grid { grid-template-columns: 1fr; }
  .fv-cz-photo img { width: 120px; height: 120px; }
  /* Foto presidente nel blocco mobile: più piccola e centrata */
  .fv-cz-mobile-group .fv-cz-portrait {
    display: block;
    margin: 16px auto 0 auto;
    max-width: 220px;
  }
  .fv-cz-mobile-group .fv-cz-portrait img {
    width: 75%;
    height: auto;
    margin: 0 auto;
  }
}

/* Fallback per classi di tema usate dal blocco statico */
.has-oswald-font-family { font-family: 'Oswald', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; }
.has-supplemental-font-family { font-family: inherit; }
.has-xxl-font-size { font-size: clamp(28px, 3.2vw, 42px); line-height: 1.15; }
.has-custom-sfondo-box-news-color { color: #cfe0f5; }
.has-vivid-red-color { color: #cf2e2e; }
.has-l-font-size { font-size: 1.125rem; }
/* .wp-block-outermost-icon-block .icon-container svg { width: 20px; height: 20px; display: block; } */
.fv-cz-inline { align-items: center; gap: 8px; }

/* Fallback colori usati dal blocco statico */
.has-custom-f-7-f-7-f-7-background-color { background-color: #f7f7f7; }
.has-custom-blu-fiv-color { color: #003366; }

.admin-table-comitati-zona input[type="text"] {
  width: 90%;
}

.admin-table-comitati-zona textarea {
  width: 90%;
}

#foto_presidente_url {
  width: 50%;
}