/*!*********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./templates/routes/main/strisce-blu/strisce-blu.css ***!
  \*********************************************************************************************************************************/
.sb-sign-banner {
    text-align: center;
    padding: 1.25rem 1rem 0;
    background: #f8f9fa;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}

.sb-sign-banner img { max-height: 200px; border-radius: 8px; object-fit: contain; }

.sb-zone-block {
    padding: 1rem 1.25rem;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    background: var(--sz-bg);
}

.sb-zone-block:last-child { border-bottom: none; }

.sb-zone-dot {
    width: 12px;
    height: 12px;
    border-radius: 3px;
    background: var(--sz-color);
    flex-shrink: 0;
}

.sb-zone-price {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--sz-color);
    white-space: nowrap;
}

.sb-zone-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.78rem;
    font-weight: 600;
}

.sb-zone-a { background: rgba(253,126,20,0.12); color: #fd7e14; border: 1px solid rgba(253,126,20,0.25); }
.sb-zone-b { background: rgba(25,135,84,0.12);  color: #198754; border: 1px solid rgba(25,135,84,0.25); }

.sb-step-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(13,110,253,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #0d6efd;
    flex-shrink: 0;
}

.sb-step-icon-img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

#sb-map { height: 420px; border-radius: 0 0 12px 12px; }

@media (max-width: 991.98px) { #sb-map { height: 360px; } }
@media (max-width: 575.98px) {
    #sb-map { height: 280px; }
    .sb-sign-banner img { max-height: 160px; }
}

