.bufor-seo-content {
    margin: 20px 0;
    padding: 30px;
    background: 
#ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    display: none;
}
.bufor-seo-content h2 {
    color: var(--global-palette3);
    margin-bottom: 20px;
    font-family: KoHo, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
}
.bufor-seo-content p {
    color: 
#5e5e5e;
    line-height: 1.6;
    margin-bottom: 1em;
}
/* Dodatkowe style dla kontenera */
#brand-description {
    width: 100%;
    max-width: 1200px;
    margin: 20px auto;
}