.gvhs-wrap{max-width:1200px;margin:40px auto;padding:0 16px;box-sizing:border-box}
.gvhs-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}
.gvhs-title{margin:0 0 6px 0;font-size:34px;line-height:1.1;font-weight:700;color:#111 !important}
.gvhs-subtitle{font-size:14px;color:#666 !important}
.gvhs-btn{display:inline-block;padding:10px 18px;border:1px solid #ddd;border-radius:999px;text-decoration:none !important;color:#111 !important;background:#fff}
.gvhs-btn:hover{border-color:#bbb}

.gvhs-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
@media (max-width:1024px){.gvhs-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gvhs-title{font-size:30px}}
@media (max-width:640px){.gvhs-grid{grid-template-columns:1fr}.gvhs-head{flex-direction:column;align-items:flex-start}.gvhs-btn{margin-top:6px}}

.gvhs-card{display:block;text-decoration:none !important;color:#111 !important}
.gvhs-thumb{border-radius:18px;overflow:hidden;background:#f2f2f2;aspect-ratio:4/3;position:relative}
.gvhs-thumb img{width:100% !important;height:100% !important;object-fit:cover;display:block}
.gvhs-thumb-placeholder{width:100%;height:100%;background:linear-gradient(180deg,#f5f5f5,#ededed)}

.gvhs-meta{padding:10px 2px 0 2px}
.gvhs-name{font-size:16px;font-weight:600;color:#111 !important}
.gvhs-price{margin-top:4px;font-size:14px;font-weight:500;color:#111 !important;opacity:0.85}

.gvhs-empty{font-size:14px;color:#666}
