.cs_fs_200 {
    margin-top: 30px;
    font-size: 20px;
    line-height: 1.5em;
}
@media (max-width: 1400px) {
    .cs_fs_200 {
        font-size: 18px;
    }
}

.wga-link {
    background-color: white !important;
    color: #000 !important;
    padding: 2px 10px !important;
    border-radius: 20px !important;
    display: inline-flex !important;
    align-items: center;
    gap: 4px;
    font-weight: 600 !important;
    font-size: 12px !important;
    line-height: 1 !important;
}

.wga-link svg {
    width: 16px;
    height: 16px;
}

.cs_main_header .container {
    max-width: 1400px !important;
}

.cs_main_header_left {
    flex-shrink: 0 !important;
}

.cs_main_header_center {
    position: static !important;
    transform: none !important;
    flex: 1 !important;
    display: flex !important;
    justify-content: center !important;
}

.cs_nav_list {
    gap: 20px !important;
    flex-wrap: nowrap !important;
}

.cs_nav_list > li > a {
    white-space: nowrap !important;
}

.wga-badges {
    display: flex !important;
    gap: 10px !important;
    height: auto !important;
    align-items: center !important;
}

.wga-badges .wga-link {
    height: auto !important;
}

@media (max-width: 1199px) {
    .wga-badges .wga-link:first-child {
        margin-left: 10px;
    }
}

/* Uniforma dimensioni stemmi nella sezione Brand */
.cs_brand.cs_style_1 img {
    width: 120px;
    height: 120px;
    object-fit: contain;
}


