.sh-mft{background:#F8F5F1; border:1px solid #E5DDD5; border-radius:14px; padding:20px 22px; margin:26px 0; box-sizing:border-box;}
.sh-mft *{box-sizing:border-box;}
.sh-mft-eyebrow{font-size:11px; letter-spacing:1.8px; text-transform:uppercase; color:#8A6F4D; margin:0 0 14px; font-weight:700;}
.sh-mft-grid{display:grid; grid-template-columns:repeat(auto-fill,minmax(200px,1fr)); gap:10px;}
.sh-mft-grid a{display:grid; grid-template-columns:auto 1fr; grid-template-rows:auto auto; column-gap:10px; align-items:center; background:#FFFFFF; border:1px solid #E5DDD5; border-radius:10px; padding:11px 13px; text-decoration:none; transition:all .2s;}
.sh-mft-grid a:hover{border-color:#C9A77D; transform:translateY(-1px); box-shadow:0 8px 18px -12px rgba(45,42,38,.5);}
.sh-mft-i{grid-row:1 / span 2; font-size:20px;}
.sh-mft-n{font-size:13px; font-weight:700; color:#2D2A26; line-height:1.3;}
.sh-mft-d{font-size:11.5px; color:#8A7F72; line-height:1.35; grid-column:2;}
@media (max-width:760px){
  .sh-mft{border-radius:0; border-left:none; border-right:none; width:100vw; max-width:100vw; margin-left:calc(50% - 50vw); margin-right:calc(50% - 50vw);}
}
