/* ============================================
PRICE LIST PAGE - Section titles
============================================ */

.price-section-title {
display: flex !important;
align-items: center !important;
gap: 0.5rem !important;
flex-wrap: wrap !important;
}

@media (max-width: 768px) {
.price-section-title {
font-size: 1.25rem !important;
}
}
