/* Make the listing header a single full-width column */ .listing-header  {
    grid-template-columns: 1fr !important;
    }
 /* Ensure the content fills it */ .header-content  {
    width: 100% !important;
    max-width: 100% !important;