/* Clean minimal Tokopedia-like */
.apm-box{border:1px solid #eee;border-radius:16px;padding:1rem;background:#fafafa}
.apm-product-box{display:grid;grid-template-columns:120px 1fr;gap:1rem;align-items:start}
.apm-thumb{width:120px;height:120px;object-fit:cover;border-radius:12px;border:1px solid #eee;background:#fff}
.apm-title{margin:.2rem 0}
.apm-badge{display:inline-block;border:1px solid #ddd;border-radius:999px;padding:.25rem .6rem;font-size:.85rem;background:#fff}
.apm-price{font-weight:700;font-size:1.05rem}
.apm-btn{display:inline-block;padding:.6rem 1rem;border-radius:10px;border:1px solid #0a58ca;text-decoration:none}
.apm-primary{background:#0a58ca;color:#fff;border-color:#0a58ca}
.apm-stars{letter-spacing:.1rem}
.apm-specs{width:100%;border-collapse:collapse;margin:.5rem 0;border:1px solid #eee;border-radius:12px;overflow:hidden}
.apm-specs th,.apm-specs td{padding:.6rem .75rem;border-top:1px solid #eee;text-align:left}
.apm-specs th{width:40%;color:#333;background:#fbfbfb}
.apm-disclosure{font-size:.85rem;color:#666;margin:.5rem 0}
@media (max-width:680px){.apm-product-box{grid-template-columns:1fr}.apm-thumb{width:100%;height:auto}}

/* Grid listing */
.apm-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));margin:1rem 0}
.apm-card{border:1px solid #eee;border-radius:16px;overflow:hidden;background:#fff;display:flex;flex-direction:column;box-shadow:0 2px 10px rgba(0,0,0,.04)}
.apm-card img{width:100%;height:180px;object-fit:cover;background:#fafafa}
.apm-card-body{padding:1rem;display:flex;flex-direction:column;gap:.5rem}
.apm-card-title{font-size:1rem;margin:0;line-height:1.35}
.apm-card-title a{text-decoration:none;color:#111}
.apm-card-meta{font-size:.9rem;color:#666}
.apm-card-price{font-weight:700;font-size:1.05rem}

/* Related section */
.apm-related{margin-top:2rem}
.apm-related-title{margin:0 0 .75rem 0;font-size:1.15rem}
