/* =============== Components / Cards =============== */
.pollution-section .pollution-card {
    position: relative;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
}

.pollution-section .pollution-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.pollution-section .pollution-info {
    padding: 1rem 1.2rem;
}

.pollution-section .pollution-tag {
    font-size: .9rem;
    color: #666;
    font-weight: 600;
}

.pollution-section .pollution-label {
    font-size: 1.05rem;
    margin-top: .3rem;
    font-weight: 500;
}