.elementor-1253 .elementor-element.elementor-element-3c27052{--display:flex;--padding-top:060px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-4604326 */.cp-wrap {
  max-width: 860px;
  margin: 0 auto;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.75;
  color: #1a1a1a;
}
.cp-wrap h1 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  font-size: 2rem;
  color: #0b2e4a;
  text-align: center;
  margin: 0 0 6px 0;
  line-height: 1.2;
}
.cp-subtitle {
  text-align: center;
  font-size: 14px;
  color: #1278a0;
  font-style: italic;
  margin: 0 0 4px 0;
}
.cp-meta {
  text-align: center;
  font-size: 13px;
  color: #888;
  margin: 0 0 36px 0;
}
.cp-meta span {
  color: #c0392b;
  font-weight: 700;
}
.cp-divider {
  border: none;
  border-top: 2px solid #4ab8d8;
  margin: 32px 0;
}
.cp-section-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #0b2e4a;
  border-bottom: 2px solid #4ab8d8;
  padding-bottom: 6px;
  margin: 36px 0 14px 0;
}
.cp-wrap p {
  margin: 0 0 12px 0;
}
.cp-wrap ul {
  margin: 6px 0 12px 24px;
  padding: 0;
}
.cp-wrap ul li {
  margin-bottom: 5px;
}
.cp-wrap a {
  color: #1278a0;
}

/* BADGE CATEGORIA */
.badge {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.badge-tech    { background: #e8f4ea; color: #2e7d32; }
.badge-stat    { background: #e3f2fd; color: #1278a0; }
.badge-third   { background: #fff3e0; color: #e65100; }

/* BLOCCO CATEGORIA */
.cp-category {
  border: 1px solid #d0dde6;
  border-radius: 6px;
  padding: 20px 22px;
  margin: 0 0 24px 0;
}
.cp-category-header {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 12px;
}
.cp-category-icon {
  font-size: 22px;
  line-height: 1;
  margin-top: 2px;
}
.cp-category-info h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #0b2e4a;
  margin: 0 0 3px 0;
}
.cp-category-info p {
  font-size: 13px;
  color: #555;
  margin: 0;
}

/* TABELLA COOKIE */
.cp-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  margin: 14px 0 4px 0;
}
.cp-table th {
  background: #0b2e4a;
  color: #fff;
  font-weight: 700;
  padding: 9px 12px;
  text-align: left;
  border: 1px solid #0b2e4a;
}
.cp-table td {
  padding: 8px 12px;
  border: 1px solid #d0dde6;
  vertical-align: top;
}
.cp-table tr:nth-child(even) td { background: #f0f7fb; }
.cp-table tr:nth-child(odd)  td { background: #fff; }
.cp-table td:first-child {
  font-family: 'Courier New', monospace;
  font-size: 12px;
  color: #0b2e4a;
  white-space: nowrap;
}

/* BOX CONSENSO */
.cp-consent-box {
  background: #f0f7fb;
  border-left: 4px solid #1278a0;
  border-radius: 4px;
  padding: 18px 22px;
  margin: 14px 0 20px 0;
  font-size: 14px;
}
.cp-consent-box strong { color: #0b2e4a; }

/* BOX BROWSER */
.cp-browser-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
  margin: 14px 0 20px 0;
}
.cp-browser-item {
  background: #f5f0e8;
  border-radius: 4px;
  padding: 10px 14px;
  font-size: 13px;
}
.cp-browser-item strong {
  display: block;
  color: #0b2e4a;
  margin-bottom: 3px;
}
.cp-browser-item a {
  font-size: 12px;
  word-break: break-all;
}

/* BOX GARANTE */
.cp-garante {
  background: #eaf4f9;
  border-radius: 4px;
  padding: 16px 20px;
  margin: 12px 0;
  font-size: 14px;
}
.cp-garante strong { color: #0b2e4a; }

/* NOTA FINALE */
.cp-note {
  background: #fff8e1;
  border-left: 4px solid #e8920a;
  border-radius: 4px;
  padding: 14px 18px;
  margin: 28px 0 0 0;
  font-size: 13px;
  color: #555;
}
.cp-note strong { color: #0b2e4a; }
.cp-placeholder {
  color: #c0392b;
  font-weight: 700;
  background: #fef3f2;
  padding: 0 3px;
  border-radius: 2px;
}

/* RESPONSIVE */
@media (max-width: 600px) {
  .cp-table { font-size: 12px; }
  .cp-table th, .cp-table td { padding: 6px 8px; }
  .cp-table td:first-child { white-space: normal; }
  .cp-browser-grid { grid-template-columns: 1fr 1fr; }
}/* End custom CSS */