/* ==========================================================================
   Sentrion segmented stat strip — unified stat section below branded hero
   ========================================================================== */

.sentrion-stat-strip {
    border: 1px solid var(--bs-gray-200);
    border-radius: 0.95rem;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
    overflow: hidden;
}

.sentrion-stat-strip .symbol-label i {
    line-height: 1;
}

.sentrion-stat-strip__cell {
    padding: 1rem 1.15rem;
    border-bottom: 1px dashed var(--bs-gray-200);
}

.sentrion-stat-strip__cell:nth-child(odd) {
    border-right: 1px dashed var(--bs-gray-200);
}

@media (min-width: 768px) {
    .sentrion-stat-strip__cell {
        border-bottom: none;
        border-right: 1px dashed var(--bs-gray-200);
    }

    .sentrion-stat-strip__cell:nth-child(odd) {
        border-right: 1px dashed var(--bs-gray-200);
    }

    .sentrion-stat-strip__grid > .sentrion-stat-strip__cell:last-child {
        border-right: none;
    }
}

/* Remove bottom border on last row (mobile 2-col grid) */
.sentrion-stat-strip__grid > .sentrion-stat-strip__cell:nth-last-child(-n+2):nth-child(odd):last-child,
.sentrion-stat-strip__grid > .sentrion-stat-strip__cell:nth-last-child(-n+2):nth-child(even) {
    border-bottom: none;
}

@media (min-width: 768px) {
    .sentrion-stat-strip__grid > .sentrion-stat-strip__cell:nth-last-child(-n+2) {
        border-bottom: none;
    }
}

.sentrion-stat-strip__cell--interactive {
    cursor: pointer;
    transition: background-color 0.15s ease;
}

.sentrion-stat-strip__cell--interactive:hover {
    background-color: rgba(var(--bs-primary-rgb), 0.04);
}

.sentrion-stat-strip__cell--interactive.is-active {
    background-color: rgba(var(--bs-primary-rgb), 0.07);
}

/* Backward-compat class hooks */
.listing-summary-strip.sentrion-stat-strip,
.project-module-stat-strip.sentrion-stat-strip {
    border-color: var(--bs-gray-200);
}

.page-projects-show .project-module-stat-strip .sentrion-stat-strip__item {
    padding: 0.15rem 0;
}
