/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 26 2026 | 05:53:10 */
.gal-wrap {
  font-family: -apple-system, "Hiragino Sans", sans-serif;
  color: #111;
  max-width: 640px;
  margin: 0 auto;
  padding: 1rem 0;
}

.gal-img-wrap {
  position: relative;
  margin-bottom: 24px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
}

.gal-img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.gal-badge {
  display: none;
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: #111;
  color: #fff;
  font-size: 11px;
  padding: 3px 10px;
  border-radius: 4px;
}

.gal-img-wrap.is-own .gal-badge {
  display: inline-block;
}

.gal-info {
  border-top: 1px solid #e0e0e0;
  padding-top: 16px;
}

.gal-item {
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}

.gal-item:last-child {
  border-bottom: none;
}

.gal-item dt {
  font-size: 12px;
  color: #aaa;
  margin: 0 0 4px;
}

.gal-item dd {
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  line-height: 1.6;
}

.gal-item dd a {
  color: #111;
  text-decoration: none;
}

.gal-item dd a:hover {
  color: #1a6fb5;
}

.gal-item dd.gal-text {
  font-size: 15px;
  font-weight: 700;
}

.gal-link {
  display: inline-flex;
  font-size: 13px;
  color: #1a6fb5;
  text-decoration: none;
  margin-top: 20px;
  border-bottom: 1px solid #1a6fb5;
}