.sre-collection {
  --sre-background: 0 0% 100%; --sre-foreground: 0 0% 0%; --sre-muted: 0 0% 95%;
  --sre-border: 0 0% 82%; --sre-inverse: 0 0% 100%; --sre-overlay: 0 0% 0%;
  --sre-selected: 0 0% 24%; --sre-card-shade: linear-gradient(transparent, hsl(var(--sre-overlay) / .88));
  --sre-map-land: 0 0% 93%; --sre-map-landscape: 0 0% 90%; --sre-map-park: 0 0% 87%;
  --sre-map-road: 0 0% 100%; --sre-map-road-edge: 0 0% 78%; --sre-map-highway: 0 0% 96%;
  --sre-map-label: 0 0% 18%; --sre-map-label-halo: 0 0% 100%; --sre-map-boundary: 0 0% 68%;
  --sre-map-water: 205 38% 78%;
  width:100%; max-width:100%; min-width:0; color:hsl(var(--sre-foreground)); background:hsl(var(--sre-background));
  font-family:inherit; font-size:16px; line-height:1.45; letter-spacing:0;
}
.sre-collection *, .sre-collection *::before, .sre-collection *::after { box-sizing:border-box; }
.sre-collection [hidden] { display:none !important; }
.sre-collection__controls { display:flex; flex-wrap:wrap; gap:16px; align-items:end; }
.sre-collection__controls label { display:grid; gap:7px; font-size:14px; font-weight:700; min-width:0; flex:1 1 150px; }
.sre-collection__controls .sre-collection__search { flex:2 1 220px; }
.sre-collection input,.sre-collection select,.sre-collection button {
  font:inherit; letter-spacing:0; color:hsl(var(--sre-foreground)); background:hsl(var(--sre-background));
  border:1px solid hsl(var(--sre-border)); border-radius:3px; min-height:44px; min-width:0; max-width:100%; padding:10px 12px;
}
.sre-collection input,.sre-collection select { width:100%; }
.sre-collection button { cursor:pointer; white-space:normal; }
.sre-collection button:hover { background:hsl(var(--sre-muted)); }
.sre-collection :focus-visible { outline:3px solid hsl(var(--sre-selected)); outline-offset:3px; }
.sre-collection__toolbar { display:flex; align-items:center; justify-content:space-between; gap:12px; min-height:64px; }
.sre-collection__toolbar p { margin:12px 0; font-size:14px; font-weight:600; }
.sre-collection__switch { display:none; }
.sre-collection__split { display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1fr); gap:20px; height:min(760px,72svh); min-height:480px; }
.sre-collection__results { overflow-y:auto; overflow-x:hidden; min-width:0; min-height:0; scrollbar-gutter:stable; padding:2px 8px 8px 2px; }
.sre-collection__grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); align-content:start; gap:16px; }
.sre-collection__card { min-width:0; border-radius:4px; overflow:hidden; background:hsl(var(--sre-background)); border:1px solid hsl(var(--sre-border)); }
.sre-collection__card a { display:flex; flex-direction:column; color:inherit; text-decoration:none; height:100%; }
.sre-collection__photo { position:relative; aspect-ratio:3/2; flex:1 0 auto; isolation:isolate; display:grid; grid-template-rows:minmax(52px,1fr) auto; }
.sre-collection__photo img { width:100%; height:100%; position:absolute; inset:0; object-fit:cover; display:block; }
.sre-collection__photo::after { content:""; position:absolute; inset:28% 0 0; background:var(--sre-card-shade); z-index:1; pointer-events:none; }
.sre-collection__caption { position:relative; grid-row:2; min-width:0; margin:0 14px 14px; z-index:2; color:hsl(var(--sre-inverse)); overflow-wrap:anywhere; }
.sre-collection__caption h2 { color:inherit; background:none; padding:0; font-family:inherit; font-size:18px; font-weight:700; line-height:1.25; letter-spacing:0; text-transform:none; margin:0 0 5px; }
.sre-collection__caption p { font-size:14px; margin:0; line-height:1.3; }
.sre-collection__badge { position:absolute; top:12px; left:12px; z-index:2; padding:5px 10px; background:hsl(var(--sre-foreground)); color:hsl(var(--sre-inverse)); font-size:14px; font-weight:700; }
.sre-collection__caption .sre-collection__meta { margin-top:7px; font-size:14px; font-weight:600; line-height:1.3; }
.sre-collection__date { display:block; margin-top:5px; font-size:14px; line-height:1.3; }
.sre-collection__card:hover,.sre-collection__card:focus-within,.sre-collection__card.is-selected { border-color:hsl(var(--sre-selected)); }
.sre-collection__more { display:block; margin:24px auto 8px; }
.sre-collection__map-pane { position:relative; min-width:0; min-height:0; background:hsl(var(--sre-muted)); }
.sre-collection__map { width:100%; height:100%; }
.sre-collection__map-state { position:absolute; inset:auto 16px 24px; margin:0; padding:12px; background:hsl(var(--sre-background)); color:hsl(var(--sre-foreground)); font-size:14px; text-align:center; overflow-wrap:anywhere; }
.sre-collection__pin-preview { max-width:240px; color:hsl(var(--sre-foreground)); font:400 14px/1.4 inherit; }
.sre-collection__pin-preview img { width:220px; max-width:100%; height:130px; object-fit:cover; display:block; margin-bottom:8px; }
.sre-collection__pin-preview a { font-size:16px; font-weight:700; color:inherit; display:block; min-height:44px; }
.sre-collection__pin-preview p { margin:4px 0; }
@media (max-width:999px) {
  .sre-collection__split { display:block; height:auto; min-height:0; }
  .sre-collection__results { overflow:visible; padding:2px; }
  .sre-collection__map-pane { height:65svh; min-height:380px; }
  .sre-collection[data-view="list"] .sre-collection__map-pane,.sre-collection[data-view="map"] .sre-collection__results { display:none; }
  .sre-collection__switch { display:flex; gap:4px; }
  .sre-collection__switch button[aria-pressed="true"] { background:hsl(var(--sre-foreground)); color:hsl(var(--sre-inverse)); }
}
@media (max-width:599px) {
  .sre-collection__grid { grid-template-columns:minmax(0,1fr); }
  .sre-collection__controls { gap:12px; }
  .sre-collection__controls label { flex-basis:100%; }
  .sre-collection__controls .sre-collection__search { flex-basis:100%; }
  .sre-collection__caption h2 { font-size:22px; }
}
