.wtwbr-map-v2,
.wtwbr-map-v2 *{
  box-sizing:border-box;
}

.wtwbr-map-v2{
  --ink:#1a1a1a;
  --muted:rgba(26,26,26,.72);
  --orange:#FF825C;
  --green:#36561f;
  --green-dark:#2d4818;
  --line:rgba(28,33,38,.08);
  --line-strong:rgba(28,33,38,.14);
  --white:#fff;
  --card:#fff;
  --soft:#f8f5ef;
  --radius:18px;
  --font:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  --display:"Six Caps",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;

  position:relative;
  width:100%;
  height:100dvh;
  max-height:100dvh;
  overflow:hidden;
  background:#f7f5ef;
  color:var(--ink);
  font-family:var(--font);
}

body.admin-bar .wtwbr-map-v2{
  height:calc(100dvh - 32px);
  max-height:calc(100dvh - 32px);
}

.wtwbr-map-v2 button,
.wtwbr-map-v2 input,
.wtwbr-map-v2 select,
.wtwbr-map-v2 textarea{
  font-family:var(--font);
}

/* Thin top status bar */
.wtwbr-map-v2__topbar{
  position:relative;
  z-index:70;
  height:44px;
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  align-items:center;
  gap:10px;
  padding:5px 8px;
  background:rgba(255,255,255,.97);
  border-bottom:1px solid var(--line);
}

.wtwbr-map-v2__brand{
  display:inline-flex;
  align-items:center;
  gap:9px;
  min-width:0;
}

.wtwbr-map-v2__brand-mark{
  width:32px;
  height:32px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:var(--green);
  color:#fff;
  font-size:16px;
  flex:0 0 32px;
}

.wtwbr-map-v2__brand-text{
  color:var(--green);
  font-size:11px;
  font-weight:900;
  line-height:1;
  letter-spacing:.13em;
  text-transform:uppercase;
  white-space:nowrap;
}

.wtwbr-map-v2__topbar-actions{
  min-width:0;
  display:flex;
  justify-content:flex-end;
  align-items:center;
  gap:10px;
}

.wtwbr-map-v2__activity-toggle,
.wtwbr-map-v2__activity-badge{
  min-height:34px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:0 14px;
  border-radius:12px;
  font-size:13px;
  line-height:1;
  font-weight:900;
  white-space:nowrap;
}

.wtwbr-map-v2__activity-toggle{
  border:1px solid var(--line-strong);
  background:#fff;
  color:var(--green);
  cursor:pointer;
}

.wtwbr-map-v2__activity-badge{
  border:1px solid rgba(255,130,92,.22);
  background:rgba(255,130,92,.16);
  color:#d94e24;
  cursor:pointer;
}

.wtwbr-map-v2__activity-badge span::before{
  content:"";
  width:8px;
  height:8px;
  display:inline-block;
  margin-right:7px;
  border-radius:999px;
  background:#f35f2d;
}

.wtwbr-map-v2__ticker{
  min-width:0;
  max-width:min(760px, 54vw);
  display:flex;
  align-items:center;
  gap:16px;
  overflow:hidden;
  color:var(--ink);
  font-size:12px;
  font-weight:750;
  white-space:nowrap;
}

.wtwbr-map-v2__ticker span{
  overflow:hidden;
  text-overflow:ellipsis;
}

.wtwbr-map-v2__activity-panel{
  position:absolute;
  z-index:120;
  top:50px;
  right:12px;
  width:min(520px,calc(100vw - 24px));
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  padding:16px;
  box-shadow:0 22px 54px rgba(16,24,40,.14);
}

.wtwbr-map-v2__activity-panel-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  margin-bottom:10px;
}

.wtwbr-map-v2__activity-panel-head strong{
  color:var(--green);
  font-size:12px;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.wtwbr-map-v2__activity-panel-head button{
  width:30px;
  height:30px;
  border:1px solid var(--line);
  border-radius:999px;
  background:#fff;
  color:var(--ink);
  cursor:pointer;
  font-size:20px;
  line-height:1;
}

.wtwbr-map-v2__activity-list{
  display:grid;
  gap:10px;
}

.wtwbr-map-v2__activity-item{
  display:grid;
  grid-template-columns:44px minmax(0,1fr) auto;
  align-items:center;
  gap:10px;
  padding-bottom:10px;
  border-bottom:1px solid var(--line);
}

.wtwbr-map-v2__activity-item:last-child{
  border-bottom:0;
  padding-bottom:0;
}

.wtwbr-map-v2__activity-avatar{
  width:44px;
  height:44px;
  border-radius:999px;
  overflow:hidden;
  background:rgba(54,86,31,.08);
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--green);
  font-size:20px;
}

.wtwbr-map-v2__activity-avatar img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.wtwbr-map-v2__activity-title{
  margin:0 0 3px;
  color:var(--ink);
  font-size:14px;
  line-height:1.2;
  font-weight:900;
}

.wtwbr-map-v2__activity-meta{
  margin:0;
  color:var(--muted);
  font-size:12px;
  line-height:1.35;
  font-weight:600;
}

.wtwbr-map-v2__activity-time{
  color:var(--muted);
  font-size:12px;
  font-weight:800;
  white-space:nowrap;
}

.wtwbr-map-v2__activity-note{
  margin:12px 0 0;
  color:var(--muted);
  font-size:12px;
  line-height:1.45;
  font-weight:600;
}

/* Layout */
.wtwbr-map-v2__layout{
  height:calc(100% - 44px);
  display:grid;
  grid-template-columns:330px minmax(0,1fr);
  gap:0;
  min-height:0;
}

.wtwbr-map-v2__sidebar{
  min-height:0;
  overflow:auto;
  padding:10px;
  display:flex;
  flex-direction:column;
  gap:10px;
  background:#f7f5ef;
  border-right:1px solid var(--line);
}

.wtwbr-map-v2__mobile-sheet-head{
  display:none;
}

.wtwbr-map-v2__sidebar-card,
.wtwbr-map-v2__safety-card,
.wtwbr-map-v2__report-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  padding:16px;
}

.wtwbr-map-v2__hero-card{
  min-height:112px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 96px;
  gap:12px;
  align-items:start;
  background:
    linear-gradient(90deg,#fff 0%,rgba(255,255,255,.92) 60%,rgba(255,255,255,.68) 100%),
    radial-gradient(circle at 100% 100%, rgba(54,86,31,.18), transparent 54%);
}

.wtwbr-map-v2__hero-art{
  height:84px;
  opacity:.65;
  background:
    linear-gradient(135deg, transparent 0 38%, rgba(54,86,31,.18) 38% 42%, transparent 42%),
    radial-gradient(circle at 64% 84%, rgba(54,86,31,.22), transparent 38%);
  clip-path:polygon(0 100%, 20% 70%, 34% 86%, 52% 48%, 66% 66%, 82% 24%, 100% 100%);
}

.wtwbr-map-v2 h1{
  margin:0 0 8px;
  color:var(--green);
  font-size:20px;
  line-height:1.12;
  letter-spacing:.03em;
  text-transform:uppercase;
  font-weight:900;
}

.wtwbr-map-v2 h2{
  margin:0;
  color:var(--green);
  font-size:12px;
  line-height:1;
  letter-spacing:.11em;
  text-transform:uppercase;
  font-weight:900;
}

.wtwbr-map-v2 p{
  margin:0;
}

.wtwbr-map-v2__hero-card p{
  color:var(--muted);
  font-size:13px;
  line-height:1.45;
  font-weight:650;
}

.wtwbr-map-v2__card-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:12px;
}

.wtwbr-map-v2__card-head button{
  border:0;
  background:transparent;
  color:var(--green);
  font-size:12px;
  font-weight:900;
  cursor:pointer;
}

/* Species rail */
.wtwbr-map-v2__species-rail{
  display:flex;
  gap:10px;
  overflow-x:auto;
  overflow-y:hidden;
  padding:2px 2px 8px;
  scroll-snap-type:x proximity;
  scrollbar-width:thin;
}

.wtwbr-map-v2__species-chip{
  position:relative;
  min-width:78px;
  max-width:86px;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:7px;
  cursor:pointer;
  color:var(--ink);
  font-size:11px;
  line-height:1.12;
  font-weight:850;
  text-align:center;
  scroll-snap-align:start;
}

.wtwbr-map-v2__species-chip input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}

.wtwbr-map-v2__species-icon{
  position:relative;
  width:58px;
  height:58px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:#fff;
  border:1px solid var(--line-strong);
  color:var(--green);
  font-size:26px;
}

.wtwbr-map-v2__species-chip input:checked + .wtwbr-map-v2__species-icon{
  background:rgba(54,86,31,.09);
  border-color:var(--green);
  box-shadow:inset 0 0 0 2px rgba(54,86,31,.12);
}

.wtwbr-map-v2__species-chip input:checked + .wtwbr-map-v2__species-icon::after{
  content:"✓";
  position:absolute;
  right:-2px;
  bottom:-2px;
  width:19px;
  height:19px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:var(--green);
  color:#fff;
  font-size:11px;
  border:2px solid #fff;
}

.wtwbr-map-v2__species-name{
  display:block;
  min-height:24px;
}

.wtwbr-map-v2__species-count{
  color:var(--muted);
  font-size:11px;
  font-weight:900;
}

.wtwbr-map-v2__date-row{
  display:flex;
  justify-content:space-between;
  gap:10px;
  margin:14px 0 10px;
  color:var(--muted);
  font-size:12px;
  font-weight:800;
}

.wtwbr-map-v2 input[type="range"]{
  width:100%;
  accent-color:var(--orange);
}

.wtwbr-map-v2__date-value{
  margin-top:8px;
  color:var(--muted);
  font-size:12px;
  font-weight:700;
}

/* Admin */
.wtwbr-map-v2__admin-card{
  border-color:rgba(54,86,31,.14);
}

.wtwbr-map-v2__admin-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  margin-top:12px;
}

.wtwbr-map-v2__admin-row label,
.wtwbr-map-v2__report-form label{
  display:grid;
  gap:6px;
  color:var(--ink);
  font-size:12px;
  font-weight:900;
}

.wtwbr-map-v2__admin-row select,
.wtwbr-map-v2__admin-actions button{
  min-height:38px;
  border:1px solid var(--line-strong);
  border-radius:12px;
  background:#fff;
  color:var(--ink);
  font-size:13px;
  font-weight:800;
}

.wtwbr-map-v2__admin-actions{
  display:grid;
  grid-template-columns:1fr;
  gap:8px;
  margin-top:10px;
}

.wtwbr-map-v2__admin-actions button{
  cursor:pointer;
}

.wtwbr-map-v2__admin-actions button:first-child{
  background:var(--green);
  color:#fff;
  border-color:var(--green);
}

.wtwbr-map-v2__admin-card small{
  display:block;
  margin-top:10px;
  color:var(--muted);
  font-size:12px;
  line-height:1.45;
  font-weight:650;
}

/* Regions */
.wtwbr-map-v2__region-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  margin-top:12px;
}

.wtwbr-map-v2__region-grid button{
  min-height:46px;
  border:1px solid var(--line-strong);
  border-radius:12px;
  background:#fff;
  color:var(--ink);
  font-size:12px;
  line-height:1.2;
  font-weight:900;
  cursor:pointer;
}

.wtwbr-map-v2__region-grid button{
  background:var(--green);
  color:#fff;
  border-color:var(--green);
}

.wtwbr-map-v2__region-grid button span{
  display:block;
  margin-bottom:3px;
}

/* Safety */
.wtwbr-map-v2__safety-card{
  display:grid;
  grid-template-columns:42px minmax(0,1fr);
  gap:12px;
  background:
    linear-gradient(90deg, rgba(255,130,92,.08), #fff 70%),
    radial-gradient(circle at 100% 100%, rgba(54,86,31,.12), transparent 36%);
  border-color:rgba(255,130,92,.22);
}

.wtwbr-map-v2__safety-icon{
  width:42px;
  height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--orange);
  font-size:30px;
}

.wtwbr-map-v2__safety-card h2{
  margin-bottom:8px;
}

.wtwbr-map-v2__safety-card p{
  color:var(--ink);
  font-size:13px;
  line-height:1.5;
  font-weight:650;
}

/* Report */
.wtwbr-map-v2__report-card{
  padding:0;
  overflow:hidden;
  border-color:rgba(255,130,92,.22);
}

.wtwbr-map-v2__report-card > button{
  width:100%;
  min-height:76px;
  display:grid;
  grid-template-columns:44px minmax(0,1fr) auto;
  align-items:center;
  gap:12px;
  padding:14px 16px;
  border:0;
  background:#fff;
  color:var(--ink);
  cursor:pointer;
  text-align:left;
}

.wtwbr-map-v2__report-icon{
  color:var(--orange);
  font-size:30px;
}

