/* APSNY POPULARITY V1 */
.popular-sort-btn.active{
  background:var(--coffee)!important;
  border-color:var(--coffee)!important;
  color:#fff!important;
}

.card-visitors-v1,
.map-visitors-v1,
.cafe-visitors-v1{
  display:inline-flex;
  align-items:center;
  gap:5px;
  width:max-content;
  max-width:100%;
  color:#5f5147;
  font-size:11px;
  font-weight:700;
}

.card-visitors-v1{
  margin-top:5px;
  padding:4px 7px;
  border-radius:999px;
  background:#eef5ef;
  color:#31513c;
}

.card-visitors-v1 span:first-child,
.map-visitors-v1 span:first-child,
.cafe-visitors-v1 span:first-child{
  font-size:12px;
}

.map-visitors-v1{
  margin:3px 0 8px;
}

.cafe-visitors-v1{
  margin:0 0 13px;
  padding:7px 10px;
  border-radius:999px;
  background:#eef5ef;
  color:#31513c;
}

.cafe-visitors-v1 strong,
.map-visitors-v1 strong{
  color:#2d190f;
}

@media(max-width:640px){
  .card-visitors-v1{font-size:10px}
  .cafe-visitors-v1{margin-bottom:10px}
}
