/* =======================================================
   GCC Stats Cards
======================================================= */

.gcc-stat-card{

    background:#ffffff;

    border:1px solid #edf2f7;

    border-radius:18px;

    padding:22px;

    height:100%;

    min-height:120px;

    box-shadow:0 8px 24px rgba(0,0,0,.05);

}

/* =======================================================
   Content
======================================================= */

.gcc-stat-content{

    display:flex;

    flex-direction:column;

    justify-content:center;

    height:100%;

}

/* =======================================================
   Label
======================================================= */

.gcc-stat-label{

    font-size:13px;

    font-weight:700;

    color:#374151;

    letter-spacing:.8px;

    color:#6b7280;

    margin-bottom:8px;

    text-transform:uppercase;

    letter-spacing:.5px;

    line-height:1.4;

}

/* =======================================================
   Value
======================================================= */

.gcc-stat-value{

    font-size:22px;

    font-weight:600;

    color:#111827;

    line-height:1.15;

    word-break:normal;

    overflow-wrap:anywhere;

}

/* =======================================================
   Responsive
======================================================= */

@media(max-width:768px){

    .gcc-stat-card{

        padding:18px;

        min-height:100px;

    }

    .gcc-stat-label{

        font-size:12px;

        margin-bottom:6px;

    }

    .gcc-stat-value{

        font-size:26px;

    }

}