.wtwbr-map-v2__report-card strong{
  display:block;
  color:var(--green);
  font-size:18px;
  line-height:1.1;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.wtwbr-map-v2__report-card em{
  display:block;
  margin-top:4px;
  color:var(--muted);
  font-size:13px;
  font-style:normal;
  line-height:1.35;
  font-weight:650;
}

.wtwbr-map-v2__report-form{
  display:grid;
  gap:10px;
  padding:0 16px 16px;
}

.wtwbr-map-v2__report-form[hidden]{
  display:none!important;
}

.wtwbr-map-v2__report-form input,
.wtwbr-map-v2__report-form select,
.wtwbr-map-v2__report-form textarea{
  width:100%;
  border:1px solid var(--line-strong);
  border-radius:12px;
  padding:10px;
  background:#fff;
  color:var(--ink);
  font-size:13px;
}

.wtwbr-map-v2__report-form textarea{
  min-height:88px;
  resize:vertical;
}

.wtwbr-map-v2__report-form button{
  min-height:42px;
  border:1px solid var(--orange);
  border-radius:999px;
  background:var(--orange);
  color:#fff;
  font-weight:900;
  cursor:pointer;
}

.wtwbr-map-v2__report-form small{
  color:var(--muted);
  font-size:12px;
  line-height:1.4;
}

/* Offline */
.wtwbr-map-v2__offline-card p,
.wtwbr-map-v2__tiles-status{
  margin-top:10px;
  color:var(--muted);
  font-size:12px;
  line-height:1.45;
  font-weight:650;
}

.wtwbr-map-v2__offline-card button{
  width:100%;
  min-height:42px;
  margin-top:10px;
  border-radius:999px;
  border:1px solid var(--green);
  background:var(--green);
  color:#fff;
  font-weight:900;
  cursor:pointer;
}

.wtwbr-map-v2__offline-card button[data-v2-tiles-clear],
.wtwbr-map-v2__offline-card button[data-v2-tiles-cancel]{
  background:#fff;
  color:var(--green);
}

/* Map */
.wtwbr-map-v2__map-stage{
  position:relative;
  min-width:0;
  min-height:0;
  overflow:hidden;
  background:#dfead4;
}

.wtwbr-map-v2__map{
  width:100%;
  height:100%;
  min-height:0;
}

.wtwbr-map-v2__legend{
  position:absolute;
  left:18px;
  bottom:18px;
  z-index:450;
  display:grid;
  gap:8px;
  padding:12px 14px;
  border:1px solid var(--line);
  border-radius:14px;
  background:rgba(255,255,255,.95);
  color:var(--ink);
  font-size:12px;
  font-weight:700;
}

.wtwbr-map-v2__legend span{
  display:flex;
  align-items:center;
  gap:8px;
}

.wtwbr-map-v2__legend i{
  width:10px;
  height:10px;
  border-radius:999px;
  display:block;
  background:var(--green);
}

.wtwbr-map-v2__legend .is-recent{
  background:var(--orange);
}

.wtwbr-map-v2__mobile-chip,
.wtwbr-map-v2__mobile-tools,
.wtwbr-map-v2__scrim{
  display:none;
}

.wtwbr-map-v2 .leaflet-control-zoom a{
  color:var(--green)!important;
}

.wtwbr-map-v2 .marker-cluster div{
  background:var(--green);
  color:#fff;
  border:2px solid #fff;
  box-shadow:0 0 0 2px rgba(255,130,92,.65);
}

.wtwbr-map-v2__dot{
  width:13px;
  height:13px;
  display:inline-block;
  border-radius:999px;
  background:var(--orange);
  outline:2px solid #fff;
  box-shadow:0 0 0 1px rgba(0,0,0,.24);
}

/* Popup */
.wtwbr-map-v2__popup{
  color:var(--ink);
}

.wtwbr-map-v2 .leaflet-popup-content-wrapper{
  border-radius:18px;
  border:1px solid var(--line);
  box-shadow:0 22px 54px rgba(16,24,40,.14);
}

.wtwbr-map-v2 .leaflet-popup-content{
  width:310px!important;
  margin:14px;
}

.wtwbr-map-v2__popup-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:12px;
  margin-bottom:8px;
}

.wtwbr-map-v2__popup-title{
  margin:0 0 4px;
  font-size:18px;
  line-height:1.15;
  font-weight:900;
}

.wtwbr-map-v2__popup-area{
  margin:0;
  color:var(--green);
  font-size:12px;
  line-height:1.3;
  font-weight:800;
}

.wtwbr-map-v2__popup-date{
  color:var(--muted);
  font-size:11px;
  font-weight:800;
  white-space:nowrap;
}

.wtwbr-map-v2__popup-main{
  display:grid;
  grid-template-columns:118px minmax(0,1fr);
  gap:10px;
  align-items:start;
}

.wtwbr-map-v2__popup-img{
  width:100%;
  height:92px;
  border-radius:12px;
  object-fit:cover;
  display:block;
  background:#edf0e8;
}

.wtwbr-map-v2__popup-body{
  margin:0;
  color:var(--ink);
  font-size:12px;
  line-height:1.45;
  font-weight:600;
}

.wtwbr-map-v2__popup-more{
  display:none;
  margin-top:10px;
  padding-top:10px;
  border-top:1px solid var(--line);
  color:var(--muted);
  font-size:12px;
  line-height:1.45;
  font-weight:600;
}

.wtwbr-map-v2__popup.is-expanded .wtwbr-map-v2__popup-more{
  display:block;
}

.wtwbr-map-v2__popup-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  margin-top:12px;
}

.wtwbr-map-v2__popup-actions button,
.wtwbr-map-v2__popup-actions a{
  min-height:40px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  border:1px solid var(--green);
  background:#fff;
  color:var(--green)!important;
  text-decoration:none!important;
  font-size:12px;
  line-height:1;
  font-weight:900;
  cursor:pointer;
}

.wtwbr-map-v2__popup-actions button{
  background:var(--green);
  color:#fff!important;
}

/* Mobile */
@media (max-width:880px){
  body.admin-bar .wtwbr-map-v2,
  .wtwbr-map-v2{
    height:100dvh;
    max-height:100dvh;
  }

  .wtwbr-map-v2__topbar{
    height:54px;
    grid-template-columns:minmax(0,1fr);
    padding:7px 10px;
    background:rgba(255,255,255,.96);
  }

  .wtwbr-map-v2__brand{
    display:none;
  }

  .wtwbr-map-v2__topbar-actions{
    justify-content:flex-start;
    gap:8px;
  }

  .wtwbr-map-v2__activity-toggle{
    min-height:40px;
    flex:1 1 auto;
    max-width:230px;
    font-size:13px;
  }

  .wtwbr-map-v2__activity-badge{
    min-height:40px;
    padding:0 12px;
    font-size:13px;
  }

  .wtwbr-map-v2__ticker{
    display:none;
  }

  .wtwbr-map-v2__layout{
    height:calc(100% - 54px);
    display:block;
  }

  .wtwbr-map-v2__map-stage{
    height:100%;
  }

  .wtwbr-map-v2__scrim{
    display:block;
    position:absolute;
    inset:54px 0 0;
    z-index:880;
    background:rgba(15,23,42,.24);
    opacity:0;
    pointer-events:none;
    transition:opacity .22s ease;
  }

  .wtwbr-map-v2.is-tools-open .wtwbr-map-v2__scrim{
    opacity:1;
    pointer-events:auto;
  }

  .wtwbr-map-v2__sidebar{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    top:auto;
    z-index:900;
    max-height:82dvh;
    transform:translateY(100%);
    transition:transform .24s ease;
    padding:16px 14px 18px;
    border-radius:28px 28px 0 0;
    border:1px solid var(--line);
    background:#fff;
    box-shadow:0 -18px 44px rgba(16,24,40,.16);
  }

  .wtwbr-map-v2.is-tools-open .wtwbr-map-v2__sidebar{
    transform:translateY(0);
  }

  .wtwbr-map-v2__mobile-sheet-head{
    position:sticky;
    top:0;
    z-index:5;
    display:grid;
    grid-template-columns:32px 1fr 32px;
    align-items:center;
    gap:8px;
    padding:0 0 12px;
    background:#fff;
  }

  .wtwbr-map-v2__mobile-sheet-head::before{
    content:"";
    position:absolute;
    top:0;
    left:50%;
    width:54px;
    height:5px;
    transform:translateX(-50%);
    border-radius:999px;
    background:rgba(28,33,38,.18);
  }

  .wtwbr-map-v2__mobile-sheet-head strong{
    margin-top:14px;
    color:var(--green);
    text-align:center;
    font-size:13px;
    letter-spacing:.12em;
    text-transform:uppercase;
  }

  .wtwbr-map-v2__mobile-sheet-head button{
    width:32px;
    height:32px;
    margin-top:10px;
    border:1px solid var(--line);
    border-radius:999px;
    background:#fff;
    color:var(--ink);
    font-size:20px;
    line-height:1;
  }

  .wtwbr-map-v2__hero-card{
    display:none;
  }

  .wtwbr-map-v2__species-rail{
    gap:12px;
  }

  .wtwbr-map-v2__species-chip{
    min-width:74px;
  }

  .wtwbr-map-v2__species-icon{
    width:58px;
    height:58px;
    font-size:26px;
  }

  .wtwbr-map-v2__region-grid{
    grid-template-columns:1fr 1fr;
  }

  .wtwbr-map-v2__safety-card{
    margin-top:0;
  }

  .wtwbr-map-v2__mobile-chip,
  .wtwbr-map-v2__mobile-tools{
    position:absolute;
    z-index:650;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    min-height:52px;
    border:1px solid var(--line);
    border-radius:999px;
    background:#fff;
    color:var(--ink);
    font-size:15px;
    font-weight:900;
    box-shadow:0 14px 34px rgba(16,24,40,.14);
  }

  .wtwbr-map-v2__mobile-chip{
    left:14px;
    bottom:20px;
    padding:0 18px;
  }

  .wtwbr-map-v2__mobile-tools{
    right:14px;
    bottom:20px;
    padding:0 18px;
  }

  .wtwbr-map-v2.is-tools-open .wtwbr-map-v2__mobile-chip,
  .wtwbr-map-v2.is-tools-open .wtwbr-map-v2__mobile-tools{
    display:none;
  }

  .wtwbr-map-v2__mobile-tools span{
    font-size:19px;
  }

  .wtwbr-map-v2__mobile-tools strong{
    font-size:15px;
  }

  .wtwbr-map-v2__legend{
    display:none;
  }

  .wtwbr-map-v2__activity-panel{
    top:62px;
    left:10px;
    right:10px;
    width:auto;
  }

  .wtwbr-map-v2 .leaflet-popup-content{
    width:min(330px,calc(100vw - 48px))!important;
  }

  .wtwbr-map-v2__popup-main{
    grid-template-columns:120px minmax(0,1fr);
  }

  .wtwbr-map-v2__popup-img{
    height:96px;
  }
}

/* =========================================================
   WTWBR MAP V2 0.4.0 PATCH
   Current plugin files + new app look, without losing tools.
========================================================= */
.wtwbr-map-v2__topbar{
  grid-template-columns:1fr;
  height:42px;
  padding:4px 8px;
}

.wtwbr-map-v2__topbar-actions{
  width:100%;
  min-width:0;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:8px;
}

.wtwbr-map-v2__activity-toggle{
  min-height:32px;
  padding:0 10px 0 12px;
  border-radius:999px;
}

.wtwbr-map-v2__activity-toggle strong{
  min-width:24px;
  height:24px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 7px;
  border-radius:999px;
  background:rgba(255,130,92,.18);
  color:#d94e24;
  font-size:11px;
  line-height:1;
  font-weight:900;
}

.wtwbr-map-v2__activity-badge{
  min-height:32px;
  padding:0 10px;
  border-radius:999px;
}

.wtwbr-map-v2__ticker{
  flex:1 1 auto;
  justify-content:flex-end;
  max-width:none;
}

.wtwbr-map-v2__layout{
  height:calc(100% - 42px);
}

.wtwbr-map-v2__activity-panel{
  top:48px;
}

.wtwbr-map-v2__species-rail,
.wtwbr-map-v2__species-strip{
  display:flex;
  gap:10px;
  overflow-x:auto;
  overflow-y:hidden;
  padding:2px 2px 8px;
  scroll-snap-type:x proximity;
  scrollbar-width:thin;
  -webkit-overflow-scrolling:touch;
}

.wtwbr-map-v2__admin-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  margin-top:12px;
}

.wtwbr-map-v2__admin-grid label{
  display:grid;
  gap:6px;
  color:var(--ink);
  font-size:12px;
  font-weight:900;
}

.wtwbr-map-v2__admin-grid select{
  min-height:38px;
  border:1px solid var(--line-strong);
  border-radius:12px;
  background:#fff;
  color:var(--ink);
  font-size:13px;
  font-weight:800;
}

.wtwbr-map-v2__report-card > button[aria-expanded="true"] .wtwbr-map-v2__report-arrow{
  transform:rotate(45deg);
}

.wtwbr-map-v2__report-arrow{
  transition:transform .18s ease;
  color:var(--green);
  font-size:24px;
  line-height:1;
  font-weight:900;
}

.wtwbr-map-v2__report-form{
  gap:8px;
  padding:0 16px 16px;
}

.wtwbr-map-v2__report-form label{
  display:block;
  margin:8px 0 2px;
  color:var(--ink);
  font-size:12px;
  line-height:1.2;
  font-weight:900;
}

.wtwbr-map-v2__report-form select,
.wtwbr-map-v2__report-form input,
.wtwbr-map-v2__report-form textarea{
  width:100%;
  border:1px solid var(--line-strong);
  border-radius:12px;
  padding:10px;
  background:#fff;
  color:var(--ink);
  font-size:13px;
  box-sizing:border-box;
}

