/**
 * Widget: hero-content|info-page
 */

.hero-content-info-page {
    padding: var(--website-padding-top-bottom-header) 0;
}

.hero-content-info-page > .container {
    max-width: var(--website-container-max-width);
}

.hero-content-info-page .hcinfo-box {
    max-width: 820px;
    margin: 0 auto;
}

/* -----------------------------------------------------------------------
   Titolo pagina
----------------------------------------------------------------------- */
.hero-content-info-page .hcinfo-page-title {
    font-size: 2.625rem;
    font-weight: 500;
    line-height: 1.1;
    color: #181310;
    margin: 0 0 2rem;
}

.hero-content-info-page .title-emphasis {
    font-style: italic;
}

/* -----------------------------------------------------------------------
   Immagine in evidenza (dimensione media)
----------------------------------------------------------------------- */
.hero-content-info-page .hcinfo-featured-image {
    margin: 0 0 2.5rem;
}

.hero-content-info-page .hcinfo-featured-image picture {
    display: block;
}

.hero-content-info-page .hcinfo-thumbnail {
    display: block;
    width: 100%;
    height: auto;
    max-height: 480px;
    object-fit: cover;
    border-radius: 8px;
}

/* -----------------------------------------------------------------------
   Contenuto pagina
----------------------------------------------------------------------- */
.hero-content-info-page .hcinfo-content-body {
    color: rgba(24, 19, 16, 0.80);
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.36px;
}

.hero-content-info-page .hcinfo-content-body h2 {
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 1.2;
    color: #181310;
    margin: 2.5rem 0 1.5rem;
}

.hero-content-info-page .hcinfo-content-body h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #181310;
    margin: 1.75rem 0 1rem;
}

.hero-content-info-page .hcinfo-content-body p {
    margin: 0 0 1.25rem;
}

.hero-content-info-page .hcinfo-content-body p:last-child {
    margin-bottom: 0;
}

.hero-content-info-page .hcinfo-content-body strong {
    font-weight: 600;
    color: #181310;
}

.hero-content-info-page .hcinfo-content-body a {
    color: var(--website-accent);
    text-decoration: underline;
}

.hero-content-info-page .hcinfo-content-body a:focus-visible {
    outline: 2px solid var(--website-primary);
    outline-offset: 2px;
    border-radius: 2px;
}

.hero-content-info-page .hcinfo-content-body ul,
.hero-content-info-page .hcinfo-content-body ol {
    margin: 0 0 1.25rem 1.5rem;
    padding: 0;
}

.hero-content-info-page .hcinfo-content-body li {
    margin: 0 0 0.5rem;
}

.hero-content-info-page .hcinfo-content-body img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
}

/* -----------------------------------------------------------------------
   Responsive
----------------------------------------------------------------------- */
@media (max-width: 768px) {
    .hero-content-info-page {
        padding: var(--website-padding-top-bottom-mobile) 0;
    }

    .hero-content-info-page .hcinfo-page-title {
        font-size: 2rem;
    }

    .hero-content-info-page .hcinfo-content-body h2 {
        font-size: 1.75rem;
    }

    .hero-content-info-page .hcinfo-thumbnail {
        max-height: 320px;
    }
}
