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

/* 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: 10px 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;
}
