.gpcg-grid-v12{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:18px!important;
  width:100%!important;
  align-items:stretch!important;
}
.gpcg-card-v12{
  display:block!important;
  overflow:hidden!important;
  background:#fff!important;
  border:1px solid #f2c4cf!important;
  border-radius:15px!important;
  text-decoration:none!important;
  box-shadow:0 5px 16px rgba(68,30,43,.05)!important;
  transition:transform .18s ease,box-shadow .18s ease!important;
}
.gpcg-card-v12:hover{
  transform:translateY(-3px)!important;
  box-shadow:0 10px 24px rgba(68,30,43,.10)!important;
}
.gpcg-img-v12{
  aspect-ratio:4/3!important;
  overflow:hidden!important;
  background:#fff2f5!important;
}
.gpcg-img-v12 img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}
.gpcg-body-v12{
  min-height:60px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  padding:12px 13px!important;
}
.gpcg-name-v12{
  color:#111!important;
  font-size:15px!important;
  line-height:1.2!important;
  font-weight:700!important;
}
.gpcg-arrow-v12{
  width:28px!important;
  height:28px!important;
  min-width:28px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:50%!important;
  background:#f33b6a!important;
  color:#fff!important;
  font-size:17px!important;
  font-weight:700!important;
}
.gpcg-extra-v12{
  display:none!important;
}
.gpcg-toggle-wrap-v12{
  text-align:center!important;
  margin-top:22px!important;
}
.gpcg-toggle-v12{
  min-width:290px!important;
  padding:14px 22px!important;
  border:0!important;
  border-radius:11px!important;
  background:#f53269!important;
  color:#fff!important;
  font-size:15px!important;
  font-weight:700!important;
  cursor:pointer!important;
}
.gpcg-toggle-v12 b{
  margin-left:8px!important;
  font-size:18px!important;
}
@media(max-width:991px){
  .gpcg-grid-v12{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
}
@media(max-width:767px){
  .gpcg-grid-v12{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:12px!important;
  }
  .gpcg-body-v12{min-height:54px!important;padding:10px!important;}
  .gpcg-name-v12{font-size:13px!important;}
  .gpcg-arrow-v12{width:24px!important;height:24px!important;min-width:24px!important;font-size:14px!important;}
  .gpcg-toggle-v12{width:100%!important;min-width:0!important;}
}