/*
 Theme Name:   BBC Theme Child
 Theme URI:    https://bordigherabenecomune.org
 Description:  Child theme di bbc-theme
 Author:       Bordighera Bene Comune
 Template:     bbc-theme
 Version:      1.0.0
 Text Domain:  bbc-theme-child
*/

/* Fix layout pagine standard (Territorio, Solidarietà, ecc.) */
.bbc-page-content {
    max-width: 960px;
    margin: 0 auto;
    padding: 32px 24px 48px;
}

.bbc-page-content h1,
.bbc-page-content h2,
.bbc-page-content h3 {
    color: #0e1d3a;
    line-height: 1.3;
    margin-bottom: 12px;
    margin-top: 28px;
}

.bbc-page-content h1 { font-size: 1.8em; font-weight: 800; }
.bbc-page-content h2 { font-size: 1.35em; font-weight: 800; }
.bbc-page-content h3 { font-size: 1.1em; font-weight: 700; }

.bbc-page-content p {
    color: #333;
    line-height: 1.75;
    margin-bottom: 14px;
}

.bbc-page-content ul,
.bbc-page-content ol {
    padding-left: 20px;
    margin-bottom: 16px;
}

.bbc-page-content li {
    color: #333;
    line-height: 1.7;
    margin-bottom: 6px;
    list-style: disc;
}

.bbc-page-content hr {
    border: none;
    border-top: 1px solid #e0e8f4;
    margin: 32px 0;
}

.bbc-page-content strong {
    color: #0e1d3a;
}
