/*!*****************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./templates/routes/main/chi-siamo/chi-siamo.css ***!
  \*****************************************************************************************************************************/
.cs-brand-color { color: #0f2456; }

.cs-stat-num { color: #0f2456; font-size: 1.8rem; }

.cs-stat-blue  { background: rgba(13,110,253,0.06); border: 1px solid rgba(13,110,253,0.15); }
.cs-stat-green { background: rgba(25,135,84,0.06);  border: 1px solid rgba(25,135,84,0.15); }
.cs-stat-yellow{ background: rgba(255,193,7,0.08);  border: 1px solid rgba(255,193,7,0.25); }

.cs-city-featured {
    border-color: rgba(13,110,253,0.3) !important;
    background: rgba(13,110,253,0.05) !important;
}

.border-dashed { border-style: dashed !important; }

.cs-city-name {
    font-weight: 600;
    font-size: 0.85rem;
    color: #0f2456;
    margin: 0;
}

.cs-city-star {
    font-size: 0.6rem;
    color: #0d6efd;
    position: absolute;
    top: 6px;
    right: 8px;
}

.cs-service-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(13,110,253,0.1);
    color: #0d6efd;
    font-size: 1rem;
    flex-shrink: 0;
}

.cs-cert-badge {
    display: inline-flex;
    align-items: center;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.78rem;
    font-weight: 600;
    background: rgba(13,110,253,0.07);
    color: #0d6efd;
    border: 1px solid rgba(13,110,253,0.18);
    white-space: nowrap;
}

.cs-cert-card {
    background: #fff;
    border-color: rgba(15,36,86,0.1) !important;
    transition: box-shadow 0.15s ease, transform 0.15s ease;
}

.cs-cert-card:hover {
    box-shadow: 0 0.5rem 1rem rgba(15,36,86,0.08);
    transform: translateY(-2px);
}

.cs-iso-badge {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    border: 2px solid #0f2456;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(15,36,86,0.03);
}

.cs-iso-badge-top {
    font-weight: 800;
    font-size: 1.1rem;
    color: #0f2456;
    line-height: 1.1;
}

.cs-iso-badge-code {
    font-size: 0.62rem;
    font-weight: 600;
    color: #0f2456;
    opacity: 0.75;
}

.cs-legality-badge {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    border: 2px solid #ffc107;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(255,193,7,0.06);
    color: #0f2456;
    gap: 2px;
}

.cs-legality-badge .fa-balance-scale {
    font-size: 1.2rem;
}

.cs-legality-stars {
    font-size: 0.55rem;
    color: #ffc107;
    display: flex;
    gap: 2px;
}

