.card-stat {
    border-radius: 14px;
    background: linear-gradient(135deg, #ffffff, #eef4f7);
    position: relative;
    min-height: 180px; /* <-- aumenta a altura automaticamente */
    overflow: hidden;
}

.card-stat .icon-bg {
    position: absolute;
    right: -12px;
    top: -12px;
    font-size: 95px;
    color: rgba(0,0,0,0.08);
    transform: rotate(-10deg);
    pointer-events: none;
}
.keyword-pill {
    background: #445a6f;
    color: #ffffff;
    padding: .45rem .75rem;
    border-radius: 999px;
    font-weight: 600;
    box-shadow: 0 2px 6px rgba(11,110,142,0.06);
    display: inline-block;
}
/* melhorar lista-group itens */
.list-group-item {
    border: none;
    border-bottom: 1px solid rgba(0,0,0,0.04);
    padding-top: .75rem;
    padding-bottom: .75rem;
}
/* responsividade: reduzir padding mobile */
@media (max-width: 576px) {
    .card-stat { min-height: 100px; }
}
#vagasPorMesChart {
    max-height: 320px;
}
.card-stat a img{
    height: 180px !important; /* mesma altura da imagem */
}
