.camt-wrapper{max-width:1200px;margin:0 auto;font-family:inherit;}
.camt-header{margin-bottom:10px;font-size:14px;color:#555;display:flex;justify-content:space-between;align-items:center;}
.camt-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;}
@media (max-width:900px){ .camt-grid{grid-template-columns:repeat(2,1fr);} }
@media (max-width:600px){ .camt-grid{grid-template-columns:1fr;} }
.camt-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 6px rgba(0,0,0,0.05);border:1px solid #f0f0f0;}
.camt-thumb{width:100%;height:220px;object-fit:cover;display:block;background:#f7f7f7;}
.camt-meta{padding:10px;}
.camt-title{margin:0 0 6px;font-size:16px;}
.camt-title a{color:#1a73e8;text-decoration:none;}
.camt-artist{font-size:14px;color:#333;margin-bottom:6px;}
.camt-price{font-weight:700;margin-bottom:6px;}
.camt-submeta{font-size:12px;color:#777;}
.camt-empty{color:#777;padding:12px;background:#fff;border-radius:6px;}
