/* "Cosa fare se..." (js/cosa-fare.js): elenco a fisarmonica, un rischio per volta */
#rules-overlay .ble-panel { max-height: 90vh; overflow-y: auto; }
.cf-intro { margin: 0 0 10px; padding: 8px 12px; background: #fff4e5; border-left: 4px solid #e67e22; border-radius: 8px; font-size: .85rem; color: #24384d; line-height: 1.4; }
.cf-rischio { --cf: #2980b9; background: #fff; border: 1px solid #e3e9f0; border-left: 5px solid var(--cf); border-radius: 12px; margin-bottom: 10px; overflow: hidden; }
.cf-rischio > summary { display: flex; align-items: center; gap: 10px; padding: 12px; cursor: pointer; list-style: none; min-height: 44px; }
.cf-rischio > summary::-webkit-details-marker { display: none; }
.cf-rischio > summary::after { content: '\25BE'; margin-left: auto; color: #7d8d9c; transition: transform .2s; }
.cf-rischio[open] > summary::after { transform: rotate(180deg); }
.cf-ico { flex: 0 0 34px; height: 34px; border-radius: 50%; background: var(--cf); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: .95rem; }
.cf-tit { font-weight: 800; color: #1f2d3d; font-size: 1rem; line-height: 1.2; }
.cf-badge { background: #e8f5e9; color: #1e7a3a; border: 1px solid #a7dbb5; border-radius: 10px; padding: 1px 8px; font-size: .7rem; font-weight: 800; white-space: nowrap; }
.cf-rilevante { box-shadow: 0 2px 10px rgba(30, 122, 58, .18); }
.cf-corpo { padding: 0 14px 12px; }
.cf-nota { margin: 0 0 8px; font-size: .82rem; color: #6b5a10; background: #fff9db; border-radius: 8px; padding: 6px 10px; }
.cf-fase h5 { margin: 12px 0 4px; font-size: .82rem; text-transform: uppercase; letter-spacing: .04em; color: #5b6b7c; }
.cf-urgente h5 { color: var(--cf); }
.cf-urgente { background: rgba(0, 0, 0, .03); border-radius: 10px; padding: 2px 10px 8px; margin-top: 8px; }
.cf-fase ul { margin: 0; padding-left: 18px; font-size: .88rem; line-height: 1.45; color: #2c3e50; }
.cf-fase li { margin-bottom: 3px; }
.cf-azioni { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.cf-link { display: inline-flex; align-items: center; gap: 6px; padding: 8px 12px; border-radius: 16px; font: inherit; font-size: .82rem; font-weight: 700; text-decoration: none; cursor: pointer; }
.cf-ascolta-w { display: inline-flex; align-items: center; gap: 8px; font-size: .82rem; font-weight: 700; color: #003366; }
.cf-ascolta { width: 38px; height: 38px; border-radius: 50%; background: #eef5ff; color: #003366; border: 1px solid #b9d2ec; cursor: pointer; font-size: 1rem; }
.cf-link { background: #fff; color: #0f4c81; border: 1px solid #cfe0f1; }
.cf-fonte { margin: 8px 2px 0; font-size: .75rem; color: #64748b; line-height: 1.4; }
.cf-fonte a { color: #0f4c81; }
