/* ============================================================
   LSH — Pagina istituzionale (web/page.php)
   Look & feel ispirato a common-page.php del tema WP.
   ============================================================ */

.lsh-page-wrap {
    padding: 36px 0 64px;
    background: #fafafa;
}

.lsh-container {
    width: min(1200px, calc(100% - 32px));
    margin: 0 auto;
}

/* Breadcrumb */
.lsh-breadcrumb {
    font-size: 0.9rem;
    color: #6b6b6b;
    margin-bottom: 18px;
}
.lsh-breadcrumb a {
    color: #207359;
    text-decoration: none;
}
.lsh-breadcrumb a:hover {
    text-decoration: underline;
}
.lsh-breadcrumb .sep {
    margin: 0 8px;
    color: #b8b8b8;
}

/* Header */
.lsh-page-header {
    margin-bottom: 28px;
}
.lsh-page-title {
    margin: 0;
    font-size: clamp(1.8rem, 3.2vw, 2.6rem);
    font-weight: 800;
    line-height: 1.15;
    color: #103226;
    letter-spacing: -0.01em;
}

/* Content panel — verde acqua chiaro, come il box "Identità progetto" WP */
.lsh-page-content {
    max-width: 830px;
    background: #fff;
    border-radius: 14px;
    padding: 36px 40px;
    box-shadow: 0 6px 24px rgba(16, 50, 38, 0.06);
    font-size: 1.02rem;
    line-height: 1.75;
    color: #2b2b2b;
}

/* Tipografia interna del contenuto autoredatto (TinyMCE) */
.lsh-page-content h2 {
    margin: 36px 0 14px;
    font-size: 1.45rem;
    color: #15543c;
    font-weight: 700;
    line-height: 1.25;
}
.lsh-page-content h2:first-child {
    margin-top: 0;
}
.lsh-page-content h3 {
    margin: 28px 0 10px;
    font-size: 1.18rem;
    color: #1a684a;
    font-weight: 700;
}
.lsh-page-content h4 {
    margin: 22px 0 8px;
    font-size: 1.05rem;
    font-weight: 700;
}
.lsh-page-content p {
    margin: 0 0 1.1em;
}
.lsh-page-content ul,
.lsh-page-content ol {
    margin: 0 0 1.2em;
    padding-left: 1.6em;
}
.lsh-page-content li {
    margin-bottom: 0.4em;
}
.lsh-page-content blockquote {
    margin: 1.4em 0;
    padding: 0.8em 1.2em;
    border-left: 4px solid #2d6a4f;
    background: #f1f7f4;
    color: #2b2b2b;
    font-style: italic;
}
.lsh-page-content a {
    color: #207359;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.lsh-page-content a:hover {
    color: #15543c;
}
.lsh-page-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1em 0;
}
.lsh-page-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.2em 0;
}
.lsh-page-content table th,
.lsh-page-content table td {
    padding: 10px 12px;
    border-bottom: 1px solid #e3e8e6;
    text-align: left;
}
.lsh-page-content table th {
    background: #f1f7f4;
    color: #15543c;
    font-weight: 700;
}
.lsh-page-content hr {
    border: 0;
    border-top: 1px solid #e3e8e6;
    margin: 2em 0;
}

/* Responsive */
@media (max-width: 740px) {
    .lsh-page-wrap { padding: 24px 0 40px; }
    .lsh-page-content {
        padding: 24px 22px;
        font-size: 0.98rem;
    }
}