.wtwbr-map-v2__report-form textarea{
  min-height:96px;
  resize:vertical;
}

.wtwbr-map-v2__report-form small{
  display:block;
  color:var(--muted);
  font-size:12px;
  line-height:1.4;
}

@media (max-width:880px){
  .wtwbr-map-v2__topbar{
    height:48px;
    padding:5px 8px;
  }

  .wtwbr-map-v2__topbar-actions{
    justify-content:flex-start;
    gap:7px;
  }

  .wtwbr-map-v2__activity-toggle{
    min-height:38px;
    flex:0 0 auto;
    max-width:none;
    font-size:12px;
  }

  .wtwbr-map-v2__activity-badge{
    min-height:38px;
    font-size:12px;
    padding:0 10px;
  }

  .wtwbr-map-v2__layout{
    height:calc(100% - 48px);
  }

  .wtwbr-map-v2__scrim{
    inset:48px 0 0;
  }

  .wtwbr-map-v2__activity-panel{
    top:54px;
    left:8px;
    right:8px;
    width:auto;
    max-height:60dvh;
    overflow:auto;
    -webkit-overflow-scrolling:touch;
  }

  .wtwbr-map-v2__sidebar{
    max-height:74dvh;
    height:auto;
    overflow-y:auto;
    overflow-x:hidden;
    -webkit-overflow-scrolling:touch;
    overscroll-behavior:contain;
    touch-action:pan-y;
    padding:18px 14px 22px;
  }

  .wtwbr-map-v2__mobile-sheet-head{
    margin:-2px 0 4px;
  }

  .wtwbr-map-v2__mobile-chip,
  .wtwbr-map-v2__mobile-tools{
    bottom:calc(env(safe-area-inset-bottom, 0px) + 30px);
    min-height:50px;
    z-index:720;
  }

  .wtwbr-map-v2__mobile-chip{
    left:12px;
    max-width:calc(50vw - 18px);
    padding:0 13px;
    font-size:13px;
  }

  .wtwbr-map-v2__mobile-tools{
    right:12px;
    padding:0 15px;
  }

  .wtwbr-map-v2__mobile-tools strong{
    font-size:14px;
  }

  .wtwbr-map-v2__legend{
    display:none!important;
  }
}

/* =========================================================
   WTWBR MAP V2 0.3.0 FINAL POLISH
   Keeps the map as the product. Adds thin activity bar,
   cleaner tools sheet, report accordion, and mobile polish.
========================================================= */

.wtwbr-map-v2__topbar{
  height:42px;
  grid-template-columns:1fr;
  padding:5px 9px;
}

.wtwbr-map-v2__brand,
.wtwbr-map-v2__brand-mark,
.wtwbr-map-v2__brand-text{
  display:none!important;
}

.wtwbr-map-v2__topbar-actions,
.wtwbr-map-v2__topbar-right{
  width:100%;
  min-width:0;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:9px;
}

.wtwbr-map-v2__activity-toggle{
  min-height:32px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:0 12px;
  border-radius:999px;
  border:1px solid var(--line-strong);
  background:#fff;
  color:var(--green);
  font-size:12px;
  line-height:1;
  font-weight:900;
  cursor:pointer;
  white-space:nowrap;
}

.wtwbr-map-v2__activity-toggle[aria-expanded="true"]{
  border-color:rgba(255,130,92,.32);
  background:rgba(255,130,92,.10);
}

.wtwbr-map-v2__activity-count{
  min-width:24px;
  height:22px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:var(--orange);
  color:#fff;
  font-size:11px;
  line-height:1;
  font-weight:900;
}

.wtwbr-map-v2__ticker{
  flex:1 1 auto;
  justify-content:flex-end;
  max-width:min(880px, 68vw);
  color:rgba(26,26,26,.74);
}

.wtwbr-map-v2__activity-panel{
  top:48px;
  right:10px;
  box-shadow:0 18px 44px rgba(16,24,40,.12);
}

.wtwbr-map-v2__filter-actions{
  display:inline-flex;
  align-items:center;
  gap:8px;
}

.wtwbr-map-v2__filter-actions button{
  min-height:30px;
  padding:0 10px;
  border:1px solid var(--line-strong)!important;
  border-radius:999px;
  background:#fff!important;
  color:var(--green)!important;
  font-size:11px!important;
  line-height:1;
  font-weight:900!important;
  cursor:pointer;
}

.wtwbr-map-v2__filter-actions button:hover,
.wtwbr-map-v2__filter-actions button:focus{
  background:var(--green)!important;
  border-color:var(--green)!important;
  color:#fff!important;
}

.wtwbr-map-v2__species-rail{
  padding:3px 2px 10px;
  gap:12px;
  scroll-snap-type:x proximity;
  -webkit-overflow-scrolling:touch;
}

.wtwbr-map-v2__species-chip{
  min-width:82px;
  max-width:92px;
}

.wtwbr-map-v2__species-icon{
  border-radius:18px;
  width:62px;
  height:62px;
  background:#fff;
}

.wtwbr-map-v2__report-card{
  margin-top:2px;
}

.wtwbr-map-v2__report-card > button{
  min-height:72px;
}

.wtwbr-map-v2__report-card.is-open > button,
.wtwbr-map-v2__report-card > button.is-open{
  border-bottom:1px solid var(--line);
}

.wtwbr-map-v2__report-icon{
  width:42px;
  height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:rgba(255,130,92,.12);
  color:var(--orange);
  font-size:25px;
  font-weight:900;
}

.wtwbr-map-v2__report-card .wtwbr-map-v2__report-arrow,
.wtwbr-map-v2__report-chevron{
  width:30px;
  height:30px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:rgba(54,86,31,.08);
  color:var(--green);
  font-size:22px;
  line-height:1;
  transition:transform .18s ease;
}

.wtwbr-map-v2__report-card.is-open .wtwbr-map-v2__report-arrow,
.wtwbr-map-v2__report-card > button.is-open .wtwbr-map-v2__report-arrow{
  transform:rotate(45deg);
}

.wtwbr-map-v2__report-form{
  padding:16px;
  gap:9px;
}

.wtwbr-map-v2__report-form label{
  display:block;
  margin:2px 0 3px;
  color:var(--ink);
  font-size:12px;
  font-weight:900;
  line-height:1.2;
}

.wtwbr-map-v2__report-form small{
  display:block;
  margin:0 0 4px;
}

.wtwbr-map-v2__apply-filters{
  display:none;
  width:100%;
  min-height:48px;
  margin:14px 0 0;
  border:1px solid var(--orange);
  border-radius:999px;
  background:var(--orange);
  color:#fff;
  font-size:14px;
  line-height:1;
  font-weight:900;
  cursor:pointer;
}

@media (max-width:880px){
  .wtwbr-map-v2__topbar{
    height:50px;
    padding:6px 10px;
  }

  .wtwbr-map-v2__topbar-actions,
  .wtwbr-map-v2__topbar-right{
    justify-content:flex-start;
    gap:8px;
  }

  .wtwbr-map-v2__activity-toggle{
    min-height:38px;
    flex:0 0 auto;
    max-width:calc(100vw - 20px);
    padding:0 12px;
    font-size:12px;
  }

  .wtwbr-map-v2__activity-count{
    min-width:24px;
    height:22px;
  }

  .wtwbr-map-v2__layout{
    height:calc(100% - 50px);
  }

  .wtwbr-map-v2__scrim{
    inset:50px 0 0;
  }

  .wtwbr-map-v2__activity-panel{
    top:58px;
    left:10px;
    right:10px;
    width:auto;
    max-height:62dvh;
    overflow:auto;
    -webkit-overflow-scrolling:touch;
  }

  .wtwbr-map-v2__sidebar{
    max-height:72dvh;
    height:72dvh;
    overflow-y:auto;
    overflow-x:hidden;
    -webkit-overflow-scrolling:touch;
    overscroll-behavior:contain;
    padding:16px 14px calc(env(safe-area-inset-bottom,0px) + 22px);
    border-radius:26px 26px 0 0;
  }

  .wtwbr-map-v2__mobile-sheet-head{
    padding-bottom:12px;
  }

  .wtwbr-map-v2__mobile-sheet-head strong{
    margin-top:14px;
  }

  .wtwbr-map-v2__species-rail{
    gap:11px;
    padding-bottom:12px;
  }

  .wtwbr-map-v2__species-chip{
    min-width:76px;
  }

  .wtwbr-map-v2__species-icon{
    width:58px;
    height:58px;
    border-radius:17px;
  }

  .wtwbr-map-v2__mobile-chip{
    left:14px;
    bottom:calc(env(safe-area-inset-bottom,0px) + 30px);
  }

  .wtwbr-map-v2__mobile-tools{
    right:14px;
    bottom:calc(env(safe-area-inset-bottom,0px) + 30px);
  }

  .wtwbr-map-v2__apply-filters{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    position:sticky;
    bottom:0;
    z-index:6;
  }

  .wtwbr-map-v2__report-card > button{
    min-height:70px;
  }
}


/* =========================================================
   WTWBR V2 0.4.1 fixes: activity dropdown + report accordion
========================================================= */
.wtwbr-map-v2__activity-toggle{
  position:relative;
  cursor:pointer;
}
.wtwbr-map-v2__activity-toggle.is-open,
.wtwbr-map-v2.is-activity-open .wtwbr-map-v2__activity-toggle{
  background:var(--green);
  border-color:var(--green);
  color:#fff;
}
.wtwbr-map-v2__activity-toggle.is-open .wtwbr-map-v2__activity-count,
.wtwbr-map-v2.is-activity-open .wtwbr-map-v2__activity-count{
  background:#fff;
  color:var(--green);
}
.wtwbr-map-v2__activity-panel[hidden]{
  display:none !important;
}
.wtwbr-map-v2__activity-panel{
  display:block;
}
.wtwbr-map-v2__activity-list:empty::before{
  content:"Recent field activity is loading.";
  display:block;
  padding:14px;
  border:1px solid var(--line);
  border-radius:14px;
  color:var(--muted);
  font-size:13px;
  line-height:1.45;
  font-weight:650;
}
.wtwbr-map-v2__report-card{
  display:block !important;
}
.wtwbr-map-v2__report-card > button{
  width:100%;
  min-height:68px;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:12px;
  padding:15px 16px;
  border:1px solid rgba(255,130,92,.24);
  border-radius:20px;
  background:rgba(255,130,92,.10);
  color:var(--ink);
  cursor:pointer;
  text-align:left;
}
.wtwbr-map-v2__report-card > button:hover,
.wtwbr-map-v2__report-card > button:focus{
  border-color:rgba(255,130,92,.42);
  outline:none;
}
.wtwbr-map-v2__report-icon{
  width:38px;
  height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:var(--orange);
  color:#fff;
  font-size:24px;
  line-height:1;
  font-weight:900;
}
.wtwbr-map-v2__report-arrow{
  width:30px;
  height:30px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:#fff;
  color:var(--green);
  font-size:22px;
  line-height:1;
  font-weight:900;
  transition:transform .18s ease;
}
.wtwbr-map-v2__report-card.is-open .wtwbr-map-v2__report-arrow,
.wtwbr-map-v2__report-card > button.is-open .wtwbr-map-v2__report-arrow{
  transform:rotate(45deg);
}
.wtwbr-map-v2__report-card strong{
  display:block;
  color:var(--ink);
  font-size:16px;
  line-height:1.15;
  font-weight:900;
}
.wtwbr-map-v2__report-card em{
  display:block;
  margin-top:4px;
  color:var(--muted);
  font-size:12.5px;
  line-height:1.35;
  font-style:normal;
  font-weight:650;
}
.wtwbr-map-v2__report-form{
  margin-top:12px;
  padding:16px;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
}
.wtwbr-map-v2__report-form[hidden]{
  display:none !important;
}
.wtwbr-map-v2__report-form label{
  display:block;
  margin:10px 0 6px;
  color:var(--ink);
  font-size:13px;
  line-height:1.2;
  font-weight:900;
}
.wtwbr-map-v2__report-form input,
.wtwbr-map-v2__report-form select,
.wtwbr-map-v2__report-form textarea{
  width:100%;
  box-sizing:border-box;
  padding:11px 12px;
  border:1px solid rgba(28,33,38,.12);
  border-radius:14px;
  background:#fff;
  color:var(--ink);
  font-size:14px;
  outline:none;
}
.wtwbr-map-v2__report-form textarea{
  min-height:110px;
  resize:vertical;
}
.wtwbr-map-v2__report-form input:focus,
.wtwbr-map-v2__report-form select:focus,
.wtwbr-map-v2__report-form textarea:focus{
  border-color:rgba(255,130,92,.70);
  box-shadow:0 0 0 3px rgba(255,130,92,.22);
}
.wtwbr-map-v2__report-form small{
  display:block;
  margin-top:6px;
  color:var(--muted);
  font-size:12px;
  line-height:1.4;
  font-weight:600;
}
.wtwbr-map-v2__report-form button[type="submit"]{
  width:100%;
  min-height:48px;
  margin-top:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid var(--orange);
  border-radius:999px;
  background:var(--orange);
  color:#fff;
  font-size:14px;
  line-height:1;
  font-weight:900;
  cursor:pointer;
}
.wtwbr-map-v2__report-form button[type="submit"]:hover,
.wtwbr-map-v2__report-form button[type="submit"]:focus{
  background:var(--green);
  border-color:var(--green);
  color:#fff;
}
@media (max-width:880px){
  .wtwbr-map-v2__activity-panel{
    top:58px;
    left:10px;
    right:10px;
    width:auto;
    max-height:58dvh;
    overflow:auto;
    -webkit-overflow-scrolling:touch;
  }
  .wtwbr-map-v2__report-card > button{
    min-height:66px;
    padding:14px;
  }
}

