.map-panel .maplibregl-canvas{filter:saturate(1.04) contrast(1.03) brightness(.94)}
.adventure-tabs{grid-template-columns:repeat(6,minmax(0,1fr))}
.adventure-tabs button{
  appearance:none;
  border:0;
  border-right:1px solid #ffffff22;
  padding:12px 8px;
  background:transparent;
  color:#e8eee8;
  text-align:center;
  font:12px "Playfair Display",serif;
  cursor:pointer;
}
.adventure-tabs button:last-child{border-right:0}
.adventure-tabs button:hover,.adventure-tabs button:focus-visible{background:#ffffff12}
.adventure-tabs button.selected{background:var(--paper);color:var(--green)}
.adventure-tabs button:focus-visible{outline:2px solid #fffaf0;outline-offset:-3px}
.adventure-tabs button i{
  display:inline-block;
  width:8px;
  height:8px;
  margin-right:5px;
  border-radius:50%;
  background:#d96f3f;
}
.adventure-tabs button[data-map-category=""] i{background:linear-gradient(135deg,#d96f3f 0 25%,#3187c8 25% 50%,#e6b93f 50% 75%,#70a56e 75%)}
.adventure-tabs button[data-map-category="Loch/Swim"] i{background:#3187c8}
.adventure-tabs button[data-map-category="Road Trip"] i{background:#bd5945}
.adventure-tabs button[data-map-category="Camping"] i{background:#e6b93f}
.adventure-tabs button[data-map-category="Local Walk"] i{background:#70a56e}

.category-map-marker{
  position:absolute;
  width:28px;
  height:36px;
  padding:0;
  border:0;
  background:transparent;
  cursor:pointer;
  filter:drop-shadow(0 5px 5px #071b147a);
  transition:filter .16s ease;
}
.category-map-marker::before{
  content:"";
  position:absolute;
  left:4px;
  top:2px;
  width:20px;
  height:20px;
  border:2px solid #fffaf0;
  border-radius:50% 50% 50% 0;
  background:var(--marker-colour);
  transform:rotate(-45deg);
  box-shadow:0 1px 0 #0002 inset;
}
.category-map-marker::after{
  content:"";
  position:absolute;
  left:10px;
  top:8px;
  width:8px;
  height:8px;
  border-radius:50%;
  background:#fffaf0;
  box-shadow:0 0 0 1px #0001;
}
.category-map-marker:hover,.category-map-marker:focus-visible{
  filter:drop-shadow(0 7px 7px #071b1499);
}
.category-map-marker:focus-visible{outline:2px solid #fffaf0;outline-offset:3px;border-radius:18px}
.category-map-marker[hidden]{display:none!important}
.map-label span{max-width:230px}

.map-category-links{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:8px;
  margin-top:12px;
}
.featured-trip.is-updating{animation:map-card-in .24s ease}
@keyframes map-card-in{from{opacity:.55;transform:translateY(5px)}to{opacity:1;transform:none}}
.map-category-links a{
  min-width:0;
  padding:10px 8px;
  border:1px solid #ffffff2e;
  border-radius:7px;
  color:#f8f1e4;
  text-align:center;
  text-decoration:none;
  transition:background .16s ease,border-color .16s ease;
}
.map-category-links a:hover,.map-category-links a:focus-visible{
  background:#ffffff12;
  border-color:#ffffff70;
}
.map-category-links a:focus-visible{outline:2px solid #fffaf0;outline-offset:2px}
.map-category-links i{
  display:block;
  width:10px;
  height:10px;
  margin:0 auto 6px;
  border:2px solid #fffaf0;
  border-radius:50%;
  background:var(--category-colour);
  box-shadow:0 2px 5px #0005;
}
.map-category-links span{
  display:block;
  overflow:hidden;
  font:600 11px/1.25 "Playfair Display",serif;
  text-overflow:ellipsis;
}
.map-category-links b{
  display:block;
  margin-top:5px;
  font:500 8px/1 "DM Sans",sans-serif;
  letter-spacing:.04em;
  text-transform:uppercase;
  opacity:.7;
}

.maplibregl-popup-content{min-width:185px}
.map-popup-category{
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin:7px 0 9px;
  color:#536458;
  font-size:11px;
}
.map-popup-category i{
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--popup-colour);
}
.map-popup-visits{margin:0 0 9px;font-size:11px;color:#536458}
.maplibregl-popup-content .map-popup-link{
  display:block;
  padding:8px 10px;
  border-radius:4px;
  background:var(--green);
  color:#fffaf0;
  text-align:center;
  text-decoration:none;
  font-size:11px;
}

@media(max-width:900px){
  .adventure-tabs{grid-template-columns:repeat(3,minmax(0,1fr))}
  .adventure-tabs button{min-height:42px}
  .featured-trip{display:grid;grid-template-columns:190px 1fr;column-gap:18px}
  .featured-trip .feature-photo{grid-row:1/6;height:100%;min-height:220px}
  .featured-trip>a{align-self:end}
}
@media(max-width:640px){
  .map-category-links{grid-template-columns:repeat(2,1fr)}
  .map-category-links a:first-child{grid-column:1/-1}
}
@media(max-width:520px){
  .adventure-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}
  .adventure-tabs button{border-right:0;border-bottom:1px solid #ffffff22}
  .featured-trip{display:block}
  .featured-trip .feature-photo{height:210px}
}
