/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.map-legend{max-width:800px;}.map-legend__swatches{display:grid;grid-template-columns:repeat(4,52px);gap:10px 10px;margin-bottom:4rem;}.map-legend__swatch{width:52px;height:52px;border-radius:50%;}.map-legend__swatch--red{background:#a53c2f;}.map-legend__swatch--teal{background:#3fafa5;}.map-legend__swatch--olive{background:#b3a339;}.map-legend__swatch--brown{background:#4d423e;}.map-legend__swatch--yellow{background:#f6ce4c;grid-column:2;}.map-legend__swatch--navy{background:#142a54;}.map-legend__key{display:grid;grid-template-columns:repeat(3,minmax(200px,1fr));gap:0 2rem;align-items:start;}.map-legend__col{display:flex;flex-direction:column;gap:1rem;}.map-legend__item{display:flex;align-items:center;gap:1rem;}.map-legend__icon{flex:0 0 40px;display:flex;align-items:center;justify-content:center;}.map-legend__icon img{width:35px;height:auto;display:block;}.map-legend__item--entrance .map-legend__icon img{width:40px;}.map-legend__item--outdoor  .map-legend__icon img{width:26px;}.map-legend__label{font-size:1rem;line-height:1.3;}@media (max-width:640px){.map-legend__key{grid-template-columns:1fr;gap:2rem 0;}}
