/* BenessereOrganizzativo — articoli, archivio, riquadro "Ultime analisi" (Troisi Ricerche, v1.1) */
.tr-ultime { background: #f8fafa; padding: 56px 20px; border-bottom: 1px solid #e5e7eb; }
.tr-ultime-inner, .tr-archivio { max-width: 1100px; margin: 0 auto; }
.tr-ultime-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 16px; flex-wrap: wrap; margin-bottom: 22px; }
.tr-ultime-label { font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #b7791f; margin-bottom: 6px; }
.tr-ultime-title, .tr-archivio-title { font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 800; color: #1a7a6b; line-height: 1.2; margin: 0; }
.tr-ultime-tutte { font-weight: 700; font-size: .9rem; color: #2a9d8a; text-decoration: none; }
.tr-ultime-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); gap: 18px; }
.tr-card, .tr-lista-item { display: block; background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; padding: 20px 22px; color: inherit; text-decoration: none; transition: box-shadow .2s, border-color .2s, transform .2s; }
.tr-card:hover, .tr-lista-item:hover { box-shadow: 0 6px 24px rgba(0,0,0,.08); border-color: #2a9d8a; transform: translateY(-2px); }
.tr-card-meta { font-size: .74rem; color: #6b7280; font-weight: 600; margin-bottom: 8px; }
.tr-card-tag { display: inline-block; background: #1a7a6b; color: #fff; padding: 2px 8px; border-radius: 4px; margin-right: 6px; font-size: .7rem; text-transform: uppercase; letter-spacing: .04em; }
.tr-card h3, .tr-lista-item h2 { font-size: 1.05rem; line-height: 1.35; color: #1a7a6b; margin: 0 0 8px; font-weight: 800; }
.tr-card p, .tr-lista-item p { font-size: .88rem; color: #4b5563; line-height: 1.55; margin: 0 0 10px; }
.tr-card-more { font-size: .82rem; font-weight: 700; color: #2a9d8a; }
.tr-single { background: #fff; padding: 40px 20px 64px; }
.tr-post { max-width: 760px; margin: 0 auto; }
.tr-post-header { border-bottom: 1px solid #e5e7eb; padding-bottom: 22px; margin-bottom: 28px; }
.tr-post-kicker { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; font-size: .78rem; color: #6b7280; text-transform: uppercase; letter-spacing: .06em; font-weight: 600; margin-bottom: 14px; }
.tr-post-tag { background: #1a7a6b; color: #fff !important; padding: 3px 10px; border-radius: 4px; text-decoration: none; }
.tr-post h1 { font-size: clamp(1.6rem, 4vw, 2.3rem); line-height: 1.18; color: #1a7a6b; font-weight: 800; margin: 0 0 14px; }
.tr-post-sommario { font-size: 1.12rem; color: #374151; line-height: 1.55; margin: 0 0 14px; }
.tr-post-byline { font-size: .85rem; color: #6b7280; margin: 0; }
.tr-post-body { font-size: 1.05rem; line-height: 1.75; color: #1f2937; }
.tr-post-body p { margin: 0 0 1.1em; }
.tr-post-body h2 { font-size: 1.35rem; color: #1a7a6b; margin: 1.8em 0 .6em; line-height: 1.3; }
.tr-post-body ul, .tr-post-body ol { margin: 0 0 1.2em 1.3em; padding: 0; }
.tr-post-body li { margin-bottom: .35em; }
.tr-post-body a { color: #2a9d8a; text-decoration: underline; text-underline-offset: 2px; }
.tr-post-body strong { color: #1a7a6b; }
.tr-post-footer { margin-top: 40px; border-top: 1px solid #e5e7eb; padding-top: 22px; }
.tr-autore { display: flex; gap: 14px; align-items: center; font-size: .88rem; color: #374151; line-height: 1.5; }
.tr-autore-badge { flex: 0 0 48px; height: 48px; border-radius: 50%; background: #1a7a6b; color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; }
.tr-share { display: flex; flex-wrap: wrap; gap: 18px; margin: 18px 0; font-size: .88rem; font-weight: 700; }
.tr-share a, .tr-post-nav a, .tr-archivio p a { color: #2a9d8a; }
.tr-post-nav { display: flex; justify-content: space-between; gap: 20px; font-size: .86rem; }
.tr-post-nav div:last-child { text-align: right; }
.tr-lista { display: grid; gap: 14px; margin-top: 22px; }
.tr-paginazione { margin-top: 26px; font-size: .9rem; }
.tr-paginazione .nav-links { display: flex; gap: 10px; flex-wrap: wrap; }
.tr-paginazione a, .tr-paginazione span { padding: 6px 12px; border: 1px solid #e5e7eb; border-radius: 6px; text-decoration: none; }
.tr-paginazione .current { background: #1a7a6b; color: #fff; border-color: #1a7a6b; }
@media (max-width: 640px) { .tr-single { padding: 26px 16px 48px; } .tr-post-body { font-size: 1rem; } .tr-ultime { padding: 40px 16px; } }
