:root{
  --gw-primary:#18F0D1;
  --gw-border:#e6edf2;
  --gw-badge:#e9fffb;
}
.gw-wrap{
  font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Hiragino Sans","Noto Sans JP",sans-serif;
  color:#15232d
}
.gw-search{
 -webkit-appearance:none;
 appearance:none;
 width:100%;
 padding:10px 12px;
 border:1px solid var(--gw-border);
 border-radius:10px;
 background:#fff 
}
.gw-controls{
  display:grid;
  grid-template-columns:1fr;
  gap:8px;
  align-items:center;
  margin:8px 0 12px
}
.gw-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px
}
@media (max-width:900px){
  .gw-grid{
    grid-template-columns:repeat(2,1fr)
  }
}
.gw-card{
  display:block;
  border:1px solid var(--gw-border);
  border-radius:14px;
  overflow:hidden;
  background:#fff;
  text-decoration:none;
  color:#18242e;
  box-shadow:0 10px 26px rgba(0,0,0,.05);
  transition:.2s
}
.gw-card:hover{
  transform:translateY(-3px);
  box-shadow:0 16px 36px rgba(0,0,0,.08)
}
.gw-card figure{
  aspect-ratio:16/9;
  background:#f8fbfc;
  overflow:hidden
}
.gw-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block
}
.gw-card .body{
  padding:0px 5px 10px;
}
.gw-card h3{
  margin: 0px 5px 5px;
  font-weight:800;
  font-size:14px;
}
.gw-card p{
  margin:0;
  color:#40515e;
  font-size: 12px;
}
.gw-more{
  text-align:center;
  margin:16px 0
}
.gw-btn{
  display:inline-block;
  padding:10px 18px;
  border-radius:10px;
  font-weight:800;
  border:2px solid var(--gw-primary);
  color:#064;
  background:#fff
}
.gw-btn:hover{
  background:var(--gw-badge)
}
.gw-search::-webkit-search-decoration,.gw-search::-webkit-search-cancel-button{
  display:none
}
/* Single page styles (same as before) */
.gw-single-wrap{
  font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Hiragino Sans","Noto Sans JP",sans-serif;
  color:#15232d
}
.gw-single{
  width:min(1120px,92%);
  margin:0 auto;
  padding:24px 0
}
.gw-s-hero{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:20px;
  align-items:center;
  margin-bottom:18px
}
@media (max-width:900px){
  .gw-s-hero{
    grid-template-columns:1fr
  } .gw-s-hero .hero-right{
    order:-1
  }
}
.gw-s-badges{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin:4px 0 10px
}
.gw-s-badges .b{
  display:inline-block;
  background:var(--gw-badge);
  border:1px solid var(--gw-border);
  padding:6px 10px;
  border-radius:999px;
  font-weight:700;
  color:#055
}
.gw-s-hero .hero-right{
  background:#f8fbfc;
  border:1px solid var(--gw-border);
  border-radius:14px;
  overflow:hidden
}
.gw-s-hero .hero-right img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block
}
.gw-s-table h2,.gw-s-related h2{
  font-size:1.2rem;
  margin:18px 0 10px
}
.gw-s-table dl{
  display:grid;
  grid-template-columns:160px 1fr;
  gap:10px;
  margin:0;
  border:1px solid var(--gw-border);
  border-radius:12px;
  padding:12px;
  background:#fff
}
.gw-s-table dt{
  color:#466
}
.gw-s-table dd{
  margin:0
}
.gw-s-related .grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:5px
}
@media (max-width:900px){
  .gw-s-related .grid{
    grid-template-columns:repeat(2,1fr)
  }
}
.gw-s-related .card{
  border:1px solid var(--gw-border);
  border-radius:12px;
  overflow:hidden;
  text-decoration:none;
  color:inherit;
  background:#fff
}
.gw-s-related .card figure{
  aspect-ratio:16/9;
  background:#f8fbfc
}
.gw-s-related .card img{
  width:100%;
  height:100%;
  object-fit:cover
}
.gw-s-related .c-body{
  padding:0px 0px 5px
}
.gw-s-related .c-body h3{
  margin:0 0 4px;
  font-size: 13px
}
.gw-s-related .c-body p{
  margin:0 0 4px;
  font-size: 11px
}
