/* Layout overrides for specific homepage sections */

/* EnquiryCart CTA: hide the left illustration/photo panel */
section[code-path="src/sections/EnquiryCart.tsx:73:5"] [code-path="src/sections/EnquiryCart.tsx:77:11"] {
  display: none !important;
}

/* Make the CTA content use a single column so the text spans full width */
section[code-path="src/sections/EnquiryCart.tsx:73:5"] [code-path="src/sections/EnquiryCart.tsx:75:9"] {
  grid-template-columns: minmax(0, 1fr) !important;
}

@media (min-width: 1024px) {
  section[code-path="src/sections/EnquiryCart.tsx:73:5"] [code-path="src/sections/EnquiryCart.tsx:75:9"] {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

