/* Map page layout */
.map-index,
.shop-sections{
  max-width: 860px;
  margin: 0 auto;
  padding: 0 12px 0 8px;
}

/* Shop list */
.shop-list{
  list-style: none;
  margin: 0;
  padding: 0;
}

.shop-list li{
  margin: 6px 0;
  line-height: 1.65;
}

/* Shop link (brand color, not green) */
.shop-link{
  font-size: 16px;
  font-weight: 700;
  color: #3FB034;
  text-decoration: none;
}

.shop-link:hover{
  text-decoration: underline;
}

/* Shop detail section */
.shop-section{
  margin: 18px 0 24px;
}

.shop-head{
  font-size: 18px;

  background: #3FB034;
  color: #FFF;
  padding: 10px 12px;
  font-weight: 800;
  line-height: 1.4;
  margin-left: -12px;
}

.shop-body{
  padding: 0px 4px 0;
}

.shop-line{
  margin: 6px 0;
  color: #111827;
  line-height: 1.7;
}

.shop-note{
  margin: 16px 0;
  line-height: 1.6;
}

.label{
  font-weight: 700;
  color: #374151;
}

/* Google Map link */
.map-link{
  color: #4a62c8;
  font-weight: 700;
  text-decoration: none;
}

.map-link:hover{
  text-decoration: underline;
}
