
     body { background:#eef2f7; padding:0; margin: auto; }
    .store-card { border: 1px solid #ccc; border-radius: 16px; padding: 1.5em; margin-bottom: 0em; margin-top: 0em; margin-left: 2em; margin-right: 2em; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.05);max-width: 700px;margin:0 auto; }
    .store-photo { width: 100%; max-height: 180px; object-fit: cover; border-radius: 10px; margin-bottom: 0.5em; cursor: zoom-in; }
    .photo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 0.5em; }
    .meta-label { font-weight: bold; color: #555; }
    .action-buttons a { margin-right: 0.5em; }
    .rating-box { background: #f8f9fa; padding: 0.5em 1em; border-radius: 6px; font-size: 0.9em; }
 .link-buttons a.circle-button {
  margin-right: 13px !important;
  margin-bottom: 13px !important;
}
@media (max-width: 768px) {
  .store-card {
    margin-left: 1.5em;
    margin-right: 1.5em;   
  }
}
    .lightbox-overlay img {
      max-width: 90%;
      max-height: 90%;
      border-radius: 12px;
      box-shadow: 0 0 20px rgba(255,255,255,0.2);
    }
    .lightbox-close {
      position: absolute;
      top: 20px; right: 30px;
      font-size: 2em;
      color: #fff;
      cursor: pointer;
    }
      .circle-button {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.0);
    text-decoration: none;
    transition: transform 0.2s ease;
  }
  .circle-button:hover {
    transform: scale(1.5);
  }
  .btn-latest {
    background-color: #fcd4db;
    color: #f86f86;
  }
  .btn-notice {
    background-color: #fff3cd;
    color: #ddae17;
  }
  .btn-map {
    background-color: #d6eaff;
    color: #55a4f8;
  }
.btn-link {
  background-color: #b1fea1;
  color: #49ac35;
  border: none;          
  box-shadow: none;      
  outline: none;         
}
.btn-link:hover {
  color: #49ac35;   
}
  .circle-button span {
    display: block;
    line-height: 1.2;
  }
  .link-buttons {
  margin-bottom: -15px; 
}
.rating-box {
  display: flex;
  flex-wrap: wrap;
  gap: 1em; 
}
.rating-item {
  display: inline-flex;
  align-items: center;
  padding: 0.4em 0.8em;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.03); 
  font-size: 0.95em;
  white-space: nowrap;
}
.filter-border {
  border-color: #ccc !important; 
}
.filter-text {
  color: #666 !important; 
}
.filter-text:hover {
  color: #ffffff !important; 
}
.pink-text {
  color: #f86f86; 
  font-weight: bold;
}
.store-title-line {
display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5em;
  margin-bottom: 1em; 
}
.store-title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: bold;
}
.store-type-label {
  color: #333;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .mobile-label {
    display: inline;
    display: none;
  }
}
.stats-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5em;
  line-height: 1.6;
}
.stat-item {
  display: inline-block;
  white-space: nowrap;
  font-size: 0.85rem;
}
.stat-item strong {
  font-size: 1.2rem;
}
.rest-description {
  white-space: normal;
  word-break: break-word;
}
.photo-note {
  font-size: 0.85rem;
  color: #aaaaaa;
   text-align: left;
  line-height: 1.8; 
  transform: translateY(10px); 
}
.store-photo-large {
  display: block;          
  width: 100%;             
  height: auto;            
  object-fit: contain;     
  border-radius: 8px;
  margin: 0 auto 10px;     
}
@media (min-width: 992px) {
  .store-photo-large {
    max-width: 1200px;     
  }
}
@media (max-width: 991px) {
  .store-photo-large {
    max-width: 100%;       
  }
}
.breadcrumb-nav {margin-top: 10px;margin-bottom: 10px; margin-left: 30px;}