@media print {
    .print\:hidden { display: none !important; }
    body { background: white !important; }
}
.chart-container {
    min-width: var(--min-width);
}
@media (min-width: 768px) {
    .chart-container {
        min-width: 100% !important;
    }
}
.overflow-x-auto::-webkit-scrollbar { display: none; }
.overflow-x-auto { -ms-overflow-style: none; scrollbar-width: none; }

#inflation-calculator-app {
    font-family: 'Montserrat', sans-serif;
}
