/* aPensione — stile editoriale degli articoli generati dal bot. Caricato solo sulle pagine che li contengono. */
.eco-art{font-family:inherit;color:#1f2d33;line-height:1.7;max-width:100%;overflow-wrap:break-word}
.eco-art *{box-sizing:border-box;font-family:inherit}
.eco-art h2{color:#0f4c5c;font-size:clamp(24px,2.6vw,32px);line-height:1.2;margin:2.4em 0 .6em;padding-bottom:.35em;border-bottom:3px solid #b8d43f;font-weight:700}
.eco-art h3{color:#0f4c5c;font-size:clamp(19px,2vw,23px);line-height:1.3;margin:1.8em 0 .5em;font-weight:700}
.eco-art h4{color:#0f4c5c;font-size:clamp(17px,1.8vw,20px);line-height:1.3;margin:1.5em 0 .4em;font-weight:700}
.eco-art p{margin:0 0 1.1em}
.eco-art a{color:#0f4c5c;text-decoration:underline;text-underline-offset:3px;font-weight:600}
.eco-art ul,.eco-art ol{margin:0 0 1.2em;padding-left:1.4em}
.eco-art li{margin:0 0 .45em}
.eco-art strong{color:#0f4c5c}
.eco-box{border-left:6px solid #b8d43f;background:#f4f9e6;padding:18px 22px;margin:1.6em 0;border-radius:0 12px 12px 0}
.eco-box p:last-child,.eco-box ul:last-child,.eco-box ol:last-child{margin-bottom:0}
.eco-box--blu{border-left-color:#0f4c5c;background:#eef5f7}
.eco-box--warn{border-left-color:#d9822b;background:#fdf3e7}
.eco-box h3,.eco-box h4{margin:0 0 .5em;color:#0f4c5c;font-size:1.05em}
.eco-num{background:#0f4c5c;color:#fff;border-radius:14px;padding:22px 24px;margin:1.6em 0}
.eco-num p{margin:0 0 .8em;color:#fff}
.eco-num p:last-child{margin:0}
.eco-num strong{color:#b8d43f}
.eco-tw{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:1.2em 0 1.6em;border-radius:12px;border:1px solid #d7e3e7}
.eco-art table{border-collapse:collapse;width:100%;min-width:560px;font-size:.95em;margin:0}
.eco-art th{background:#0f4c5c;color:#fff;text-align:left;padding:12px 14px;font-weight:600;vertical-align:top;white-space:nowrap}
.eco-art td{padding:11px 14px;border-top:1px solid #e3ecef;vertical-align:top}
.eco-art td:first-child > strong{white-space:nowrap}
.eco-art tr:nth-child(even) td{background:#f6fafb}
.eco-art ol.eco-steps,.eco-art ol.eco-steps li{list-style:none!important}
.eco-art ol.eco-steps{counter-reset:s;padding:0!important;margin:0 0 1.4em!important}
.eco-art ol.eco-steps li{counter-increment:s;position:relative;padding:0 0 0 54px!important;margin:0 0 1em!important;min-height:40px}
.eco-art ol.eco-steps li::before{content:counter(s);position:absolute;left:0;top:0;width:38px;height:38px;border-radius:50%;background:#b8d43f;color:#14343d;font-weight:700;display:flex;align-items:center;justify-content:center}
.eco-art details{border:1px solid #d7e3e7;border-radius:12px;margin:0 0 12px;background:#fff}
.eco-art summary{cursor:pointer;padding:16px 20px;font-weight:700;color:#0f4c5c;list-style:none;position:relative;padding-right:48px}
.eco-art summary::-webkit-details-marker{display:none}
.eco-art summary::after{content:"+";position:absolute;right:18px;top:50%;transform:translateY(-50%);width:26px;height:26px;border-radius:50%;background:#b8d43f;color:#14343d;text-align:center;line-height:26px;font-weight:700}
.eco-art details[open] summary::after{content:"–"}
.eco-art details > div{padding:0 20px 18px}
.eco-src{font-size:.92em;color:#5a6b70;margin:2em 0 0;padding-top:1em;border-top:1px solid #e3ecef}
@media (max-width:640px){
  .eco-box,.eco-num,.eco-cta{padding:16px 18px}
  .eco-art h2{margin-top:1.8em;font-size:23px}
  .eco-art h3{font-size:19px}
  /* su telefono il contenuto non deve toccare i bordi; le tabelle restano a tutta larghezza */
  .eco-art{padding-left:16px;padding-right:16px}
  .eco-art .eco-tw{margin-left:-16px;margin-right:-16px;border-left:0;border-right:0;border-radius:0}
}

/* Avvertenza legale in fondo all'articolo */
.eco-note-legal{margin:2.2em 0 0;padding:16px 20px;background:#f5f7f8;border:1px solid #dfe7ea;border-radius:12px;font-size:.86em;line-height:1.6;color:#5a6b70}
.eco-note-legal p{margin:0 0 .7em}
.eco-note-legal p:last-child{margin:0}
.eco-note-legal strong{color:#0f4c5c;font-size:1.05em}

/* Il tema puo' ridefinire questi elementi: qui la specificita' e' piu' alta
   e i valori sono espliciti, cosi' lo stile dell'articolo vince comunque. */
body .eco-art strong,
body .eco-art b{font-weight:700;color:#0f4c5c}
body .eco-art .eco-num strong,
body .eco-art .eco-num b{color:#b8d43f}
body .eco-art .eco-cta p strong{color:#b8d43f}
body .eco-art .eco-cta--soft p strong{color:#0f4c5c}
body .eco-art em,body .eco-art i{font-style:italic}
body .eco-art h2,body .eco-art h3{font-weight:700}
body .eco-art a{font-weight:600;text-decoration:underline}
body .eco-art .eco-cta a,body .eco-art .eco-tool{text-decoration:none}
body .eco-art ul{list-style:disc}
body .eco-art ol{list-style:decimal}
body .eco-art ol.eco-steps{list-style:none}