/* =========================================================
   WTWBR MAP V2 0.4.1 PATCH
   Fixes: report-a-sighting accordion + activity dropdown.
========================================================= */

.wtwbr-map-v2__activity-toggle{
  cursor:pointer;
}

.wtwbr-map-v2__activity-panel[hidden]{
  display:none !important;
}

.wtwbr-map-v2__activity-panel.is-open{
  display:block !important;
}

.wtwbr-map-v2__activity-empty{
  padding:14px;
  border:1px solid var(--line);
  border-radius:14px;
  background:rgba(54,86,31,.05);
  color:var(--muted);
  font-size:13px;
  line-height:1.45;
  font-weight:700;
}

.wtwbr-map-v2__report-card{
  display:block !important;
  padding:0 !important;
  overflow:hidden;
  border:1px solid rgba(255,130,92,.24) !important;
  border-radius:18px !important;
  background:#fff !important;
}

.wtwbr-map-v2__report-toggle{
  width:100%;
  min-height:74px;
  display:grid;
  grid-template-columns:42px minmax(0,1fr) auto;
  align-items:center;
  gap:12px;
  padding:14px 16px;
  border:0;
  background:#fff;
  color:var(--ink);
  cursor:pointer;
  text-align:left;
}

.wtwbr-map-v2__report-toggle:hover,
.wtwbr-map-v2__report-toggle:focus{
  outline:none;
  background:rgba(255,130,92,.06);
}

.wtwbr-map-v2__report-icon{
  width:36px;
  height:36px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:rgba(255,130,92,.14);
  border:1px solid rgba(255,130,92,.24);
  color:var(--orange);
  font-size:24px;
  line-height:1;
  font-weight:900;
}

