/* JuxtaPED - Onde atendemos / bairros V1 */

.jx-onde-modal{
  width:min(680px,calc(100vw - 32px));
  max-height:min(78vh,720px);
  overflow:hidden;
  border-radius:18px;
  background:#fff;
  color:#263137;
  box-shadow:0 22px 60px rgba(0,0,0,.22);
}

.jx-onde-modal *{
  box-sizing:border-box;
}

.jx-onde-head{
  display:flex;
  align-items:flex-start;
  gap:14px;
  padding:20px 22px 18px;
  border-bottom:1px solid #edf0f1;
  background:
    radial-gradient(circle at 90% 0,rgba(47,138,85,.10),transparent 36%),
    #fff;
}

.jx-onde-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:48px;
  height:48px;
  flex:0 0 48px;
  border-radius:13px;
  background:#edf7f1;
  color:#2f8a55;
  font-size:21px;
}

.jx-onde-head span{
  display:block;
  margin-bottom:3px;
  color:#2f8a55;
  font-size:10px;
  font-weight:900;
  letter-spacing:.11em;
}

.jx-onde-head h2{
  margin:0 0 5px;
  color:#263137;
  font-size:22px;
  line-height:1.15;
}

.jx-onde-head p{
  margin:0;
  color:#7b888e;
  font-size:12px;
  line-height:1.45;
}

.jx-onde-list{
  max-height:calc(min(78vh,720px) - 105px);
  padding:14px;
  overflow:auto;
  background:#f6f8f7;
}

.jx-onde-city{
  margin-bottom:12px;
  overflow:hidden;
  border:1px solid #e4e9eb;
  border-radius:14px;
  background:#fff;
}

.jx-onde-city:last-child{
  margin-bottom:0;
}

.jx-onde-city-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:14px 15px;
  border-bottom:1px solid #edf0f1;
}

.jx-onde-city-head>div{
  display:flex;
  align-items:center;
  gap:8px;
  min-width:0;
}

.jx-onde-city-head i{
  color:#2f8a55;
}

.jx-onde-city-head strong{
  overflow:hidden;
  color:#263137;
  font-size:14px;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.jx-onde-city-head span{
  padding:4px 7px;
  border-radius:999px;
  background:#f0f4f2;
  color:#6b787e;
  font-size:9px;
  font-weight:800;
}

.jx-onde-city-head small{
  flex:0 0 auto;
  color:#849096;
  font-size:10px;
  font-weight:700;
}

.jx-onde-neighborhoods{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1px;
  background:#edf0f1;
}

.jx-onde-neighborhood{
  min-width:0;
  padding:12px 14px;
  background:#fff;
}

.jx-onde-neighborhood>span{
  display:block;
  overflow:hidden;
  margin-bottom:5px;
  color:#364248;
  font-size:12px;
  font-weight:800;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.jx-onde-neighborhood-info{
  display:flex;
  flex-wrap:wrap;
  gap:7px 11px;
}

.jx-onde-neighborhood-info small{
  display:inline-flex;
  align-items:center;
  gap:4px;
  color:#7c898f;
  font-size:9px;
}

.jx-onde-neighborhood-info i{
  color:#2f8a55;
}

.jx-onde-empty-city{
  padding:18px 14px;
  color:#8b979c;
  font-size:11px;
  text-align:center;
}

.jx-onde-empty{
  padding:44px 20px;
  text-align:center;
}

.jx-onde-empty-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:60px;
  height:60px;
  margin:0 auto 12px;
  border-radius:16px;
  background:#edf7f1;
  color:#2f8a55;
  font-size:24px;
}

.jx-onde-empty strong{
  display:block;
  margin-bottom:5px;
  color:#263137;
  font-size:14px;
}

.jx-onde-empty span{
  color:#7d898f;
  font-size:11px;
  line-height:1.45;
}

/* Ajuste para o jquery-modal antigo */
.modal .jx-onde-modal,
.blocker .jx-onde-modal{
  margin:0;
}

@media(max-width:620px){
  .jx-onde-modal{
    width:calc(100vw - 18px);
    max-height:82vh;
    border-radius:15px;
  }

  .jx-onde-list{
    max-height:calc(82vh - 112px);
    padding:10px;
  }

  .jx-onde-head{
    padding:17px 16px 15px;
  }

  .jx-onde-neighborhoods{
    grid-template-columns:1fr;
  }

  .jx-onde-city-head{
    align-items:flex-start;
  }

  .jx-onde-city-head>div{
    flex-wrap:wrap;
  }
}
