/*
Theme Name: Sqripts Demo (Member-only Paywall)
Template: twentytwenty
Description: twentytwenty child theme reproducing the sqripts.com login-gated paywall for local Altair ID demos.
Version: 1.0.0
*/

/* 会員限定 CTA ボックス（非会員に表示） */
.touroku {
  margin: 2em 0;
  padding: 1.5em;
  border: 1px dashed #1e6bb8;
  border-radius: 6px;
  text-align: center;
  background: #f3f8fd;
}
.touroku .btn {
  display: inline-block;
  margin-top: .8em;
  padding: .6em 1.4em;
  background: #1e6bb8;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
}
.touroku .btn:hover {
  background: #155080;
  color: #fff;
}
.sqripts-demo-single {
  max-width: 760px;
  margin: 2em auto;
  padding: 0 1em;
}
