/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.layout--twocol{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;}.layout--threecol{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1.5rem;}.layout--sixcol{display:grid;grid-template-columns:repeat(6,1fr);gap:1rem;}.layout__region{min-width:0;}@media (max-width:768px){.layout--twocol,.layout--threecol{grid-template-columns:1fr;}.layout--sixcol{grid-template-columns:1fr 1fr;}}@media (min-width:769px) and (max-width:1024px){.layout--sixcol{grid-template-columns:repeat(3,1fr);}}