.wtwbr-map-v2__report-text strong{
  display:block;
  color:var(--green);
  font-size:17px;
  line-height:1.1;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.wtwbr-map-v2__report-text em{
  display:block;
  margin-top:4px;
  color:var(--muted);
  font-size:13px;
  font-style:normal;
  line-height:1.35;
  font-weight:650;
}

.wtwbr-map-v2__report-arrow{
  color:var(--orange);
  font-size:28px;
  line-height:1;
  transition:transform 180ms ease;
}

.wtwbr-map-v2__report-toggle.is-open .wtwbr-map-v2__report-arrow,
.wtwbr-map-v2__report-card.is-open .wtwbr-map-v2__report-arrow{
  transform:rotate(90deg);
}

.wtwbr-map-v2__report-panel{
  padding:0 16px 16px;
}

.wtwbr-map-v2__report-panel[hidden]{
  display:none !important;
}

.wtwbr-map-v2__report-form{
  display:grid;
  gap:10px;
  padding:0;
}

.wtwbr-map-v2__report-form label{
  display:grid;
  gap:6px;
  color:var(--ink);
  font-size:12px;
  line-height:1.2;
  font-weight:900;
}

.wtwbr-map-v2__report-form input,
.wtwbr-map-v2__report-form select,
.wtwbr-map-v2__report-form textarea{
  width:100%;
  border:1px solid var(--line-strong);
  border-radius:12px;
  padding:10px;
  background:#fff;
  color:var(--ink);
  font-size:13px;
  outline:none;
}

.wtwbr-map-v2__report-form input:focus,
.wtwbr-map-v2__report-form select:focus,
.wtwbr-map-v2__report-form textarea:focus{
  border-color:rgba(255,130,92,.7);
  box-shadow:0 0 0 3px rgba(255,130,92,.22);
}

.wtwbr-map-v2__report-form select{
  min-height:112px;
}

.wtwbr-map-v2__report-form textarea{
  min-height:108px;
  resize:vertical;
}

.wtwbr-map-v2__report-form small{
  display:block;
  margin-top:2px;
  color:var(--muted);
  font-size:12px;
  line-height:1.4;
  font-weight:650;
}

.wtwbr-map-v2__report-submit{
  width:100%;
  min-height:46px;
  margin-top:4px;
  border:1px solid var(--orange);
  border-radius:999px;
  background:var(--orange);
  color:#fff;
  font-size:14px;
  line-height:1;
  font-weight:900;
  cursor:pointer;
}

.wtwbr-map-v2__report-submit:hover,
.wtwbr-map-v2__report-submit:focus{
  background:var(--green);
  border-color:var(--green);
  color:#fff;
  outline:none;
}

@media (max-width:880px){
  .wtwbr-map-v2__report-card{
    order:4;
  }

  .wtwbr-map-v2__report-toggle{
    min-height:68px;
    padding:13px 14px;
  }

  .wtwbr-map-v2__report-panel{
    padding:0 14px 14px;
  }
}

/* =========================================================
   WTWBR MAP V2 0.4.1 PATCH
   Report-a-sighting accordion + recent field opportunities drawer.
========================================================= */

.wtwbr-map-v2__activity-toggle{
  cursor:pointer;
}

.wtwbr-map-v2__activity-toggle strong,
.wtwbr-map-v2__activity-count{
  min-width:22px;
  height:22px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:var(--orange);
  color:#fff;
  font-size:11px;
  line-height:1;
  font-weight:900;
}

.wtwbr-map-v2__activity-panel{
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  box-shadow:0 22px 54px rgba(16,24,40,.14);
}

.wtwbr-map-v2__activity-panel.is-open{
  display:block;
}

.wtwbr-map-v2__activity-panel[hidden]{
  display:none!important;
}

.wtwbr-map-v2__activity-item{
  width:100%;
  display:grid;
  grid-template-columns:44px minmax(0,1fr) auto;
  gap:12px;
  align-items:center;
  padding:12px 0;
  border:0;
  border-bottom:1px solid var(--line);
  background:transparent;
  text-align:left;
  cursor:pointer;
}

.wtwbr-map-v2__activity-item:last-child{
  border-bottom:0;
}

.wtwbr-map-v2__activity-item:hover .wtwbr-map-v2__activity-title,
.wtwbr-map-v2__activity-item:focus .wtwbr-map-v2__activity-title{
  color:var(--green);
}

.wtwbr-map-v2__activity-copy{
  min-width:0;
  display:block;
}

.wtwbr-map-v2__activity-title{
  display:block;
  margin:0 0 4px;
  color:var(--ink);
  font-size:14px;
  line-height:1.2;
  font-weight:900;
}

.wtwbr-map-v2__activity-meta{
  display:block;
  color:var(--muted);
  font-size:12px;
  line-height:1.35;
  font-weight:650;
}

.wtwbr-map-v2__activity-time{
  color:var(--green);
  font-size:11px;
  line-height:1;
  font-weight:900;
  white-space:nowrap;
}

.wtwbr-map-v2__activity-empty{
  padding:16px;
  color:var(--muted);
  font-size:13px;
  line-height:1.45;
  font-weight:700;
}

.wtwbr-map-v2__report-card{
  padding:0;
  overflow:hidden;
  border:1px solid rgba(255,130,92,.22);
  background:#fff;
}

.wtwbr-map-v2__report-toggle,
.wtwbr-map-v2__report-card > button{
  width:100%;
  min-height:74px;
  display:grid;
  grid-template-columns:44px minmax(0,1fr) 34px;
  align-items:center;
  gap:12px;
  padding:14px 16px;
  border:0;
  background:#fff;
  color:var(--ink);
  cursor:pointer;
  text-align:left;
}

.wtwbr-map-v2__report-icon{
  width:44px;
  height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:rgba(255,130,92,.12);
  border:1px solid rgba(255,130,92,.22);
  color:var(--orange);
  font-size:25px;
  line-height:1;
}

.wtwbr-map-v2__report-copy{
  min-width:0;
}

.wtwbr-map-v2__report-copy strong,
.wtwbr-map-v2__report-card strong{
  display:block;
  color:var(--green);
  font-size:18px;
  line-height:1.1;
  font-weight:900;
  letter-spacing:.035em;
  text-transform:uppercase;
}

.wtwbr-map-v2__report-copy em,
.wtwbr-map-v2__report-card em{
  display:block;
  margin-top:4px;
  color:var(--muted);
  font-size:13px;
  line-height:1.35;
  font-style:normal;
  font-weight:650;
}

.wtwbr-map-v2__report-arrow{
  width:34px;
  height:34px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:#fff;
  border:1px solid var(--line);
  color:var(--green);
  font-size:26px;
  line-height:1;
  transition:transform .18s ease, background .18s ease, color .18s ease;
}

.wtwbr-map-v2__report-card.is-open .wtwbr-map-v2__report-arrow,
.wtwbr-map-v2__report-toggle.is-open .wtwbr-map-v2__report-arrow{
  transform:rotate(45deg);
  background:var(--orange);
  color:#fff;
  border-color:var(--orange);
}

.wtwbr-map-v2__report-panel{
  padding:0 16px 16px;
}

.wtwbr-map-v2__report-panel[hidden],
.wtwbr-map-v2__report-form[hidden]{
  display:none!important;
}

.wtwbr-map-v2__report-form{
  display:grid;
  gap:11px;
  padding-top:2px;
}

.wtwbr-map-v2__report-form label{
  display:grid;
  gap:6px;
  color:var(--ink);
  font-size:13px;
  line-height:1.2;
  font-weight:850;
}

.wtwbr-map-v2__report-form label span{
  color:var(--muted);
  font-weight:700;
}

.wtwbr-map-v2__report-form input,
.wtwbr-map-v2__report-form select,
.wtwbr-map-v2__report-form textarea{
  width:100%;
  box-sizing:border-box;
  border:1px solid rgba(28,33,38,.12);
  border-radius:14px;
  background:#fff;
  color:var(--ink);
  font:600 14px/1.35 var(--body);
  outline:none;
  padding:11px 12px;
}

.wtwbr-map-v2__report-form select{
  min-height:108px;
}

.wtwbr-map-v2__report-form textarea{
  min-height:110px;
  resize:vertical;
}

.wtwbr-map-v2__report-form input:focus,
.wtwbr-map-v2__report-form select:focus,
.wtwbr-map-v2__report-form textarea:focus{
  border-color:rgba(255,130,92,.70);
  box-shadow:0 0 0 3px rgba(255,130,92,.22);
}

.wtwbr-map-v2__report-form small,
.wtwbr-map-v2__report-note{
  margin-top:-2px;
  color:var(--muted);
  font-size:12px;
  line-height:1.35;
  font-weight:650;
}

.wtwbr-map-v2__report-submit,
.wtwbr-map-v2__report-form button[type="submit"]{
  min-height:48px;
  width:100%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid var(--orange);
  border-radius:999px;
  background:var(--orange);
  color:#fff;
  font-size:14px;
  line-height:1;
  font-weight:900;
  cursor:pointer;
}

.wtwbr-map-v2__report-submit:hover,
.wtwbr-map-v2__report-submit:focus,
.wtwbr-map-v2__report-form button[type="submit"]:hover,
.wtwbr-map-v2__report-form button[type="submit"]:focus{
  background:var(--green);
  border-color:var(--green);
  color:#fff;
}

@media (max-width:880px){
  .wtwbr-map-v2__activity-panel{
    top:58px;
    left:10px;
    right:10px;
    width:auto;
    max-height:62dvh;
    overflow:auto;
    -webkit-overflow-scrolling:touch;
  }

  .wtwbr-map-v2__report-toggle,
  .wtwbr-map-v2__report-card > button{
    min-height:72px;
    padding:14px;
  }

  .wtwbr-map-v2__report-panel{
    padding:0 14px 16px;
  }
}


/* =========================================================
   WTWBR MAP V2 0.4.3 PATCH
   Recent activity is now anchored to the header only.
   Species filter clicks no longer trigger or position the activity dropdown.
========================================================= */

.wtwbr-map-v2__activity-panel{
  position:fixed !important;
  top:52px !important;
  right:10px !important;
  left:auto !important;
  bottom:auto !important;
  transform:none !important;
  z-index:200000 !important;
  width:min(520px, calc(100vw - 20px)) !important;
  max-height:min(66dvh, 620px) !important;
  overflow:auto !important;
  -webkit-overflow-scrolling:touch;
  background:#ffffff;
  border:1px solid rgba(28,33,38,.08);
  border-radius:18px;
  box-shadow:0 22px 54px rgba(16,24,40,.14);
}

.wtwbr-map-v2__activity-panel[hidden]{
  display:none !important;
}

.wtwbr-map-v2__activity-panel.is-open,
.wtwbr-map-v2.is-activity-open .wtwbr-map-v2__activity-panel{
  display:block !important;
}

.wtwbr-map-v2__activity-toggle{
  pointer-events:auto !important;
  position:relative;
  z-index:200001;
}

.wtwbr-map-v2__ticker{
  pointer-events:none !important;
}

.wtwbr-map-v2__species-rail,
.wtwbr-map-v2__species-chip,
.wtwbr-map-v2__species-chip *{
  pointer-events:auto !important;
}

.wtwbr-map-v2__activity-panel .wtwbr-map-v2__activity-item{
  cursor:default;
}

@media (max-width:880px){
  .wtwbr-map-v2__activity-panel{
    top:58px !important;
    left:10px !important;
    right:10px !important;
    width:auto !important;
    max-height:62dvh !important;
  }
}

/* =========================================================
   WTWBR MAP V2 0.4.5 PATCH
   Green animal SVG icons, no image thumbnails in activity/popup,
   and report-a-sighting visibility.
========================================================= */

.wtwbr-map-v2__animal-svg{
  width:100%;
  height:100%;
  display:block;
  color:#36561f;
  stroke:currentColor;
}

.wtwbr-map-v2__species-icon,
.wtwbr-map-v2__activity-avatar,
.wtwbr-map-v2__popup-icon,
.wtwbr-map-v2__mobile-chip span{
  color:#36561f !important;
}

.wtwbr-map-v2__species-icon{
  background:rgba(54,86,31,.08) !important;
  border:1px solid rgba(54,86,31,.16) !important;
}

.wtwbr-map-v2__species-icon .wtwbr-map-v2__animal-svg{
  width:34px;
  height:34px;
}

.wtwbr-map-v2__species-chip input:checked + .wtwbr-map-v2__species-icon{
  background:#36561f !important;
  border-color:#36561f !important;
  color:#ffffff !important;
}

.wtwbr-map-v2__species-chip input:checked + .wtwbr-map-v2__species-icon .wtwbr-map-v2__animal-svg{
  color:#ffffff !important;
}

.wtwbr-map-v2__activity-avatar{
  width:44px;
  height:44px;
  display:flex !important;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  background:rgba(54,86,31,.08) !important;
  border:1px solid rgba(54,86,31,.14);
  overflow:hidden;
}

.wtwbr-map-v2__activity-avatar img{
  display:none !important;
}

.wtwbr-map-v2__activity-avatar .wtwbr-map-v2__animal-svg{
  width:26px;
  height:26px;
}

.wtwbr-map-v2__popup-main{
  grid-template-columns:92px minmax(0,1fr) !important;
}

.wtwbr-map-v2__popup-img{
  display:none !important;
}

.wtwbr-map-v2__popup-icon{
  width:92px;
  height:92px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:18px;
  background:rgba(54,86,31,.08);
  border:1px solid rgba(54,86,31,.14);
}

.wtwbr-map-v2__popup-icon .wtwbr-map-v2__animal-svg{
  width:54px;
  height:54px;
}

.wtwbr-map-v2__mobile-chip span{
  width:24px;
  height:24px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

.wtwbr-map-v2__mobile-chip span .wtwbr-map-v2__animal-svg{
  width:22px;
  height:22px;
}

.wtwbr-map-v2__report-card{
  display:block !important;
  margin-top:14px !important;
  border:1px solid rgba(255,130,92,.28) !important;
  border-radius:18px !important;
  background:#ffffff !important;
  overflow:hidden !important;
}

.wtwbr-map-v2__report-card > button{
  display:grid !important;
  grid-template-columns:44px minmax(0,1fr) 34px !important;
  width:100% !important;
  min-height:76px !important;
  padding:14px 16px !important;
  border:0 !important;
  background:#ffffff !important;
  color:#1a1a1a !important;
  cursor:pointer !important;
  text-align:left !important;
}

.wtwbr-map-v2__report-form{
  display:grid;
  gap:11px;
  padding:0 16px 16px !important;
}

.wtwbr-map-v2__report-form[hidden]{
  display:none !important;
}

.wtwbr-map-v2__report-form label{
  margin:0 0 -4px;
  color:#1a1a1a;
  font-size:13px;
  line-height:1.2;
  font-weight:800;
}

.wtwbr-map-v2__report-form input,
.wtwbr-map-v2__report-form select,
.wtwbr-map-v2__report-form textarea{
  width:100%;
  box-sizing:border-box;
  border:1px solid rgba(28,33,38,.12);
  border-radius:14px;
  padding:11px 12px;
  background:#ffffff;
  color:#1a1a1a;
  font-size:14px;
  outline:none;
}

.wtwbr-map-v2__report-form textarea{
  min-height:110px;
}

.wtwbr-map-v2__report-form button[type="submit"]{
  width:100%;
  min-height:46px;
  border:1px solid #FF825C;
  border-radius:999px;
  background:#FF825C;
  color:#ffffff;
  font-size:14px;
  line-height:1;
  font-weight:900;
  cursor:pointer;
}

.wtwbr-map-v2__report-form button[type="submit"]:hover,
.wtwbr-map-v2__report-form button[type="submit"]:focus{
  background:#36561f;
  border-color:#36561f;
  color:#ffffff;
}

@media (max-width:880px){
  .wtwbr-map-v2__sidebar{
    max-height:78vh !important;
    height:78vh !important;
    overflow-y:auto !important;
    -webkit-overflow-scrolling:touch;
  }

  .wtwbr-map-v2__report-card{
    margin-top:16px !important;
    margin-bottom:16px !important;
  }
}


/* =========================================================
   WTWBR MAP V2 0.4.7 FINAL FIX
   Hard-requires report accordion and green animal icons.
========================================================= */
.wtwbr-map-v2__animal-svg{
  width:22px;
  height:22px;
  display:block;
  color:var(--green);
  stroke:currentColor;
}

.wtwbr-map-v2__species-icon,
.wtwbr-map-v2__activity-avatar,
.wtwbr-map-v2__popup-icon,
.wtwbr-map-v2__popup-title-icon{
  color:var(--green) !important;
}

.wtwbr-map-v2__activity-avatar img{
  display:none !important;
}

.wtwbr-map-v2__activity-avatar{
  background:rgba(54,86,31,.08) !important;
  border:1px solid rgba(54,86,31,.14) !important;
  overflow:visible !important;
}

.wtwbr-map-v2__popup-title-icon{
  width:28px;
  height:28px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  vertical-align:middle;
  margin-right:6px;
  border-radius:999px;
  background:rgba(54,86,31,.08);
  border:1px solid rgba(54,86,31,.14);
}

.wtwbr-map-v2__popup-title-icon .wtwbr-map-v2__animal-svg{
  width:17px;
  height:17px;
}

.wtwbr-map-v2__popup-icon{
  background:rgba(54,86,31,.08) !important;
  border:1px solid rgba(54,86,31,.14) !important;
}

.wtwbr-map-v2__popup-icon .wtwbr-map-v2__animal-svg{
  width:26px;
  height:26px;
}

.wtwbr-map-v2__report-card{
  display:block !important;
  position:relative !important;
  z-index:2 !important;
  padding:0 !important;
  overflow:hidden !important;
  border:1px solid rgba(255,130,92,.28) !important;
  border-radius:18px !important;
  background:#fff !important;
}

.wtwbr-map-v2__report-toggle{
  width:100% !important;
  min-height:74px !important;
  display:grid !important;
  grid-template-columns:44px minmax(0,1fr) 34px !important;
  align-items:center !important;
  gap:12px !important;
  padding:14px 16px !important;
  border:0 !important;
  background:#fff !important;
  color:var(--ink) !important;
  cursor:pointer !important;
  text-align:left !important;
}

.wtwbr-map-v2__report-toggle:hover,
.wtwbr-map-v2__report-toggle:focus{
  outline:none !important;
  background:rgba(255,130,92,.06) !important;
}

.wtwbr-map-v2__report-icon{
  width:44px !important;
  height:44px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:999px !important;
  background:rgba(255,130,92,.12) !important;
  border:1px solid rgba(255,130,92,.22) !important;
  color:var(--orange) !important;
  font-size:24px !important;
  line-height:1 !important;
}

.wtwbr-map-v2__report-copy strong,
.wtwbr-map-v2__report-card strong{
  display:block !important;
  color:var(--green) !important;
  font-size:18px !important;
  line-height:1.1 !important;
  font-weight:900 !important;
  letter-spacing:.035em !important;
  text-transform:uppercase !important;
}

.wtwbr-map-v2__report-copy em,
.wtwbr-map-v2__report-card em{
  display:block !important;
  margin-top:4px !important;
  color:var(--muted) !important;
  font-size:13px !important;
  line-height:1.35 !important;
  font-style:normal !important;
  font-weight:650 !important;
}

.wtwbr-map-v2__report-arrow{
  width:34px !important;
  height:34px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:999px !important;
  border:1px solid var(--line) !important;
  color:var(--green) !important;
  background:#fff !important;
  font-size:26px !important;
  line-height:1 !important;
  transition:transform .18s ease, background .18s ease, color .18s ease !important;
}

.wtwbr-map-v2__report-card.is-open .wtwbr-map-v2__report-arrow,
.wtwbr-map-v2__report-toggle.is-open .wtwbr-map-v2__report-arrow{
  transform:rotate(45deg) !important;
  background:var(--orange) !important;
  border-color:var(--orange) !important;
  color:#fff !important;
}

.wtwbr-map-v2__report-panel{
  display:block;
  padding:0 16px 16px !important;
}

.wtwbr-map-v2__report-panel[hidden]{
  display:none !important;
}

.wtwbr-map-v2__report-form{
  display:grid !important;
  gap:11px !important;
  padding-top:2px !important;
}

.wtwbr-map-v2__report-form label{
  display:grid !important;
  gap:6px !important;
  color:var(--ink) !important;
  font-size:13px !important;
  line-height:1.2 !important;
  font-weight:850 !important;
}

.wtwbr-map-v2__report-form input,
.wtwbr-map-v2__report-form select,
.wtwbr-map-v2__report-form textarea{
  width:100% !important;
  box-sizing:border-box !important;
  border:1px solid rgba(28,33,38,.12) !important;
  border-radius:14px !important;
  background:#fff !important;
  color:var(--ink) !important;
  font:600 14px/1.35 var(--font) !important;
  outline:none !important;
  padding:11px 12px !important;
}

.wtwbr-map-v2__report-form textarea{
  min-height:108px !important;
  resize:vertical !important;
}

.wtwbr-map-v2__report-form select{
  min-height:112px !important;
}

.wtwbr-map-v2__report-form small{
  display:block !important;
  margin-top:2px !important;
  color:var(--muted) !important;
  font-size:12px !important;
  line-height:1.4 !important;
  font-weight:650 !important;
}

.wtwbr-map-v2__report-submit,
.wtwbr-map-v2__report-form button[type="submit"]{
  width:100% !important;
  min-height:48px !important;
  margin-top:4px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  border:1px solid var(--orange) !important;
  border-radius:999px !important;
  background:var(--orange) !important;
  color:#fff !important;
  font-size:14px !important;
  line-height:1 !important;
  font-weight:900 !important;
  cursor:pointer !important;
}

.wtwbr-map-v2__report-submit:hover,
.wtwbr-map-v2__report-submit:focus,
.wtwbr-map-v2__report-form button[type="submit"]:hover,
.wtwbr-map-v2__report-form button[type="submit"]:focus{
  background:var(--green) !important;
  border-color:var(--green) !important;
  color:#fff !important;
  outline:none !important;
}

@media (max-width:880px){
  .wtwbr-map-v2__report-card{
    margin-top:0 !important;
  }

  .wtwbr-map-v2__report-toggle{
    min-height:68px !important;
    padding:13px 14px !important;
  }

  .wtwbr-map-v2__report-panel{
    padding:0 14px 14px !important;
  }
}


/* =========================================================
   WTWBR V2 0.4.8 REPORT SIGHTING FAILSAFE
   Keeps the report accordion visible and styled in the sidebar.
========================================================= */
.wtwbr-map-v2__report-card{
  display:block !important;
  width:100%;
  margin:14px 0 0;
  padding:0 !important;
  overflow:hidden;
  border:1px solid rgba(255,130,92,.28) !important;
  border-radius:18px !important;
  background:#fff !important;
}

.wtwbr-map-v2__report-toggle,
.wtwbr-map-v2__report-card > button{
  width:100% !important;
  min-height:72px;
  display:grid !important;
  grid-template-columns:42px minmax(0,1fr) auto;
  align-items:center;
  gap:12px;
  padding:14px 16px !important;
  border:0 !important;
  background:#fff !important;
  color:var(--ink);
  cursor:pointer;
  text-align:left;
}

.wtwbr-map-v2__report-toggle:hover,
.wtwbr-map-v2__report-toggle:focus{
  background:rgba(255,130,92,.07) !important;
  outline:none;
}

.wtwbr-map-v2__report-icon{
  width:36px;
  height:36px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:rgba(255,130,92,.14);
  border:1px solid rgba(255,130,92,.24);
  color:var(--orange);
  font-size:22px;
  line-height:1;
  font-weight:900;
}

.wtwbr-map-v2__report-copy strong,
.wtwbr-map-v2__report-text strong,
.wtwbr-map-v2__report-card strong{
  display:block;
  color:var(--green);
  font-size:17px;
  line-height:1.1;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.wtwbr-map-v2__report-copy em,
.wtwbr-map-v2__report-text em,
.wtwbr-map-v2__report-card em{
  display:block;
  margin-top:4px;
  color:var(--muted);
  font-size:13px;
  font-style:normal;
  line-height:1.35;
  font-weight:650;
}

.wtwbr-map-v2__report-arrow{
  color:var(--orange);
  font-size:28px;
  line-height:1;
  transition:transform 180ms ease;
}

.wtwbr-map-v2__report-toggle.is-open .wtwbr-map-v2__report-arrow,
.wtwbr-map-v2__report-card.is-open .wtwbr-map-v2__report-arrow{
  transform:rotate(45deg);
}

.wtwbr-map-v2__report-panel{
  padding:0 16px 16px !important;
}

.wtwbr-map-v2__report-panel[hidden]{
  display:none !important;
}

.wtwbr-map-v2__report-form{
  display:grid !important;
  gap:10px;
  padding:0 !important;
}

.wtwbr-map-v2__report-form label{
  display:block;
  color:var(--ink);
  font-size:12px;
  line-height:1.2;
  font-weight:900;
}

.wtwbr-map-v2__report-form input,
.wtwbr-map-v2__report-form select,
.wtwbr-map-v2__report-form textarea{
  width:100%;
  border:1px solid var(--line-strong);
  border-radius:12px;
  padding:10px;
  background:#fff;
  color:var(--ink);
  font-size:13px;
  outline:none;
}

.wtwbr-map-v2__report-form select{
  min-height:112px;
}

.wtwbr-map-v2__report-form textarea{
  min-height:108px;
  resize:vertical;
}

.wtwbr-map-v2__report-form small{
  display:block;
  color:var(--muted);
  font-size:12px;
  line-height:1.4;
  font-weight:650;
}

.wtwbr-map-v2__report-submit{
  width:100%;
  min-height:46px;
  border:1px solid var(--orange);
  border-radius:999px;
  background:var(--orange);
  color:#fff;
  font-size:14px;
  line-height:1;
  font-weight:900;
  cursor:pointer;
}

.wtwbr-map-v2__report-submit:hover,
.wtwbr-map-v2__report-submit:focus{
  background:var(--green);
  border-color:var(--green);
  color:#fff;
}

@media (max-width:880px){
  .wtwbr-map-v2__report-card{
    margin-top:14px;
  }
}

/* =========================================================
   WTWBR V2 0.4.9 fixes
   - Report a Sighting moved above Species Filters in PHP.
   - Keep it visible and remove the intro copy under map title.
========================================================= */
.wtwbr-map-v2__hero-card p{
  display:none !important;
}

.wtwbr-map-v2__report-card{
  display:block !important;
  order:0 !important;
  margin:14px 0 !important;
  width:100% !important;
  opacity:1 !important;
  visibility:visible !important;
}

.wtwbr-map-v2__report-toggle{
  cursor:pointer !important;
}

.wtwbr-map-v2__report-panel[hidden]{
  display:none !important;
}

.wtwbr-map-v2__report-card.is-open .wtwbr-map-v2__report-panel,
.wtwbr-map-v2__report-toggle.is-open + .wtwbr-map-v2__report-panel{
  display:block !important;
}


/* =========================================================
   WTWBR V2 0.5.0 HARD FIXES
   - Force Report a Sighting visible.
   - Hide old hero intro copy.
   - Make icon/arrow clicks fall through to the buttons/labels.
========================================================= */
.wtwbr-map-v2__hero-card p,
.wtwbr-map-v2__hero-copy,
.wtwbr-map-v2__hero-card .wtwbr-map-v2__hero-copy{
  display:none !important;
}

.wtwbr-map-v2__report-card{
  display:block !important;
  flex:0 0 auto !important;
  order:1 !important;
  width:100% !important;
  margin:0 0 10px 0 !important;
  padding:0 !important;
  opacity:1 !important;
  visibility:visible !important;
  position:relative !important;
  z-index:50 !important;
  overflow:hidden !important;
  background:#ffffff !important;
  border:1px solid rgba(255,130,92,.28) !important;
  border-radius:18px !important;
}

.wtwbr-map-v2__hero-card{
  order:0 !important;
}

.wtwbr-map-v2__sidebar-card[data-v2-species-section]{
  order:2 !important;
}

.wtwbr-map-v2__report-toggle,
.wtwbr-map-v2__report-card > button{
  width:100% !important;
  min-height:74px !important;
  display:grid !important;
  grid-template-columns:44px minmax(0,1fr) 34px !important;
  align-items:center !important;
  gap:12px !important;
  padding:14px 16px !important;
  border:0 !important;
  background:#ffffff !important;
  color:#1a1a1a !important;
  cursor:pointer !important;
  text-align:left !important;
  pointer-events:auto !important;
}

.wtwbr-map-v2__report-toggle > *,
.wtwbr-map-v2__activity-toggle > *,
.wtwbr-map-v2__species-chip > *{
  pointer-events:none !important;
}

.wtwbr-map-v2__report-panel,
.wtwbr-map-v2__report-form,
.wtwbr-map-v2__report-form *{
  pointer-events:auto !important;
}

.wtwbr-map-v2__report-panel{
  display:block;
  padding:0 16px 16px !important;
  background:#ffffff !important;
}

.wtwbr-map-v2__report-panel[hidden]{
  display:none !important;
}

.wtwbr-map-v2__report-card.is-open .wtwbr-map-v2__report-panel,
.wtwbr-map-v2__report-toggle.is-open + .wtwbr-map-v2__report-panel{
  display:block !important;
}

.wtwbr-map-v2__report-copy strong,
.wtwbr-map-v2__report-card strong{
  display:block !important;
  color:var(--green) !important;
  font-size:18px !important;
  line-height:1.1 !important;
  font-weight:900 !important;
  letter-spacing:.035em !important;
  text-transform:uppercase !important;
}

.wtwbr-map-v2__report-copy em,
.wtwbr-map-v2__report-card em{
  display:block !important;
  margin-top:4px !important;
  color:var(--muted) !important;
  font-size:13px !important;
  line-height:1.35 !important;
  font-style:normal !important;
  font-weight:650 !important;
}

.wtwbr-map-v2__report-icon{
  width:44px !important;
  height:44px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:999px !important;
  background:rgba(255,130,92,.12) !important;
  border:1px solid rgba(255,130,92,.22) !important;
  color:var(--orange) !important;
  font-size:24px !important;
  line-height:1 !important;
}

.wtwbr-map-v2__report-arrow{
  width:34px !important;
  height:34px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:999px !important;
  border:1px solid var(--line) !important;
  background:#ffffff !important;
  color:var(--green) !important;
  font-size:26px !important;
  line-height:1 !important;
  transition:transform .18s ease, background .18s ease, color .18s ease !important;
}

.wtwbr-map-v2__report-card.is-open .wtwbr-map-v2__report-arrow,
.wtwbr-map-v2__report-toggle.is-open .wtwbr-map-v2__report-arrow{
  transform:rotate(45deg) !important;
  background:var(--orange) !important;
  border-color:var(--orange) !important;
  color:#ffffff !important;
}

.wtwbr-map-v2__report-form{
  display:grid !important;
  gap:11px !important;
  padding-top:2px !important;
}

.wtwbr-map-v2__report-form label{
  display:grid !important;
  gap:6px !important;
  color:var(--ink) !important;
  font-size:13px !important;
  line-height:1.2 !important;
  font-weight:850 !important;
}

.wtwbr-map-v2__report-form input,
.wtwbr-map-v2__report-form select,
.wtwbr-map-v2__report-form textarea{
  width:100% !important;
  box-sizing:border-box !important;
  border:1px solid rgba(28,33,38,.12) !important;
  border-radius:14px !important;
  background:#fff !important;
  color:var(--ink) !important;
  font:600 14px/1.35 var(--font) !important;
  outline:none !important;
  padding:11px 12px !important;
}

.wtwbr-map-v2__report-form select{
  min-height:112px !important;
}

.wtwbr-map-v2__report-form textarea{
  min-height:108px !important;
  resize:vertical !important;
}

.wtwbr-map-v2__report-submit,
.wtwbr-map-v2__report-form button[type="submit"]{
  width:100% !important;
  min-height:48px !important;
  margin-top:4px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  border:1px solid var(--orange) !important;
  border-radius:999px !important;
  background:var(--orange) !important;
  color:#fff !important;
  font-size:14px !important;
  line-height:1 !important;
  font-weight:900 !important;
  cursor:pointer !important;
}

.wtwbr-map-v2__activity-toggle{
  pointer-events:auto !important;
}

.wtwbr-map-v2__activity-panel{
  z-index:1500 !important;
}

.wtwbr-map-v2__species-chip{
  pointer-events:auto !important;
}

@media (max-width:880px){
  .wtwbr-map-v2__report-card{
    order:1 !important;
    margin:0 0 10px 0 !important;
  }
}




/* =========================================================
   WTWBR V2 0.5.1 SIDEBAR ORDER FIX
   This is intentionally last. The earlier 0.5.0 CSS was forcing
   Report a Sighting and Species Filters out of order.
========================================================= */
.wtwbr-map-v2__mobile-sheet-head{
  order:-1 !important;
}

.wtwbr-map-v2__hero-card{
  order:0 !important;
}

.wtwbr-map-v2__sidebar-card[data-v2-species-section]{
  order:1 !important;
}

.wtwbr-map-v2__date-card{
  order:2 !important;
}

.wtwbr-map-v2__admin-card{
  order:3 !important;
}

.wtwbr-map-v2__region-card{
  order:4 !important;
}

.wtwbr-map-v2__safety-card{
  order:5 !important;
}

.wtwbr-map-v2__report-card{
  order:6 !important;
  display:block !important;
  flex:0 0 auto !important;
  width:100% !important;
  opacity:1 !important;
  visibility:visible !important;
}

.wtwbr-map-v2__offline-card{
  order:7 !important;
}

.wtwbr-map-v2__apply-filters{
  order:8 !important;
}

.wtwbr-map-v2__hero-card p,
.wtwbr-map-v2__hero-card .wtwbr-map-v2__hero-copy{
  display:none !important;
}


/* =========================================================
   WTWBR MAP V2 0.5.2 REAL ANIMAL ICON ASSETS
   Uses packaged transparent PNG icons from assets/icons/.
========================================================= */
.wtwbr-map-v2__animal-icon-img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  pointer-events:none;
}

.wtwbr-map-v2__species-icon .wtwbr-map-v2__animal-icon-img{
  width:38px;
  height:38px;
}

.wtwbr-map-v2__species-chip input:checked + .wtwbr-map-v2__species-icon .wtwbr-map-v2__animal-icon-img{
  filter:brightness(0) invert(1);
}

.wtwbr-map-v2__activity-avatar .wtwbr-map-v2__animal-icon-img{
  width:30px;
  height:30px;
}

.wtwbr-map-v2__popup-title-icon .wtwbr-map-v2__animal-icon-img{
  width:19px;
  height:19px;
}

.wtwbr-map-v2__popup-icon .wtwbr-map-v2__animal-icon-img{
  width:64px;
  height:64px;
}

.wtwbr-map-v2__mobile-chip span .wtwbr-map-v2__animal-icon-img{
  width:22px;
  height:22px;
}

.wtwbr-map-v2__animal-svg{
  display:none !important;
}


/* =========================================
   TITLE HEADER CARD BACKGROUND ONLY
   Wildlife Observations & Field Map
   ========================================= */

.wtwbr-map-v2__hero-card{
  position: relative;
  overflow: hidden;
  background-color: #ffffff !important;
  background-image: url("https://wherethewildbeastsroam.com/wp-content/uploads/2026/05/56c72886-c61f-4eb1-af02-5acd6eae4d33.png") !important;
  background-repeat: no-repeat !important;
  background-position: right bottom !important;
  background-size: 58% auto !important;
  border: 1px solid rgba(28, 33, 38, 0.08) !important;
  border-radius: 18px !important;
  padding: 24px 22px 24px 22px !important;
  box-shadow: none !important;
}

/* kill any fake generated art that was added before */
.wtwbr-map-v2__hero-card::before,
.wtwbr-map-v2__hero-card::after{
  content: none !important;
  display: none !important;
}

/* title */
.wtwbr-map-v2__hero-card h2,
.wtwbr-map-v2__hero-card .wtwbr-map-v2__hero-title,
.wtwbr-map-v2__hero-card .wtwbr-map-v2__sidebar-title{
  margin: 0 0 12px 0 !important;
  max-width: 56% !important;
  color: #36561f !important;
  font-size: 24px !important;
  line-height: 1.08 !important;
  font-weight: 900 !important;
  letter-spacing: 0.01em !important;
  text-transform: uppercase !important;
}

/* copy */
.wtwbr-map-v2__hero-card p,
.wtwbr-map-v2__hero-card .wtwbr-map-v2__hero-copy{
  margin: 0 !important;
  max-width: 48% !important;
  color: rgba(26, 26, 26, 0.72) !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
  font-weight: 500 !important;
}

/* mobile */
@media (max-width: 767px){
  .wtwbr-map-v2__hero-card{
    min-height: 148px !important;
    padding: 20px 18px !important;
    background-size: 54% auto !important;
    background-position: right bottom !important;
  }

  .wtwbr-map-v2__hero-card h2,
  .wtwbr-map-v2__hero-card .wtwbr-map-v2__hero-title,
  .wtwbr-map-v2__hero-card .wtwbr-map-v2__sidebar-title{
    max-width: 58% !important;
    font-size: 20px !important;
    line-height: 1.08 !important;
  }

  .wtwbr-map-v2__hero-card p,
  .wtwbr-map-v2__hero-card .wtwbr-map-v2__hero-copy{
    max-width: 56% !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
  }
}


/* =========================================================
   WTWBR MAP V2 0.5.3 SIDEBAR + TOP BAR POLISH
   Small requested changes only: logo, ticker icons,
   hero image, quick region buttons, safety card, report card.
========================================================= */

.wtwbr-map-v2__topbar{
  height:50px !important;
  padding:6px 14px !important;
  background:rgba(255,255,255,.98) !important;
  border-bottom:1px solid rgba(28,33,38,.08) !important;
}

.wtwbr-map-v2__layout{
  height:calc(100% - 50px) !important;
}

.wtwbr-map-v2__topbar-actions{
  width:100% !important;
  justify-content:flex-start !important;
  gap:12px !important;
}

.wtwbr-map-v2__top-logo{
  flex:0 0 auto;
  display:inline-flex !important;
  align-items:center;
  justify-content:flex-start;
  width:184px;
  max-width:26vw;
  min-width:128px;
  height:34px;
  margin-right:auto;
  text-decoration:none !important;
  overflow:hidden;
}

.wtwbr-map-v2__top-logo img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:left center;
}

.wtwbr-map-v2__activity-toggle{
  flex:0 0 auto !important;
  min-height:34px !important;
  padding:0 12px !important;
  border-radius:12px !important;
  background:#fff !important;
  border:1px solid rgba(28,33,38,.10) !important;
  box-shadow:none !important;
}

.wtwbr-map-v2__activity-toggle.is-open,
.wtwbr-map-v2.is-activity-open .wtwbr-map-v2__activity-toggle{
  background:#36561f !important;
  border-color:#36561f !important;
  color:#fff !important;
}

.wtwbr-map-v2__ticker{
  flex:1 1 auto !important;
  max-width:none !important;
  min-width:0 !important;
  display:flex !important;
  justify-content:flex-end !important;
  align-items:center !important;
  gap:18px !important;
  overflow:hidden !important;
}

.wtwbr-map-v2__ticker-item{
  min-width:0;
  display:inline-flex !important;
  align-items:center;
  gap:7px;
  color:#1a1a1a;
  font-size:12px;
  line-height:1;
  font-weight:750;
  white-space:nowrap;
}

.wtwbr-map-v2__ticker-item i{
  width:22px;
  height:22px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 22px;
  border-radius:999px;
  background:rgba(54,86,31,.08);
  border:1px solid rgba(54,86,31,.14);
}

.wtwbr-map-v2__ticker-item i .wtwbr-map-v2__animal-icon-img{
  width:15px;
  height:15px;
  object-fit:contain;
}

.wtwbr-map-v2__ticker-item > span{
  overflow:hidden;
  text-overflow:ellipsis;
}

.wtwbr-map-v2__ticker-item em{
  color:rgba(26,26,26,.52);
  font-style:normal;
  font-size:11px;
  font-weight:800;
}

.wtwbr-map-v2__hero-card{
  display:block !important;
  min-height:0 !important;
  height:auto !important;
  padding:24px 22px !important;
  background-color:#fff !important;
  background-image:url("https://wherethewildbeastsroam.com/wp-content/uploads/2026/05/56c72886-c61f-4eb1-af02-5acd6eae4d33.png") !important;
  background-repeat:no-repeat !important;
  background-position:right bottom !important;
  background-size:58% auto !important;
  border:1px solid rgba(28,33,38,.08) !important;
  border-radius:18px !important;
  box-shadow:none !important;
}

.wtwbr-map-v2__hero-card h1{
  margin:0 !important;
  max-width:58% !important;
  color:#36561f !important;
  font-size:24px !important;
  line-height:1.08 !important;
  font-weight:900 !important;
  letter-spacing:.01em !important;
  text-transform:uppercase !important;
}

.wtwbr-map-v2__hero-sticker,
.wtwbr-map-v2__hero-art{
  display:none !important;
}

.wtwbr-map-v2__region-card{
  padding:18px !important;
  background:#fff !important;
  border:1px solid rgba(28,33,38,.08) !important;
  border-radius:18px !important;
}

.wtwbr-map-v2__region-card h2,
.wtwbr-map-v2__safety-card h2{
  color:#36561f !important;
  font-size:13px !important;
  line-height:1 !important;
  letter-spacing:.12em !important;
  text-transform:uppercase !important;
  font-weight:900 !important;
}

.wtwbr-map-v2__region-grid{
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  gap:9px !important;
  margin-top:14px !important;
}

.wtwbr-map-v2__region-grid button{
  min-height:48px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:10px !important;
  padding:10px 12px !important;
  border:1px solid rgba(28,33,38,.10) !important;
  border-radius:12px !important;
  background:#fff !important;
  color:#1a1a1a !important;
  font-size:12px !important;
  line-height:1.1 !important;
  font-weight:900 !important;
  text-align:left !important;
  box-shadow:none !important;
}

.wtwbr-map-v2__region-grid button:hover,
.wtwbr-map-v2__region-grid button:focus{
  border-color:rgba(54,86,31,.28) !important;
  background:rgba(54,86,31,.06) !important;
  color:#36561f !important;
  outline:none !important;
}

.wtwbr-map-v2__region-grid button strong{
  display:block;
  font:inherit;
}

.wtwbr-map-v2__region-icon{
  width:28px !important;
  height:28px !important;
  flex:0 0 28px;
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  margin:0 !important;
  border-radius:999px;
  background:rgba(54,86,31,.08);
  color:#36561f;
}

.wtwbr-map-v2__region-icon svg{
  width:18px;
  height:18px;
  display:block;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.wtwbr-map-v2__safety-card{
  display:grid !important;
  grid-template-columns:42px minmax(0,1fr) !important;
  gap:14px !important;
  padding:22px !important;
  background:
    linear-gradient(90deg, rgba(54,86,31,.06), #fff 72%),
    radial-gradient(circle at 100% 100%, rgba(54,86,31,.10), transparent 38%) !important;
  border:1px solid rgba(54,86,31,.18) !important;
  border-radius:18px !important;
  box-shadow:none !important;
}

.wtwbr-map-v2__safety-icon{
  width:42px !important;
  height:42px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  color:#36561f !important;
  font-size:34px !important;
  line-height:1 !important;
}

.wtwbr-map-v2__safety-card p{
  margin-top:10px !important;
  color:#1a1a1a !important;
  font-size:14px !important;
  line-height:1.55 !important;
  font-weight:750 !important;
}

.wtwbr-map-v2__report-card{
  margin:0 0 10px 0 !important;
  border:1px solid rgba(255,130,92,.30) !important;
  border-radius:18px !important;
  background:#fff !important;
}

.wtwbr-map-v2__report-toggle,
.wtwbr-map-v2__report-card > button{
  min-height:78px !important;
  grid-template-columns:46px minmax(0,1fr) 36px !important;
  padding:16px !important;
  background:#fff !important;
}

.wtwbr-map-v2__report-icon{
  width:42px !important;
  height:42px !important;
  background:rgba(255,130,92,.11) !important;
  border:1px solid rgba(255,130,92,.24) !important;
  color:#FF825C !important;
}

.wtwbr-map-v2__report-icon svg{
  width:24px;
  height:24px;
  display:block;
  fill:none;
  stroke:currentColor;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.wtwbr-map-v2__report-copy strong,
.wtwbr-map-v2__report-card strong{
  color:#36561f !important;
  font-size:19px !important;
  line-height:1.02 !important;
}

.wtwbr-map-v2__report-copy em,
.wtwbr-map-v2__report-card em{
  color:rgba(26,26,26,.72) !important;
  font-size:13px !important;
  line-height:1.35 !important;
}

@media (max-width:880px){
  .wtwbr-map-v2__topbar{
    height:52px !important;
    padding:7px 10px !important;
  }

  .wtwbr-map-v2__layout{
    height:calc(100% - 52px) !important;
  }

  .wtwbr-map-v2__scrim{
    inset:52px 0 0 !important;
  }

  .wtwbr-map-v2__top-logo{
    width:132px;
    min-width:112px;
    max-width:38vw;
    height:32px;
  }

  .wtwbr-map-v2__activity-toggle{
    min-height:36px !important;
    padding:0 10px !important;
  }

  .wtwbr-map-v2__activity-toggle > span:first-child{
    max-width:118px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }

  .wtwbr-map-v2__ticker{
    display:none !important;
  }

  .wtwbr-map-v2__activity-panel{
    top:60px !important;
  }

  .wtwbr-map-v2__hero-card{
    display:block !important;
    min-height:0 !important;
    padding:20px 18px !important;
    background-size:54% auto !important;
  }

  .wtwbr-map-v2__hero-card h1{
    max-width:60% !important;
    font-size:20px !important;
  }

  .wtwbr-map-v2__region-grid{
    grid-template-columns:1fr 1fr !important;
  }

  .wtwbr-map-v2__region-grid button{
    min-height:50px !important;
    padding:10px !important;
  }

  .wtwbr-map-v2__region-grid button[data-v2-region="all"]{
    grid-column:auto !important;
  }
}


/* =========================================================
   WTWBR MAP V2 0.5.4 QUICK FIX
   - Restores animal PNG icons inside the recent activity panel.
   - Adds enough title-card height so the hero artwork and full title show.
   - Tightens species filter/header spacing without changing functionality.
========================================================= */

.wtwbr-map-v2__activity-avatar img.wtwbr-map-v2__animal-icon-img,
.wtwbr-map-v2__activity-avatar .wtwbr-map-v2__animal-icon-img{
  display:block !important;
  width:30px !important;
  height:30px !important;
  object-fit:contain !important;
  object-position:center !important;
  opacity:1 !important;
  visibility:visible !important;
  filter:none !important;
}

.wtwbr-map-v2__activity-avatar{
  width:44px !important;
  height:44px !important;
  flex:0 0 44px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:16px !important;
  background:rgba(54,86,31,.08) !important;
  border:1px solid rgba(54,86,31,.14) !important;
  overflow:hidden !important;
}

.wtwbr-map-v2__activity-item{
  grid-template-columns:44px minmax(0,1fr) auto !important;
  align-items:center !important;
}

.wtwbr-map-v2__hero-card{
  min-height:116px !important;
  height:auto !important;
  display:flex !important;
  align-items:center !important;
  padding:22px 22px !important;
  background-size:58% auto !important;
  background-position:right bottom !important;
}

.wtwbr-map-v2__hero-card > div{
  min-width:0 !important;
  width:100% !important;
}

.wtwbr-map-v2__hero-card h1{
  display:block !important;
  max-width:58% !important;
  white-space:normal !important;
  overflow:visible !important;
}

.wtwbr-map-v2__card-head{
  align-items:flex-start !important;
  gap:8px !important;
  margin-bottom:12px !important;
}

.wtwbr-map-v2__filter-actions{
  flex:0 0 auto !important;
  gap:6px !important;
}

.wtwbr-map-v2__filter-actions button{
  min-height:38px !important;
  padding:0 17px !important;
  border-radius:999px !important;
}

.wtwbr-map-v2__species-rail{
  gap:8px !important;
  padding-top:0 !important;
}

.wtwbr-map-v2__species-chip{
  min-width:72px !important;
  max-width:76px !important;
}

.wtwbr-map-v2__species-icon{
  width:58px !important;
  height:58px !important;
}

@media (max-width:880px){
  .wtwbr-map-v2__hero-card{
    min-height:104px !important;
    padding:18px 18px !important;
    background-size:54% auto !important;
  }

  .wtwbr-map-v2__hero-card h1{
    max-width:60% !important;
  }

  .wtwbr-map-v2__filter-actions{
    gap:5px !important;
  }

  .wtwbr-map-v2__filter-actions button{
    min-height:36px !important;
    padding:0 14px !important;
  }

  .wtwbr-map-v2__species-chip{
    min-width:70px !important;
    max-width:74px !important;
  }

  .wtwbr-map-v2__species-icon{
    width:56px !important;
    height:56px !important;
  }
}


/* =========================================================
   WTWBR V2 0.5.7 H1 SIZE BUMP
   Only changes the Wildlife Observations & Field Map title.
========================================================= */
.wtwbr-map-v2__hero-card h1{
  font-size:20px !important;
}

@media (max-width:880px){
  .wtwbr-map-v2__hero-card h1{
    font-size:20px !important;
  }
}

/* =========================================================
   WTWBR V2 0.5.8 PREVIEW POPUP FIXES
   Keeps the static preview usable when Elementor opens it in a popup.
========================================================= */
.wtwbr-map-v2--preview .wtwbr-map-v2__map,
.wtwbr-map-v2--preview .leaflet-container{
  min-height:100% !important;
}

.wtwbr-map-v2--preview .wtwbr-map-v2__mobile-chip,
.wtwbr-map-v2--preview .wtwbr-map-v2__mobile-tools{
  pointer-events:auto !important;
  z-index:200010 !important;
}

.wtwbr-map-v2--preview .wtwbr-map-v2__scrim{
  z-index:200020 !important;
}

.wtwbr-map-v2--preview .wtwbr-map-v2__sidebar{
  z-index:200030 !important;
}

@media (max-width:880px){
  .elementor-popup-modal .wtwbr-map-v2--preview .wtwbr-map-v2__mobile-chip,
  .elementor-popup-modal .wtwbr-map-v2--preview .wtwbr-map-v2__mobile-tools{
    display:inline-flex !important;
    pointer-events:auto !important;
  }

  .elementor-popup-modal .wtwbr-map-v2--preview.is-tools-open .wtwbr-map-v2__mobile-chip,
  .elementor-popup-modal .wtwbr-map-v2--preview.is-tools-open .wtwbr-map-v2__mobile-tools{
    display:none !important;
  }
}


/* =========================================================
   WTWBR MAP V2 0.6.4 MAIN MAP POPUP DATE + CLOSE CLEANUP
   Keeps the live popup date away from the Leaflet close X.
========================================================= */
.wtwbr-map-v2:not(.wtwbr-map-v2--preview) .leaflet-popup-close-button{
  top:10px !important;
  right:10px !important;
  width:30px !important;
  height:30px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  border:1px solid rgba(28,33,38,.10) !important;
  border-radius:999px !important;
  background:#fff !important;
  color:rgba(26,26,26,.64) !important;
  font-size:22px !important;
  line-height:1 !important;
  text-decoration:none !important;
  box-shadow:0 8px 20px rgba(16,24,40,.08) !important;
  z-index:8 !important;
}

.wtwbr-map-v2:not(.wtwbr-map-v2--preview) .leaflet-popup-close-button:hover,
.wtwbr-map-v2:not(.wtwbr-map-v2--preview) .leaflet-popup-close-button:focus{
  color:#36561f !important;
  border-color:rgba(54,86,31,.22) !important;
  outline:none !important;
}

.wtwbr-map-v2:not(.wtwbr-map-v2--preview) .wtwbr-map-v2__popup-head{
  justify-content:flex-start !important;
  padding-right:42px !important;
}

.wtwbr-map-v2:not(.wtwbr-map-v2--preview) .wtwbr-map-v2__popup-title{
  display:flex !important;
  align-items:center !important;
  flex-wrap:wrap !important;
  gap:6px !important;
  margin-right:0 !important;
}

.wtwbr-map-v2:not(.wtwbr-map-v2--preview) .wtwbr-map-v2__popup-date{
  min-height:22px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:0 9px !important;
  border:1px solid rgba(54,86,31,.14) !important;
  border-radius:999px !important;
  background:rgba(54,86,31,.08) !important;
  color:#36561f !important;
  font-size:11px !important;
  line-height:1 !important;
  font-weight:900 !important;
  letter-spacing:.02em !important;
  white-space:nowrap !important;
  text-transform:none !important;
}

@media (max-width:880px){
  .wtwbr-map-v2:not(.wtwbr-map-v2--preview) .leaflet-popup-close-button{
    top:9px !important;
    right:9px !important;
  }

  .wtwbr-map-v2:not(.wtwbr-map-v2--preview) .wtwbr-map-v2__popup-head{
    padding-right:40px !important;
  }
}


/* =========================================================
   WTWBR V2 0.6.9 DESKTOP SPECIES EXPAND PLACEMENT + CLICKABLE ACTIVITY
   Keeps mobile filter behavior, improves desktop scanning,
   and lets recent field activity open the matching map popup.
========================================================= */
.wtwbr-map-v2 [data-v2-expand-species]{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
}

.wtwbr-map-v2__activity-panel .wtwbr-map-v2__activity-item[data-v2-activity-item]{
  width:100% !important;
  cursor:pointer !important;
  border:0 !important;
  border-bottom:1px solid var(--line) !important;
  border-radius:14px !important;
  padding:10px !important;
  background:#fff !important;
  text-align:left !important;
}

.wtwbr-map-v2__activity-panel .wtwbr-map-v2__activity-item[data-v2-activity-item]:hover,
.wtwbr-map-v2__activity-panel .wtwbr-map-v2__activity-item[data-v2-activity-item]:focus{
  background:rgba(54,86,31,.06) !important;
  outline:none !important;
}

.wtwbr-map-v2__activity-panel .wtwbr-map-v2__activity-item[data-v2-activity-item]:hover .wtwbr-map-v2__activity-title,
.wtwbr-map-v2__activity-panel .wtwbr-map-v2__activity-item[data-v2-activity-item]:focus .wtwbr-map-v2__activity-title{
  color:var(--green) !important;
}

@media (min-width:881px){
  .wtwbr-map-v2__species-rail.is-expanded{
    display:grid !important;
    grid-template-columns:repeat(3, minmax(0,1fr)) !important;
    gap:10px !important;
    overflow:visible !important;
    padding:0 0 2px !important;
  }

  .wtwbr-map-v2__species-rail.is-expanded .wtwbr-map-v2__species-chip{
    width:100% !important;
    min-width:0 !important;
    max-width:none !important;
    scroll-snap-align:none !important;
  }

  .wtwbr-map-v2__species-rail.is-expanded .wtwbr-map-v2__species-icon{
    width:58px !important;
    height:58px !important;
  }
}

@media (max-width:880px){
  .wtwbr-map-v2 [data-v2-expand-species]{
    display:none !important;
  }
}


/* =========================================================
   WTWBR V2 0.6.9 SPECIES EXPAND PLACEMENT
   Moves Expand under the animal rail so the header actions fit.
========================================================= */
.wtwbr-map-v2__species-expand-row{
  display:flex;
  justify-content:flex-end;
  margin-top:8px;
}

.wtwbr-map-v2__species-expand-row [data-v2-expand-species]{
  min-height:34px;
  padding:0 14px;
  border:1px solid var(--line-strong);
  border-radius:999px;
  background:#fff;
  color:var(--green);
  font-size:12px;
  line-height:1;
  font-weight:900;
  cursor:pointer;
  white-space:nowrap;
}

.wtwbr-map-v2__species-expand-row [data-v2-expand-species]:hover,
.wtwbr-map-v2__species-expand-row [data-v2-expand-species]:focus{
  background:var(--green);
  border-color:var(--green);
  color:#fff;
  outline:none;
}

.wtwbr-map-v2.is-species-expanded .wtwbr-map-v2__species-expand-row [data-v2-expand-species]{
  background:rgba(54,86,31,.08);
  border-color:rgba(54,86,31,.22);
}

@media (min-width:881px){
  .wtwbr-map-v2.is-species-expanded .wtwbr-map-v2__species-expand-row{
    justify-content:center;
    padding-top:2px;
  }
}

@media (max-width:880px){
  .wtwbr-map-v2__species-expand-row{
    display:none !important;
  }
}

/* =========================================================
   WTWBR V2 0.7.1 MOBILE + PREVIEW SPECIES EXPAND
   Keeps the existing expand behavior, makes it available on
   mobile, and adds the same control to the sample map.
========================================================= */
.wtwbr-map-v2__species-expand-row [data-preview-expand-species],
.wtwbr-map-v2__species-expand-row [data-v2-expand-species]{
  min-height:34px;
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  padding:0 14px;
  border:1px solid var(--line-strong);
  border-radius:999px;
  background:#fff;
  color:var(--green);
  font-size:12px;
  line-height:1;
  font-weight:900;
  cursor:pointer;
  white-space:nowrap;
}

.wtwbr-map-v2__species-expand-row [data-preview-expand-species]:hover,
.wtwbr-map-v2__species-expand-row [data-preview-expand-species]:focus,
.wtwbr-map-v2__species-expand-row [data-v2-expand-species]:hover,
.wtwbr-map-v2__species-expand-row [data-v2-expand-species]:focus{
  background:var(--green);
  border-color:var(--green);
  color:#fff;
  outline:none;
}

.wtwbr-map-v2.is-species-expanded .wtwbr-map-v2__species-expand-row [data-preview-expand-species],
.wtwbr-map-v2.is-species-expanded .wtwbr-map-v2__species-expand-row [data-v2-expand-species]{
  background:rgba(54,86,31,.08);
  border-color:rgba(54,86,31,.22);
  color:var(--green);
}

@media (max-width:880px){
  .wtwbr-map-v2 .wtwbr-map-v2__species-expand-row{
    display:flex !important;
    justify-content:center !important;
    margin-top:10px !important;
  }

  .wtwbr-map-v2 .wtwbr-map-v2__species-expand-row [data-v2-expand-species],
  .wtwbr-map-v2 .wtwbr-map-v2__species-expand-row [data-preview-expand-species]{
    width:100% !important;
    max-width:230px !important;
    min-height:38px !important;
    display:inline-flex !important;
  }

  .wtwbr-map-v2 .wtwbr-map-v2__species-rail.is-expanded{
    display:grid !important;
    grid-template-columns:repeat(2, minmax(0,1fr)) !important;
    gap:10px !important;
    overflow:visible !important;
    padding:0 0 2px !important;
    scroll-snap-type:none !important;
  }

  .wtwbr-map-v2 .wtwbr-map-v2__species-rail.is-expanded .wtwbr-map-v2__species-chip{
    width:100% !important;
    min-width:0 !important;
    max-width:none !important;
    scroll-snap-align:none !important;
  }

  .wtwbr-map-v2 .wtwbr-map-v2__species-rail.is-expanded .wtwbr-map-v2__species-icon{
    width:58px !important;
    height:58px !important;
  }
}


/* =========================================================
   WTWBR V2 0.7.3 MOBILE APPLY BUTTON REFINEMENT
   Keeps Apply filters out of the way until a filter control is touched.
========================================================= */
@media (max-width:880px){
  .wtwbr-map-v2 .wtwbr-map-v2__apply-filters{
    display:none !important;
  }

  .wtwbr-map-v2.is-filter-touched .wtwbr-map-v2__apply-filters{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    position:sticky !important;
    bottom:0 !important;
    z-index:6 !important;
  }

  .wtwbr-map-v2 .wtwbr-map-v2__species-rail.is-expanded{
    display:grid !important;
    grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
    gap:8px !important;
    overflow:visible !important;
    padding:0 0 2px !important;
    scroll-snap-type:none !important;
  }

  .wtwbr-map-v2 .wtwbr-map-v2__species-rail.is-expanded .wtwbr-map-v2__species-chip{
    width:100% !important;
    min-width:0 !important;
    max-width:none !important;
    gap:5px !important;
    font-size:10.5px !important;
    scroll-snap-align:none !important;
  }

  .wtwbr-map-v2 .wtwbr-map-v2__species-rail.is-expanded .wtwbr-map-v2__species-icon{
    width:52px !important;
    height:52px !important;
    border-radius:15px !important;
  }

  .wtwbr-map-v2 .wtwbr-map-v2__species-rail.is-expanded .wtwbr-map-v2__species-icon .wtwbr-map-v2__animal-icon-img{
    width:32px !important;
    height:32px !important;
  }

  .wtwbr-map-v2 .wtwbr-map-v2__species-rail.is-expanded .wtwbr-map-v2__species-name{
    min-height:22px !important;
    font-size:10.5px !important;
    line-height:1.08 !important;
  }

  .wtwbr-map-v2 .wtwbr-map-v2__species-rail.is-expanded .wtwbr-map-v2__species-count{
    font-size:10px !important;
  }
}


/* =========================================================
   WTWBR MAP V2 0.7.5
   Dynamic total entries pill + direction label polish.
========================================================= */
.wtwbr-map-v2__total-pill{
  flex:0 0 auto;
  min-height:34px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  padding:0 12px;
  border:1px solid rgba(28,33,38,.10);
  border-radius:12px;
  background:#fff;
  color:#36561f;
  font-size:12px;
  line-height:1;
  font-weight:900;
  white-space:nowrap;
}

.wtwbr-map-v2__total-pill strong{
  min-width:24px;
  height:22px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 7px;
  border-radius:999px;
  background:rgba(54,86,31,.10);
  color:#36561f;
  font-size:11px;
  line-height:1;
  font-weight:900;
}

.wtwbr-map-v2__total-pill span{
  color:rgba(26,26,26,.72);
}

@media (max-width:880px){
  .wtwbr-map-v2__topbar-actions{
    gap:7px !important;
  }

  .wtwbr-map-v2__top-logo{
    width:118px !important;
    min-width:98px !important;
    max-width:31vw !important;
  }

  .wtwbr-map-v2__activity-toggle{
    padding:0 8px !important;
  }

  .wtwbr-map-v2__activity-toggle > span:first-child{
    max-width:86px !important;
  }

  .wtwbr-map-v2__total-pill{
    min-height:36px;
    padding:0 9px;
    gap:5px;
    font-size:11px;
  }

  .wtwbr-map-v2__total-pill strong{
    min-width:22px;
    height:21px;
    padding:0 6px;
    font-size:10px;
  }

  .wtwbr-map-v2__total-pill span{
    max-width:42px;
    overflow:hidden;
    text-overflow:ellipsis;
  }
}

@media (max-width:420px){
  .wtwbr-map-v2__total-pill span{
    display:none;
  }

  .wtwbr-map-v2__activity-toggle > span:first-child{
    max-width:72px !important;
  }
}
