.bvc-container {
    max-width: 1400px;
    width: 95%;
    margin: auto;
    padding: 20px;
}

.bvc-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px;
    justify-content: center;
    margin-bottom: 15px;
}

.bvc-card {
    background: #fff;
    color: #111;
    border: 2px solid #eee;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    transition: 0.3s;
}

.bvc-card:hover {
    border-color: #EE3131;
}

.bvc-card i {
    font-size: 22px;
    color: #EE3131;
    margin-bottom: 8px;
}

.bvc-card .num {
    font-size: 28px;
    font-weight: bold;
}

.bvc-card small {
    font-size: 14px;
    color: #555;
}

/* Filtros */
.bvc-filtros-mapa {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.bvc-filtros-mapa select {
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid #ccc;
    background: white;
    height: 36px;
    width: 180px;
}

.bvc-filtros-radios {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.bvc-filtros-radios label {
    font-weight: 500;
    color: #333;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Layout principal */
.bvc-flex-container {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.bvc-cards-lateral {
    flex: 1;
    min-width: 300px;
    max-width: 420px;
    height: 640px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-right: 10px;
}

.bvc-fire-card {
    background: #fff;
    border: 1px solid #ddd;
    border-left: 5px solid #EE3131;
    border-radius: 8px;
    padding: 15px;
    font-size: 14px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.03);
    display: flex;
    flex-direction: column;
}

.bvc-fire-card .card-body strong {
    font-size: 16px;
    color: #111;
}

.bvc-fire-card .badge {
    background: #EE3131;
    color: white;
    padding: 2px 8px;
    font-size: 12px;
    border-radius: 4px;
}

.bvc-map-area {
    flex: 2;
    min-width: 300px;
}

#mapa-fogos {
    height: 640px;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}

.custom-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #EE3131;
    border-radius: 50%;
    color: white;
    width: 32px;
    height: 32px;
    font-size: 16px;
    border: 2px solid white;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

.bvc-legenda {
    position: absolute;
    bottom: 30px;
    right: 15px;
    background: white;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    font-size: 13px;
    line-height: 1.6;
    z-index: 999;
}

.bvc-legenda div {
    display: flex;
    align-items: center;
    gap: 6px;
}

.bvc-legenda span {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    display: inline-block;
}

/* Responsivo */
@media (max-width: 768px) {
    .bvc-flex-container {
        flex-direction: column;
    }

    .bvc-cards-lateral {
        max-width: 100%;
        height: auto;
        padding-right: 0;
    }

    .bvc-map-area {
        width: 100%;
    }

    #mapa-fogos {
        height: 400px;
    }

    .bvc-filtros-mapa {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .bvc-filtros-mapa select {
        width: 100%;
        font-size: 14px;
        height: 36px;
        padding: 6px 12px;
    }

    .bvc-filtros-radios {
        justify-content: center;
        font-size: 14px;
    }

    .bvc-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .bvc-card {
        width: 100%;
    }
}
.bvc-container {
    max-width: 1400px;
    width: 95%;
    margin: auto;
    padding: 20px;
}

.bvc-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px;
    justify-content: center;
    margin-bottom: 15px;
}

.bvc-card {
    background: #fff;
    color: #111;
    border: 2px solid #eee;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    transition: 0.3s;
}

.bvc-card:hover {
    border-color: #EE3131;
}

.bvc-card i {
    font-size: 22px;
    color: #EE3131;
    margin-bottom: 8px;
}

.bvc-card .num {
    font-size: 28px;
    font-weight: bold;
}

.bvc-card small {
    font-size: 14px;
    color: #555;
}

/* Filtros */
.bvc-filtros-mapa {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.bvc-filtros-mapa select {
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid #ccc;
    background: white;
    height: 36px;
    width: 180px;
}

.bvc-filtros-radios {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.bvc-filtros-radios label {
    font-weight: 500;
    color: #333;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Layout principal */
.bvc-flex-container {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.bvc-cards-lateral {
    flex: 1;
    min-width: 300px;
    max-width: 420px;
    height: 640px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-right: 10px;
}

.bvc-fire-card {
    background: #fff;
    border: 1px solid #ddd;
    border-left: 5px solid #EE3131;
    border-radius: 8px;
    padding: 15px;
    font-size: 14px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.03);
    display: flex;
    flex-direction: column;
}

.bvc-fire-card .card-body strong {
    font-size: 16px;
    color: #111;
}

.bvc-fire-card .badge {
    background: #EE3131;
    color: white;
    padding: 2px 8px;
    font-size: 12px;
    border-radius: 4px;
}

.bvc-map-area {
    flex: 2;
    min-width: 300px;
}

#mapa-fogos {
    height: 640px;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}

.custom-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #EE3131;
    border-radius: 50%;
    color: white;
    width: 32px;
    height: 32px;
    font-size: 16px;
    border: 2px solid white;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

.bvc-legenda {
    position: absolute;
    bottom: 30px;
    right: 15px;
    background: white;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    font-size: 13px;
    line-height: 1.6;
    z-index: 999;
}

.bvc-legenda div {
    display: flex;
    align-items: center;
    gap: 6px;
}

.bvc-legenda span {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    display: inline-block;
}

/* Responsivo */
@media (max-width: 768px) {
    .bvc-flex-container {
        flex-direction: column;
    }

    .bvc-cards-lateral {
        max-width: 100%;
        height: auto;
        padding-right: 0;
    }

    .bvc-map-area {
        width: 100%;
    }

    #mapa-fogos {
        height: 400px;
    }

    .bvc-filtros-mapa {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .bvc-filtros-mapa select {
        width: 100%;
        font-size: 14px;
        height: 36px;
        padding: 6px 12px;
    }

    .bvc-filtros-radios {
        justify-content: center;
        font-size: 14px;
    }

    .bvc-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .bvc-card {
        width: 100%;
    }
}
