.btn:hover svg {
    transform: translateX(4px);
}


.tab.active svg path {
    fill: #fff;
    stroke: #fff;
}

.stat-item svg {
    flex-shrink: 0;
    color: #FF4C00;
}

.highlight {
    color: #000;
}

.faq-question:hover {
    color: #000;
}

/* Print styles */
@media print {
    .consultation-section {
        break-inside: avoid;
    }
}