.practices-page .analytics-header-strip { margin-bottom: 0; }

.practices-summary-strip {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 16px;
    margin-bottom: 4px;
    padding: 8px 4px;
}

.prac-summary-chip {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.85rem;
    color: #555;
    font-weight: 500;
}

.prac-card {
    transition: box-shadow 0.15s;
}

.prac-card:hover {
    box-shadow: 0 4px 16px rgba(115, 120, 160, 0.18) !important;
}

.prac-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}
