/* ========================================
   Page Template Styles
   ======================================== */

.page-container {
    max-width: 1200px;
    margin: 2.5rem auto 4rem;
    padding: 3rem;
    color: #f2f2f2;
    background: var(--sfondo-scuro);
    border-radius: 16px;
    box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    box-sizing: border-box;
}

.page-feature-image {
    margin-bottom: 2rem;
    border-radius: 10px;
    overflow: hidden;
    max-width: 100%;
}

.page-feature-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}

.page-header {
    margin-bottom: 2rem;
    text-align: left;
}

.page-title {
    font-family: var(--font-black);
    font-size: 2.75rem;
    font-weight: 900;
    color: var(--lilla);
    margin: 0 0 1rem 0;
    line-height: 1.2;
}

.page-meta {
    display: flex;
    justify-content: flex-start;
    gap: 1rem;
    flex-wrap: wrap;
    font-family: var(--font-regular);
    color: #cccccc;
    margin-bottom: 1rem;
}

.page-authors a {
    color: var(--rosso-terna);
    text-decoration: none;
}

.page-authors a:hover {
    text-decoration: underline;
}
