.msfh-faults-grid{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}
.msfh-fault-button{border:1px solid #ddd;border-radius:8px;padding:.75rem 1rem;background:#fff;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .2s}
.msfh-fault-button.is-active{border-color:#007bff;box-shadow:0 0 0 1px rgba(0,123,255,.15)}
.msfh-fault-button img{width:32px;height:auto}
.msfh-fault-detail{display:none}
.msfh-fault-detail.is-active{display:block}
.msfh-brand-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}
.msfh-brand-item{border:1px solid #eee;border-radius:6px;padding:1rem;text-align:center;background:#fff}
.msfh-brand-item img{max-width:96px;height:auto;margin:0 auto .5rem}
