/* Indice Verticale */
.cj-price-toc { background: #f4f4f4; padding: 25px; margin-bottom: 40px; border-radius: 4px; border-left: 5px solid #333; }
.cj-price-toc strong { display: block; margin-bottom: 15px; font-size: 1.2em; text-transform: uppercase; }
.cj-price-toc ul { list-style: none !important; margin: 0 !important; padding: 0 !important; display: flex; flex-direction: column; gap: 10px; }
.cj-price-toc a { text-decoration: none; color: #000; font-weight: 600; transition: opacity 0.2s; }
.cj-price-toc a:hover { opacity: 0.7; }

/* Allineamento Card */
.cj-price-card { border: 1px solid #eee; padding: 30px; border-radius: 0; margin-bottom: 50px; }
.cj-card-header, .cj-row-header, .cj-row-footer { text-align: center; display: block; width: 100%; margin-left: auto; margin-right: auto; }
.cj-card-header { font-size: 2rem; margin-bottom: 30px; text-transform: uppercase; letter-spacing: 2px; }

/* Logica Righe Testo */
.cj-text-row { margin: 20px 0; line-height: 1.6; }
.cj-row-header { font-size: 1.1em; font-weight: 500; margin-bottom: 25px; border-bottom: 1px solid #eee; padding-bottom: 15px; }
.cj-row-footer { font-size: 0.95em; margin-top: 25px; padding-top: 15px; font-style: italic; border-top: 1px solid #eee; }

/* Listino */
.cj-price-row { display: flex; justify-content: space-between; align-items: flex-start; padding: 15px 0; border-bottom: 1px solid #f9f9f9; }
.cj-col-service { flex: 1; padding-right: 30px; }
.cj-name { font-weight: 700; font-size: 1.1em; }
.cj-col-price { text-align: right; min-width: 140px; }
.cj-price-wrapper { font-weight: 900; font-size: 1.1em; }

/* Varianti Durata */
.cj-dur-below .cj-duration { display: block; margin-top: 5px; }
.cj-dur-beside .cj-price-wrapper { display: inline-block; }
.cj-dur-beside .cj-duration { display: inline-block; margin-left: 8px; }
.cj-duration { font-size: 0.8em; opacity: 0.5; font-style: italic; }

@media (max-width: 768px) {
    .cj-price-row { flex-direction: row; } /* Manteniamo flex-start row anche su mobile come richiesto */
    .cj-col-service { padding-right: 15px; }
}