/* Join Our DEA Network — claim-a-town search, basket and map */
.enm-jn {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 26px;
  align-items: start;
}
.enm-jn-panel {
  background: #fff;
  border: 1px solid #dcebe2;
  border-radius: 20px;
  box-shadow: 0 16px 38px rgba(4, 61, 36, 0.10);
  padding: 26px 28px;
}
.enm-jn-search {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 14px;
}
.enm-jn-search input {
  flex: 1;
  border: 2px solid #dcebe2;
  border-radius: 12px;
  padding: 13px 16px;
  font-size: 16px;
  outline: none;
}
.enm-jn-search input:focus { border-color: #25C146; }
#enm-jn-count { font-size: 13.5px; color: #4b5f55; white-space: nowrap; }
.enm-jn-alpha { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 14px; }
.enm-jn-letter {
  width: 30px; height: 30px;
  border: 1px solid #dcebe2; border-radius: 8px;
  background: #f2faf5; color: #16241d;
  font-size: 13px; font-weight: 700; cursor: pointer;
}
.enm-jn-letter:hover:not(:disabled) { background: #25C146; color: #fff; border-color: #25C146; }
.enm-jn-letter.active { background: #043D24; color: #fff; border-color: #043D24; }
.enm-jn-letter:disabled { opacity: 0.35; cursor: default; }
#enm-jn-results { max-height: 420px; overflow-y: auto; }
.enm-jn-town {
  display: flex; align-items: center; gap: 12px;
  padding: 9px 12px; border-bottom: 1px solid #eef6f0;
}
.enm-jn-town:last-child { border-bottom: none; }
.enm-jn-town-name { flex: 1; font-weight: 600; color: #16241d; }
.enm-jn-view { font-size: 13px; color: #0a5233; text-decoration: underline; }
.enm-jn-add {
  border: 1px solid #25C146; border-radius: 999px;
  background: #25C146; color: #fff;
  font-size: 13.5px; font-weight: 800;
  padding: 7px 14px; cursor: pointer; white-space: nowrap;
}
.enm-jn-add:hover { background: #31D957; border-color: #31D957; }
.enm-jn-add.added { background: #043D24; border-color: #043D24; }
.enm-jn-hint { color: #4b5f55; font-size: 15px; margin: 8px 0; }

/* basket */
.enm-jn-cart { position: sticky; top: 20px; }
.enm-jn-cart h3 {
  display: flex; align-items: center; gap: 10px;
  font-size: 19px; font-weight: 800; color: #16241d; margin: 0 0 12px;
}
#enm-jn-badge {
  display: none; align-items: center; justify-content: center;
  min-width: 26px; height: 26px; padding: 0 8px;
  border-radius: 999px; background: #25C146; color: #fff;
  font-size: 14px; font-weight: 800;
}
.enm-jn-cart-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 8px 0; border-bottom: 1px solid #eef6f0;
  font-size: 15px; color: #16241d; font-weight: 600;
}
.enm-jn-cart-right { display: flex; align-items: center; gap: 10px; color: #4b5f55; font-weight: 700; }
.enm-jn-remove {
  display: inline-flex; align-items: center; justify-content: center;
  width: 26px !important; height: 26px !important;
  min-width: 26px !important; min-height: 26px !important;
  padding: 0 !important; margin: 0 !important;
  border-radius: 50% !important; box-shadow: none !important;
  border: 1px solid #dcebe2 !important; background: #fff !important; color: #9b2c2c !important;
  font-size: 15px !important; font-weight: 700; line-height: 1 !important; cursor: pointer;
}
.enm-jn-remove:hover { background: #9b2c2c !important; color: #fff !important; border-color: #9b2c2c !important; }
#enm-jn-total { margin: 14px 0 6px; font-size: 16px; color: #16241d; }
#enm-jn-apply {
  display: block; text-align: center;
  background: #25C146; border: 1px solid #25C146; border-radius: 10px;
  padding: 14px 20px; margin-top: 10px;
  color: #fff !important; font-size: 16px; font-weight: 800;
  text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(4, 61, 36, 0.18);
}
#enm-jn-apply:hover { background: #31D957; }
#enm-jn-apply.disabled { opacity: 0.45; pointer-events: none; }
.enm-jn-cart-note { font-size: 13px; color: #4b5f55; margin-top: 10px; text-align: center; }

/* map */
.enm-jn-mapwrap { margin-top: 26px; }
.enm-jn-pcrow { display: flex; gap: 10px; margin-bottom: 12px; }
.enm-jn-pcrow input {
  flex: 1; max-width: 280px;
  border: 2px solid #dcebe2; border-radius: 12px;
  padding: 13px 16px; font-size: 16px; outline: none;
  text-transform: uppercase;
}
.enm-jn-pcrow input:focus { border-color: #25C146; }
#enm-jn-pc-btn {
  border: 1px solid #25C146; border-radius: 10px;
  background: #25C146; color: #fff;
  font-size: 15px; font-weight: 800; padding: 12px 22px; cursor: pointer;
}
#enm-jn-pc-btn:hover { background: #31D957; }
#enm-jn-map { display: none; height: 420px; border-radius: 16px; border: 1px solid #dcebe2; }
#enm-jn-map-status { font-size: 14px; color: #4b5f55; margin: 10px 0 0; }
#enm-jn-map .enm-jn-add { margin-top: 6px; }

@media (max-width: 900px) {
  .enm-jn { grid-template-columns: 1fr; }
  .enm-jn-cart { position: static; }
  #enm-jn-results { max-height: 340px; }
}
