/* TableSnaps Public */
.tablesnaps-review-wrap{
  max-width:680px;
  margin:20px auto;
  padding:16px;
  border:1px solid #e5e7eb;
  border-radius:12px;
  background:#fff;
}
.tablesnaps-review-wrap input,
.tablesnaps-review-wrap select,
.tablesnaps-review-wrap textarea{
  width:100%;
  max-width:100%;
  padding:10px;
  border:1px solid #d1d5db;
  border-radius:10px;
}
.tablesnaps-review-wrap button{
  padding:10px 16px;
  border-radius:10px;
  border:0;
  cursor:pointer;
}
.tablesnaps-gallery{
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap:16px;
}
.tablesnaps-card{
  border:1px solid #e5e7eb;
  border-radius:12px;
  padding:14px;
  background:#fff;
}
.tablesnaps-card-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:8px;
}
.tablesnaps-title{font-weight:700;margin:6px 0;}
.tablesnaps-photo img{width:100%;height:auto;border-radius:10px;margin-top:10px;}
.tablesnaps-date{margin-top:10px;color:#6b7280;font-size:12px;}
