/* LacColibita.ro v10.1 — Client Portal visual integration/polish
   Scoped only to the client/business onboarding area. */
body.lc-client-portal-body{
  position:relative!important;
  isolation:isolate;
  background:#020617!important;
  color:#e8f3ff!important;
  min-height:100vh;
  overflow-x:hidden;
}
body.lc-client-portal-body::before{
  content:"";
  position:fixed;
  inset:-8%;
  z-index:-3;
  pointer-events:none;
  background-image:
    linear-gradient(to top,rgba(2,6,23,.78),rgba(15,23,42,.42)),
    url('/assets/img/hero-marea-de-la-munte-v2.webp');
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
  opacity:.48;
  transform:translateZ(0);
}
body.lc-client-portal-body::after{
  content:"";
  position:fixed;
  inset:0;
  z-index:-2;
  pointer-events:none;
  background:
    radial-gradient(circle at 16% 8%,rgba(56,189,248,.18),transparent 34%),
    radial-gradient(circle at 84% 82%,rgba(34,197,94,.14),transparent 36%),
    linear-gradient(180deg,rgba(2,6,23,.28),rgba(2,6,23,.82) 68%,rgba(2,6,23,.95));
}

.lc-client-shell{
  width:min(1180px,calc(100% - 28px));
  max-width:none!important;
  margin:0 auto!important;
  padding:24px 0 72px!important;
}
.lc-client-shell-top{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(125,211,252,.24)!important;
  background:linear-gradient(145deg,rgba(15,45,70,.80),rgba(8,23,42,.82))!important;
  backdrop-filter:blur(18px)!important;
  -webkit-backdrop-filter:blur(18px)!important;
  border-radius:26px!important;
  padding:16px 18px!important;
  margin-bottom:20px!important;
  box-shadow:0 24px 80px rgba(2,6,23,.58),inset 0 1px 0 rgba(255,255,255,.08)!important;
}
.lc-client-shell-top::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(110deg,rgba(56,189,248,.08),transparent 42%,rgba(34,197,94,.06));
}
.lc-client-shell-head,.lc-client-shell-nav{position:relative;z-index:1}
.lc-client-brand{gap:14px!important;min-width:0}
.lc-client-brand-logo{
  display:flex;
  align-items:center;
  justify-content:center;
  width:116px;
  height:52px;
  padding:5px 8px;
  flex:0 0 auto;
  border-radius:16px;
  background:rgba(2,6,23,.30);
  border:1px solid rgba(125,211,252,.20);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
}
.lc-client-brand-logo img{display:block;width:100%;height:100%;object-fit:contain}
.lc-client-brand h1{font-size:clamp(20px,2.2vw,26px)!important;letter-spacing:-.02em;color:#f8fbff!important}
.lc-client-brand p{font-size:13px!important;color:#a9bdd1!important}
.lc-client-public-link{color:#7dd3fc!important;text-decoration:none!important;font-weight:850!important}
.lc-client-public-link:hover{color:#bbf7d0!important}
.lc-client-shell-nav{gap:8px!important;margin-top:15px!important;padding-top:14px;border-top:1px solid rgba(148,163,184,.14)}
.lc-client-shell-nav a{
  min-height:38px;
  padding:8px 12px!important;
  border-radius:13px!important;
  background:rgba(15,23,42,.52)!important;
  border:1px solid rgba(148,163,184,.18)!important;
  color:#dceaf7!important;
  font-weight:800!important;
  font-size:12.5px!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
}
.lc-client-shell-nav a:hover,.lc-client-shell-nav a.active{
  color:#04131f!important;
  background:linear-gradient(135deg,#38bdf8,#22c55e)!important;
  border-color:rgba(125,211,252,.72)!important;
  box-shadow:0 10px 28px rgba(14,165,233,.20)!important;
}
.lc-client-shell-nav a.logout{margin-left:auto!important;background:rgba(127,29,29,.20)!important;border-color:rgba(248,113,113,.28)!important;color:#fecaca!important}
.lc-client-shell-nav a.logout:hover{background:#b91c1c!important;color:#fff!important;border-color:#ef4444!important}

.lc-client-card{
  position:relative;
  overflow:hidden;
  background:linear-gradient(145deg,rgba(12,35,56,.92),rgba(7,21,38,.92))!important;
  color:#e8f3ff!important;
  border-radius:24px!important;
  padding:clamp(18px,2.6vw,28px)!important;
  margin:18px 0!important;
  border:1px solid rgba(125,211,252,.20)!important;
  box-shadow:0 24px 70px rgba(2,6,23,.48),inset 0 1px 0 rgba(255,255,255,.06)!important;
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
}
.lc-client-card::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(120deg,rgba(56,189,248,.035),transparent 45%,rgba(34,197,94,.025));
}
.lc-client-card>*{position:relative;z-index:1}
.lc-client-card h1,.lc-client-card h2,.lc-client-card h3,.lc-client-card h4{color:#f8fbff!important;letter-spacing:-.018em}
.lc-client-card h2{font-size:clamp(22px,2.3vw,30px);line-height:1.14;margin-bottom:7px}
.lc-client-card h3{line-height:1.22}
.lc-muted,.lc-client-card .lc-muted{color:#a9bdd1!important}
.lc-client-card p{line-height:1.55}
.lc-client-card a:not(.lc-btn){color:#7dd3fc!important;text-decoration:none}
.lc-client-card a:not(.lc-btn):hover{color:#bbf7d0!important;text-decoration:underline}
.lc-client-card label{color:#eaf3fb!important;font-weight:800!important;margin:13px 0 7px!important}
.lc-client-card input,.lc-client-card textarea,.lc-client-card select{
  width:100%;
  color:#eff8ff!important;
  background:rgba(2,6,23,.48)!important;
  border:1px solid rgba(148,163,184,.28)!important;
  border-radius:14px!important;
  padding:12px 13px!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.02)!important;
  outline:none;
  transition:border-color .16s ease,box-shadow .16s ease,background .16s ease;
}
.lc-client-card input::placeholder,.lc-client-card textarea::placeholder{color:#6f879f!important;opacity:1}
.lc-client-card input:focus,.lc-client-card textarea:focus,.lc-client-card select:focus{
  border-color:rgba(56,189,248,.82)!important;
  background:rgba(2,6,23,.68)!important;
  box-shadow:0 0 0 3px rgba(56,189,248,.12)!important;
}
.lc-client-card select option{background:#0b1728;color:#edf7ff}
.lc-client-card input[type="checkbox"],.lc-client-card input[type="radio"]{accent-color:#22c55e}

.lc-btn,.lc-client-card button{
  min-height:42px;
  padding:10px 16px!important;
  border-radius:13px!important;
  background:linear-gradient(135deg,#38bdf8,#22c55e)!important;
  color:#04131f!important;
  border:1px solid rgba(125,211,252,.68)!important;
  font-weight:900!important;
  box-shadow:0 10px 28px rgba(14,165,233,.18)!important;
  transition:transform .16s ease,filter .16s ease,box-shadow .16s ease;
}
.lc-btn:hover,.lc-client-card button:hover{transform:translateY(-1px);filter:brightness(1.06);box-shadow:0 14px 34px rgba(14,165,233,.24)!important}
.lc-btn-secondary,.lc-client-card .lc-btn-secondary{background:rgba(71,85,105,.72)!important;color:#e7f1fa!important;border-color:rgba(148,163,184,.28)!important;box-shadow:none!important}
.lc-btn-danger{background:#991b1b!important;color:#fff!important;border-color:#ef4444!important}

.lc-alert,.lc-success-box,.lc-warning-box,.lc-section-note,.lc-help-callout{
  border-radius:16px!important;
  padding:13px 15px!important;
  line-height:1.52;
}
.lc-alert{background:rgba(6,78,59,.30)!important;border:1px solid rgba(52,211,153,.28)!important;color:#d1fae5!important}
.lc-error{background:rgba(127,29,29,.30)!important;border-color:rgba(248,113,113,.30)!important;color:#fee2e2!important}
.lc-success-box{background:rgba(6,78,59,.32)!important;border-color:rgba(52,211,153,.30)!important;color:#d1fae5!important}
.lc-warning-box{background:rgba(120,53,15,.30)!important;border-color:rgba(251,191,36,.28)!important;color:#fef3c7!important}
.lc-section-note{background:rgba(15,23,42,.52)!important;border:1px solid rgba(148,163,184,.20)!important;color:#cbdceb!important}
.lc-help-callout{background:rgba(12,74,110,.24)!important;border-color:rgba(56,189,248,.28)!important;color:#dff7ff!important}
.lc-help-callout strong{color:#bae6fd!important}

.lc-step,.lc-choice,.lc-help-item,.lc-facility-group,.lc-editor-zone,.lc-image-tile,.lc-media-card,.lc-compare-box{
  background:rgba(2,6,23,.34)!important;
  border-color:rgba(148,163,184,.18)!important;
  color:#e8f3ff!important;
}
.lc-step{padding:14px!important;border-radius:16px!important}
.lc-step b{background:#1d4f6e!important;color:#e9f8ff!important;border:1px solid rgba(125,211,252,.28)}
.lc-step.done{border-color:rgba(52,211,153,.28)!important;background:rgba(6,78,59,.16)!important}
.lc-step.done b{background:#059669!important;color:#fff!important}
.lc-choice{padding:18px!important;border-radius:18px!important;display:flex;flex-direction:column;align-items:flex-start;gap:7px}
.lc-choice strong{font-size:17px;color:#f8fbff}
.lc-choice .lc-btn{margin-top:auto}
.lc-help-item h3{color:#f8fbff!important}
.lc-table td,.lc-table th{border-color:rgba(148,163,184,.16)!important}
.lc-table th{color:#dff4ff}
.lc-progress,.lc-onboarding-progress{background:rgba(148,163,184,.18)!important}
.lc-progress span,.lc-onboarding-progress span{background:linear-gradient(90deg,#38bdf8,#22c55e)!important}
.lc-plan-badge{background:rgba(217,164,65,.14)!important;color:#fde68a!important}

/* Login / entry layout */
.lc-auth-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.78fr);gap:18px;align-items:stretch;max-width:980px;margin:0 auto}
.lc-auth-layout .lc-client-card{margin:0!important}
.lc-auth-main{display:flex;flex-direction:column;justify-content:center;min-height:430px}
.lc-auth-eyebrow{display:inline-flex;align-items:center;gap:7px;width:max-content;max-width:100%;padding:6px 10px;border-radius:999px;background:rgba(56,189,248,.10);border:1px solid rgba(56,189,248,.22);color:#bae6fd;font-size:12px;font-weight:900;margin-bottom:12px}
.lc-auth-side{display:flex;flex-direction:column;justify-content:center;gap:10px}
.lc-auth-side .lc-auth-option{padding:14px 0;border-bottom:1px solid rgba(148,163,184,.14)}
.lc-auth-side .lc-auth-option:last-child{border-bottom:0}
.lc-auth-side .lc-auth-option strong{display:block;color:#f8fbff;margin-bottom:5px}
.lc-inline-links{display:flex;flex-wrap:wrap;gap:8px 13px;margin-top:12px;color:#7890a8;font-size:14px}
.lc-inline-links a{margin:0!important}

/* Generic entry/search treatment */
.lc-client-hero{text-align:center;max-width:720px;margin:0 auto 18px}
.lc-client-hero .lc-eyebrow{display:inline-flex;padding:6px 10px;border-radius:999px;background:rgba(34,197,94,.10);border:1px solid rgba(34,197,94,.23);color:#bbf7d0;font-size:12px;font-weight:900;margin-bottom:9px}
.lc-search-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:end}
.lc-search-row .lc-btn{margin-bottom:0}

/* Dark form/readability fixes throughout connected portal pages */
.lc-draft-public-grid{gap:16px!important}
.lc-compare-box{white-space:pre-wrap}
.lc-feature-matrix .is-on{background:rgba(6,78,59,.28)!important;color:#bbf7d0!important;border-color:rgba(52,211,153,.24)!important}
.lc-feature-matrix .is-off{background:rgba(30,41,59,.52)!important;color:#94a3b8!important;border-color:rgba(148,163,184,.16)!important}
.lc-editor-tabs a{background:rgba(30,41,59,.68)!important;color:#dceaf7!important}
.lc-field-help,.lc-char-limit{color:#8ea5ba!important}
.lc-text-zone-card{background:rgba(30,64,175,.16)!important;border-color:rgba(96,165,250,.24)!important}
.lc-text-zone-profile{background:rgba(6,78,59,.16)!important;border-color:rgba(52,211,153,.22)!important}
.lc-thumb,.lc-media-card img,.lc-image-tile img{border-color:rgba(148,163,184,.20)!important;background:#06111f!important}

@media(max-width:900px){
  .lc-auth-layout{grid-template-columns:1fr;max-width:720px}
  .lc-auth-main{min-height:0}
}
@media(max-width:760px){
  .lc-client-shell{width:min(100% - 18px,1180px)!important;padding:10px 0 46px!important}
  .lc-client-shell-top{border-radius:20px!important;padding:13px!important}
  .lc-client-brand-logo{width:92px;height:43px;border-radius:13px}
  .lc-client-brand h1{font-size:20px!important}
  .lc-client-brand p{font-size:12px!important}
  .lc-client-card{padding:17px!important;border-radius:20px!important}
  .lc-client-shell-nav a{flex:1 1 calc(50% - 8px)!important;justify-content:center!important;text-align:center}
  .lc-client-shell-nav a.logout{margin-left:0!important}
  .lc-search-row{grid-template-columns:1fr}
  .lc-search-row .lc-btn{width:100%}
}
@media(max-width:480px){
  .lc-client-brand-logo{display:none}
  .lc-client-shell-nav a{flex:1 1 100%!important}
  .lc-btn,.lc-client-card button{width:100%}
  .lc-inline-links{flex-direction:column;gap:7px}
}

/* v10.1 targeted polish — revendicare afacere only */
.lc-claim-page{
  width:min(100%,940px);
  max-width:940px!important;
  margin:0 auto!important;
}
.lc-claim-page>.lc-client-card:first-child{margin-top:0!important}
.lc-claim-page .lc-client-hero{
  max-width:760px;
  margin:0 auto 22px!important;
  text-align:center!important;
}
.lc-claim-page .lc-client-hero h2{margin:8px auto 8px!important;max-width:760px}
.lc-claim-page .lc-client-hero p{max-width:700px;margin-left:auto!important;margin-right:auto!important}
.lc-claim-page .lc-search-row{
  max-width:790px;
  margin:0 auto;
  grid-template-columns:minmax(0,1fr) auto;
  gap:12px;
  align-items:end;
}
.lc-claim-page .lc-search-row>div{min-width:0}
.lc-claim-page .lc-search-row label{margin-top:0!important}
.lc-claim-page .lc-search-row .lc-btn{min-width:150px;white-space:nowrap}
.lc-claim-page .lc-help-list{max-width:790px;margin-left:auto!important;margin-right:auto!important}
.lc-claim-page #claim-form form{max-width:790px;margin:0 auto}

.lc-claim-footer-card{padding:22px!important}
.lc-claim-footer-head{text-align:center;max-width:700px;margin:0 auto 16px}
.lc-claim-footer-head .lc-eyebrow{
  display:inline-flex;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(56,189,248,.10);
  border:1px solid rgba(56,189,248,.24);
  color:#bae6fd;
  font-size:12px;
  font-weight:900;
  margin-bottom:8px;
}
.lc-claim-footer-head h3{margin:0 0 6px!important;font-size:20px!important}
.lc-claim-footer-head p{margin:0!important}
.lc-claim-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:16px}
.lc-claim-action{
  position:relative;
  display:grid!important;
  grid-template-columns:42px minmax(0,1fr) 22px;
  gap:11px;
  align-items:center;
  min-height:92px;
  padding:14px!important;
  border-radius:18px!important;
  border:1px solid rgba(148,163,184,.22)!important;
  background:rgba(2,6,23,.36)!important;
  color:#e8f3ff!important;
  text-decoration:none!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035);
  transition:transform .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease;
}
.lc-claim-action:hover{
  transform:translateY(-2px);
  border-color:rgba(56,189,248,.50)!important;
  background:rgba(8,35,55,.72)!important;
  box-shadow:0 14px 30px rgba(2,6,23,.26),inset 0 1px 0 rgba(255,255,255,.05);
  text-decoration:none!important;
}
.lc-claim-action-primary{
  background:linear-gradient(145deg,rgba(12,74,110,.58),rgba(6,78,59,.34))!important;
  border-color:rgba(56,189,248,.34)!important;
}
.lc-claim-action-muted{background:rgba(30,41,59,.42)!important}
.lc-claim-action-icon{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:linear-gradient(135deg,rgba(56,189,248,.20),rgba(34,197,94,.18));
  border:1px solid rgba(125,211,252,.24);
  color:#dff7ff;
  font-size:20px;
  font-weight:900;
}
.lc-claim-action strong{display:block;color:#f8fbff;font-size:14px;line-height:1.25}
.lc-claim-action small{display:block;color:#9fb4c8;font-size:12px;line-height:1.4;margin-top:4px}
.lc-claim-action-arrow{color:#7dd3fc;font-size:18px;font-weight:900;transition:transform .16s ease}
.lc-claim-action:hover .lc-claim-action-arrow{transform:translateX(3px)}

@media(max-width:860px){
  .lc-claim-actions{grid-template-columns:1fr}
  .lc-claim-action{min-height:82px}
}
@media(max-width:760px){
  .lc-claim-page{width:100%}
  .lc-claim-page .lc-search-row{grid-template-columns:1fr}
  .lc-claim-page .lc-search-row .lc-btn{width:100%;min-width:0}
}
@media(max-width:480px){
  .lc-claim-footer-card{padding:16px!important}
  .lc-claim-action{grid-template-columns:38px minmax(0,1fr) 18px;padding:12px!important;border-radius:16px!important}
  .lc-claim-action-icon{width:38px;height:38px;border-radius:12px;font-size:18px}
}

/* v10.1.1 targeted polish — Panou Client login only */
.lc-login-page{
  max-width:1080px!important;
  grid-template-columns:minmax(0,1fr) minmax(390px,.9fr)!important;
  gap:22px!important;
  align-items:stretch!important;
  margin-top:4px!important;
}
.lc-login-page>.lc-client-card{
  border:1px solid rgba(125,211,252,.18)!important;
  background:linear-gradient(155deg,rgba(7,29,47,.91),rgba(5,20,34,.93))!important;
  box-shadow:0 24px 70px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.035)!important;
}
.lc-login-panel{padding:30px!important;min-height:500px!important}
.lc-login-card-head{max-width:620px}
.lc-login-card-head h2,.lc-login-side-head h2{font-size:clamp(25px,3vw,34px)!important;line-height:1.12!important;letter-spacing:-.02em;margin:2px 0 9px!important;color:#f8fbff!important}
.lc-login-card-head p,.lc-login-side-head p{font-size:15px!important;line-height:1.58!important;color:#a9bdd1!important}
.lc-login-form{margin-top:22px;display:grid;gap:15px}
.lc-login-field{display:grid;gap:7px}
.lc-login-field label{margin:0!important;font-size:13px!important;color:#dceaf7!important;letter-spacing:.01em}
.lc-login-field input{
  min-height:50px;
  border-radius:16px!important;
  border:1px solid rgba(148,163,184,.25)!important;
  background:rgba(2,8,20,.62)!important;
  color:#f8fbff!important;
  padding:13px 15px!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025)!important;
  transition:border-color .16s ease,box-shadow .16s ease,background .16s ease;
}
.lc-login-field input::placeholder{color:#6f879d!important}
.lc-login-field input:focus{outline:none!important;border-color:rgba(56,189,248,.68)!important;box-shadow:0 0 0 4px rgba(56,189,248,.10)!important;background:rgba(3,13,29,.82)!important}
.lc-login-submit{width:100%!important;min-height:50px!important;margin-top:2px!important;justify-content:space-between!important;padding-left:18px!important;padding-right:18px!important;font-size:14px!important}
.lc-login-submit span{font-size:18px;line-height:1}
.lc-login-hint{margin:0!important;color:#8fa7bc!important;font-size:13px!important;line-height:1.5}
.lc-login-quick-links{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px!important;margin-top:15px!important}
.lc-login-quick-links a{
  min-height:44px;
  display:flex!important;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:10px 12px;
  border-radius:14px;
  border:1px solid rgba(148,163,184,.18);
  background:rgba(2,6,23,.28);
  color:#cdeeff!important;
  font-weight:800;
  font-size:13px;
  text-align:center;
  text-decoration:none!important;
  transition:transform .16s ease,border-color .16s ease,background .16s ease;
}
.lc-login-quick-links a:hover{transform:translateY(-1px);border-color:rgba(56,189,248,.42);background:rgba(8,35,55,.62)}
.lc-login-trust-note{display:flex;gap:10px;align-items:flex-start;margin-top:18px;padding:13px 14px;border-radius:15px;background:rgba(6,78,59,.14);border:1px solid rgba(52,211,153,.18);color:#afcfc2;font-size:12px;line-height:1.5}
.lc-login-trust-note>span:first-child{font-size:17px;line-height:1.25}
.lc-login-side{padding:26px!important;gap:18px!important}
.lc-login-side-head{padding-bottom:3px}
.lc-login-option-grid{display:grid;gap:11px}
.lc-auth-action-card{
  position:relative;
  display:grid!important;
  grid-template-columns:44px minmax(0,1fr) 22px;
  gap:12px;
  align-items:center;
  min-height:94px;
  padding:15px 14px!important;
  border-radius:18px!important;
  border:1px solid rgba(148,163,184,.20)!important;
  background:rgba(2,6,23,.34)!important;
  color:#e8f3ff!important;
  text-decoration:none!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025);
  transition:transform .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease;
}
.lc-auth-action-card:hover{transform:translateY(-2px);border-color:rgba(56,189,248,.46)!important;background:rgba(8,35,55,.68)!important;box-shadow:0 14px 30px rgba(0,0,0,.18)}
.lc-auth-action-card.is-primary{background:linear-gradient(145deg,rgba(12,74,110,.58),rgba(6,78,59,.31))!important;border-color:rgba(56,189,248,.31)!important}
.lc-auth-action-card.is-muted{background:rgba(30,41,59,.36)!important}
.lc-auth-action-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(135deg,rgba(56,189,248,.20),rgba(34,197,94,.17));border:1px solid rgba(125,211,252,.22);font-size:21px;font-weight:900;color:#e4f8ff}
.lc-auth-action-card strong{display:block;color:#f8fbff;font-size:14px;line-height:1.3;margin-bottom:4px}
.lc-auth-action-card small{display:block;color:#98afc3;font-size:12px;line-height:1.45}
.lc-auth-action-arrow{color:#7dd3fc;font-size:18px;font-weight:900;transition:transform .16s ease}
.lc-auth-action-card:hover .lc-auth-action-arrow{transform:translateX(3px)}
@media(max-width:940px){
  .lc-login-page{grid-template-columns:1fr!important;max-width:760px!important}
  .lc-login-panel{min-height:0!important}
}
@media(max-width:620px){
  .lc-login-panel,.lc-login-side{padding:18px!important}
  .lc-login-quick-links{grid-template-columns:1fr!important}
  .lc-auth-action-card{grid-template-columns:40px minmax(0,1fr) 18px;min-height:88px;padding:13px!important}
  .lc-auth-action-icon{width:40px;height:40px;border-radius:12px;font-size:19px}
}
