
.lh-entitlement-lock{
  display:grid;grid-template-columns:64px minmax(0,1fr);gap:18px;align-items:start;
  max-width:760px;padding:20px!important
}
.lh-entitlement-lock-icon{
  width:54px;height:54px;display:grid;place-items:center;border:1px solid #ddd;
  border-radius:12px;font-size:28px;background:#fafaf7
}
.lh-entitlement-lock h2{margin:0 0 6px}
.lh-entitlement-lock p{margin:0;color:#666}
.lh-entitlement-lock-actions{display:flex;flex-wrap:wrap;gap:6px;margin-top:13px}
.lh-entitlement-lock-actions span{
  padding:5px 8px;border:1px solid #e5e5df;border-radius:999px;background:#fafaf8;
  color:#777;font-size:11px
}
@media(max-width:600px){.lh-entitlement-lock{grid-template-columns:1fr}}
