I’ve recently begun some projects using power down states and hardware interrupts, and saw similar results to yours. I’m just using the ATMega chips, not on a dev board, but there are a few things you can do to reduce current usage further. You can disable the watchdog timer (shoudlnt be needed if you use hardware interrupts), reduce clock speed, reduce voltage, turn off brown out detector, turning off other unused features such as other timers, ADC, etc. You may be limited since you’re using a dev board on some of these, such as you wont be able to drop voltage much due to the onboard regulator, same with changing clock speed of the chip.