/* Link */
.bsg-link-wrap {
  display:flex; justify-content:flex-end; /* right-aligned like many apparel sites */
  margin: 8px 0 14px;
}
.bsg-link {
  font-size: 13px;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  letter-spacing: .04em;
}
.bsg-link:hover { text-decoration: underline; }

/* Modal */
.bsg-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.6);
  z-index: 9999;
}
.bsg-dialog {
  position: relative;
  background: #fff;
  max-width: 760px;
  margin: 60px auto;
  padding: 28px;
  border-radius: 6px;
  box-shadow: 0 10px 40px rgba(0,0,0,.2);
}
.bsg-close {
  position: absolute;
  right: 14px; top: 10px;
  font-size: 24px;
  border: 0; background: transparent; cursor: pointer;
}
.bsg-body img { max-width: 100%; height: auto; }
.bsg-body table { width: 100%; border-collapse: collapse; }
.bsg-body table th,
.bsg-body table td { border: 1px solid #e5e5e5; padding: 8px 10px; text-align: center; }
