
.ohgs-new-stock-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.ohgs-new-stock-card{overflow:hidden;border-radius:24px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.12);box-shadow:0 18px 45px rgba(0,0,0,.18)}
body.light .ohgs-new-stock-card{background:#fff;border-color:rgba(15,23,42,.12);box-shadow:0 18px 45px rgba(15,23,42,.10)}
.ohgs-new-stock-card img{width:100%;height:260px;object-fit:cover;display:block}
.ohgs-new-stock-body{padding:18px}.ohgs-new-stock-body h3{margin:8px 0;font-size:1.15rem}.ohgs-new-stock-body p{opacity:.86}
.ohgs-stock-tag{display:inline-flex;align-items:center;min-height:28px;padding:0 12px;border-radius:999px;background:rgba(0,191,255,.12);color:#00bfff;border:1px solid rgba(0,191,255,.25);font-weight:900;font-size:.78rem}
.ohgs-new-stock-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:15px}.ohgs-new-stock-actions a{text-decoration:none}
@media(max-width:980px){.ohgs-new-stock-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ohgs-new-stock-card img{height:230px}}
@media(max-width:620px){.ohgs-new-stock-grid{grid-template-columns:1fr}.ohgs-new-stock-card img{height:235px}}
