.smhr-wrap{margin:24px 0;padding:16px;border:1px solid #dcdcde;border-radius:14px;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.03)}
.smhr-head{display:flex;justify-content:space-between;align-items:flex-end;gap:12px;margin-bottom:12px}
.smhr-title{margin:0;font-size:22px;line-height:1.2}
.smhr-sub{color:#50575e;font-size:13px;margin-top:4px}
.smhr-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}
.smhr-card{border:1px solid #e5e7eb;border-radius:14px;overflow:hidden;background:#fff}
.smhr-img{display:block;padding-top:64%;background-size:cover;background-position:center}
.smhr-body{padding:10px}
.smhr-h{display:block;font-weight:600;color:#111827;text-decoration:none;margin-bottom:10px}
.smhr-h:hover{text-decoration:underline}
.smhr-btn{display:inline-block;padding:8px 10px;border-radius:10px;border:1px solid #dcdcde;text-decoration:none;font-weight:600}
.smhr-btn:hover{background:#f6f7f7}
