/* Knowledge Hub Pages — Stile coerente con il sito */
/* Target: pagine con _aiseo_page_type (pillar, cluster, ai-page) */

body.page-template-default .inside-article {
    padding: 0 5%;
    max-width: 1200px;
    margin: 0 auto;
}

body.page-template-default .entry-header {
    padding-top: 200px;
    padding-bottom: 20px;
}

body.page-template-default .entry-title {
    font-family: "INAREA Sans", Helvetica, Arial, sans-serif;
    font-size: 48px;
    font-weight: 300;
    line-height: 1.2em;
    letter-spacing: -0.25px;
    color: #000;
}

body.page-template-default .entry-content {
    font-family: "INAREA Sans", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.8em;
    color: #222;
}

body.page-template-default .entry-content h2 {
    font-family: "INAREA Sans", Helvetica, Arial, sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.3em;
    letter-spacing: -0.25px;
    color: #000;
    margin-top: 60px;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
}

body.page-template-default .entry-content h3 {
    font-family: "INAREA Sans", Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4em;
    color: #000;
    margin-top: 32px;
    margin-bottom: 10px;
}

body.page-template-default .entry-content p {
    margin-bottom: 16px;
    max-width: 800px;
}

body.page-template-default .entry-content strong {
    font-weight: 400;
}

body.page-template-default .entry-content a {
    color: #EBA70E;
    text-decoration: none;
    font-weight: 400;
}

body.page-template-default .entry-content a:hover {
    color: #000;
}

body.page-template-default .entry-content ul {
    list-style: none;
    padding-left: 0;
    max-width: 800px;
}

body.page-template-default .entry-content ul li {
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
    font-weight: 300;
}

body.page-template-default .entry-content ul li a {
    font-weight: 400;
}

body.page-template-default .entry-content ul li:last-child {
    border-bottom: none;
}

/* Breadcrumbs Rank Math */
body.page-template-default .rank-math-breadcrumb {
    font-size: 13px;
    font-weight: 300;
    color: #969696;
    padding: 180px 5% 0 5%;
    max-width: 1200px;
    margin: 0 auto;
}

body.page-template-default .rank-math-breadcrumb a {
    color: #969696;
    text-decoration: none;
}

body.page-template-default .rank-math-breadcrumb a:hover {
    color: #EBA70E;
}

/* Responsive */
@media (max-width: 767px) {
    body.page-template-default .entry-title {
        font-size: 32px;
    }
    body.page-template-default .entry-content h2 {
        font-size: 24px;
        margin-top: 40px;
    }
    body.page-template-default .entry-content h3 {
        font-size: 18px;
    }
    body.page-template-default .inside-article {
        padding: 0 4%;
    }
}

/* Knowledge Hub intro on taxonomy archives — aggiornato */
.knowledge-hub-intro {
    max-width: 90%;
    margin: 20px auto 0 auto;
    padding: 0;
    font-family: "INAREA Sans", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.7em;
    color: #222;
}

.knowledge-hub-intro a {
    color: #EBA70E;
    font-weight: 400;
    text-decoration: none;
}

.knowledge-hub-intro a:hover {
    color: #000;
}
