.miez-product-features { padding-block:var(--miez-feature-top,20px) var(--miez-feature-bottom,20px); color:#493756; }
.miez-product-features h2 { font-family:var(--font-headline); font-size:20px; margin:0 0 18px; }
.miez-product-features ul { list-style:none; display:grid; grid-template-columns:repeat(auto-fit,minmax(76px,1fr)); gap:16px 12px; padding:0; margin:0; }
.miez-product-features li { display:flex; align-items:center; flex-direction:column; text-align:center; gap:10px; font-size:12px; line-height:1.5; }
.miez-product-features svg { width:28px; height:28px; flex-shrink:0; }
@media(max-width:380px) { .miez-product-features ul { grid-template-columns:repeat(3,1fr); } }
