.single-banner
{
    background:url(../img/personalizza-sito/foto-generica.png);
    min-height: 33.59375vw;
    background-size: cover;
}

.single-banner:before
{
    background: unset;
}

.about-list
{
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (min-width: 320px) and (max-width: 990px)
{
    .about-list
    {
        display: block;
    }
}

h2,h4
{
    font-size: 30px;
}

#linkTikTok
{
    padding-top: 5px;
}
#imgTikTok
{
    width: fit-content;
}

h1,h2
 {
     font-size: 25px;
 }

:root
{
    --csg-primary: #008234;     /* Verde istituzionale CompraSenzaGlutine */
    --csg-accent: #FF8000;      /* Arancione d'azione*/
    --csg-dark: #232323;        /* Grigio scuro per i testi principali */
    --csg-bg-light: #F4F7F5;    /* Sfondo chiaro per le sezioni */
    --csg-muted: #6C757D;
}



.csg-badge-date
{
    background-color: #FFF5EC;
    color: var(--csg-accent);
    font-weight: 700;
    font-size: 0.85rem;
    padding: 6px 16px;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.csg-page-title
{
    font-weight: 800;
    font-size: 25px;
    line-height: 1.2;
    color: var(--csg-dark);
    margin-bottom: 2rem;
}

.csg-page-title span
{
    color: var(--csg-primary);
}

/* Contenitori dei numeri chiave */
.csg-stat-box
{
    background: #fff;
    border: 1px solid #E2E8E4;
    border-radius: 16px;
    padding: 24px;
    text-center: center;
    height: 100%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.01);
}

.csg-stat-number
{
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--csg-primary);
    line-height: 1;
    margin-bottom: 8px;
}

.csg-stat-number.accent
{
    color: var(--csg-accent);
}

.csg-stat-label
{
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--csg-dark);
    margin-bottom: 4px;
}

/* Griglia blocchi di testo dettagliati */
.csg-info-grid-box
{
    background: var(--csg-bg-light);
    border-radius: 24px;
    padding: 40px;
    margin: 50px 0;
}

.csg-data-card
{
    background: #fff;
    border-radius: 16px;
    padding: 28px;
    height: 100%;
    border-top: 4px solid var(--csg-primary);
    box-shadow: 0 2px 8px rgba(0,0,0,0.02);
}

.csg-data-card h3
{
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 12px;
    color: var(--csg-dark);
}

.csg-source-tag
{
    font-size: 0.75rem;
    color: var(--csg-muted);
    display: block;
    margin-top: 15px;
    font-style: italic;
}

/* Box Conclusivo del Brand */
.csg-brand-highlight
{
    background-color: #E6F3EA;
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 50px;
}

.csg-brand-highlight h3
{
    font-weight: 800;
    color: var(--csg-primary);
    margin-bottom: 15px;
}

/* Sezione Fonti minimale */
.csg-sources-box
{
    border-top: 1px solid #E2E8E4;
    padding-top: 30px;
    font-size: 0.85rem;
    color: var(--csg-muted);
}

.csg-sources-box ul
{
    padding-left: 20px;
}

.csg-btn-action
{
    background-color: var(--csg-accent);
    color: #fff;
    font-weight: 700;
    padding: 14px 36px;
    border-radius: 12px;
    border: none;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.2s;
}

.csg-btn-action:hover
{
    background-color: #E07000;
    color: #fff;
}