
:root{
  --lca-v186-ink:#07111f;
  --lca-v186-muted:#647083;
  --lca-v186-line:#e3e8ee;
  --lca-v186-soft:#f6f8fa;
  --lca-v186-card:#fff;
  --lca-v186-radius:22px;
  --lca-v186-shadow:0 16px 42px rgba(7,17,31,.065);
  --lca-v186-shadow-hover:0 22px 54px color-mix(in srgb,var(--lca-site-accent,#e30613) 12%,rgba(7,17,31,.08));
}


html body .lca-chat-widget,
html body [data-lca-chat-widget],
html body .lca-community-hero,
html body .lca-home-prayer-feed,
html body .lca-member-chat-screen,
html body .lca-community-chat-stats,
html body .lca-community-online-list{display:none!important}


html body .lca-v186-editorial-module,
html body .lca-v186-video-module,
html body .lca-v186-forum-home{
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  grid-column:1/-1!important;
  padding:clamp(20px,2.4vw,30px)!important;
  border:1px solid color-mix(in srgb,var(--lca-site-accent,#e30613) 13%,var(--lca-v186-line))!important;
  border-radius:var(--lca-v186-radius)!important;
  background:rgba(255,255,255,.98)!important;
  box-shadow:var(--lca-v186-shadow)!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
}
html body .lca-v186-section-head{
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:18px!important;
  margin:0 0 22px!important;
  padding:0!important;
  border:0!important;
  background:none!important;
}
html body .lca-v186-section-head>div{min-width:0!important}
html body .lca-v186-section-head span{
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
  margin:0 0 7px!important;
  color:var(--lca-site-accent,#e30613)!important;
  font-size:11px!important;
  line-height:1!important;
  font-weight:950!important;
  letter-spacing:.16em!important;
  text-transform:uppercase!important;
}
html body .lca-v186-section-head span:before{
  content:""!important;
  width:8px!important;
  height:8px!important;
  border-radius:50%!important;
  background:var(--lca-site-accent,#e30613)!important;
  box-shadow:0 0 0 4px color-mix(in srgb,var(--lca-site-accent,#e30613) 12%,transparent)!important;
}
html body .lca-v186-section-head h2{
  margin:0!important;
  color:var(--lca-v186-ink)!important;
  font-size:clamp(25px,3vw,39px)!important;
  line-height:.98!important;
  letter-spacing:-.045em!important;
  font-weight:950!important;
  text-transform:uppercase!important;
}
html body .lca-v186-section-head p{
  max-width:720px!important;
  margin:10px 0 0!important;
  color:var(--lca-v186-muted)!important;
  font-size:14px!important;
  line-height:1.55!important;
}
html body .lca-v186-section-head>a,
html body .lca-v186-forum-hero a,
html body .lca-v186-forum-hero button{
  flex:0 0 auto!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:44px!important;
  padding:0 17px!important;
  border:1px solid color-mix(in srgb,var(--lca-site-accent,#e30613) 24%,var(--lca-v186-line))!important;
  border-radius:12px!important;
  background:#fff!important;
  color:var(--lca-v186-ink)!important;
  font-size:12px!important;
  font-weight:900!important;
  text-decoration:none!important;
  box-shadow:none!important;
  cursor:pointer!important;
}
html body .lca-v186-section-head>a:hover,
html body .lca-v186-forum-hero a:hover,
html body .lca-v186-forum-hero button:hover{
  border-color:var(--lca-site-accent,#e30613)!important;
  background:var(--lca-site-accent,#e30613)!important;
  color:#fff!important;
}


html body .lca-v186-article-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:17px!important;
  width:100%!important;
  min-width:0!important;
}
html body .lca-v186-article-card{
  display:flex!important;
  flex-direction:column!important;
  min-width:0!important;
  height:100%!important;
  margin:0!important;
  border:1px solid var(--lca-v186-line)!important;
  border-radius:17px!important;
  background:#fff!important;
  overflow:hidden!important;
  box-shadow:0 8px 24px rgba(7,17,31,.045)!important;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease!important;
}
html body .lca-v186-article-card:hover{
  transform:translateY(-3px)!important;
  border-color:color-mix(in srgb,var(--lca-site-accent,#e30613) 34%,var(--lca-v186-line))!important;
  box-shadow:var(--lca-v186-shadow-hover)!important;
}
html body .lca-v186-card-image{
  position:relative!important;
  display:block!important;
  width:100%!important;
  aspect-ratio:16/10!important;
  overflow:hidden!important;
  background:#edf0f3!important;
}
html body .lca-v186-card-image:after{
  content:""!important;
  position:absolute!important;
  inset:auto 0 0!important;
  height:30%!important;
  background:linear-gradient(transparent,rgba(0,0,0,.16))!important;
  pointer-events:none!important;
}
html body .lca-v186-card-image img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  object-fit:cover!important;
  transition:transform .28s ease!important;
}
html body .lca-v186-article-card:hover .lca-v186-card-image img{transform:scale(1.025)!important}
html body .lca-v186-card-body{
  display:flex!important;
  flex:1 1 auto!important;
  flex-direction:column!important;
  min-width:0!important;
  padding:15px 15px 14px!important;
}
html body .lca-v186-card-kicker{
  display:block!important;
  margin:0 0 8px!important;
  color:var(--lca-site-accent,#e30613)!important;
  font-size:10px!important;
  line-height:1.2!important;
  font-weight:950!important;
  letter-spacing:.09em!important;
  text-transform:uppercase!important;
}
html body .lca-v186-card-body h3{
  margin:0!important;
  color:var(--lca-v186-ink)!important;
  font-size:clamp(15px,1.4vw,18px)!important;
  line-height:1.18!important;
  letter-spacing:-.025em!important;
  font-weight:900!important;
  text-transform:none!important;
}
html body .lca-v186-card-body h3 a{
  color:inherit!important;
  text-decoration:none!important;
}
html body .lca-v186-card-body footer{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:8px!important;
  margin-top:auto!important;
  padding-top:15px!important;
  color:#7a8493!important;
  font-size:10px!important;
  line-height:1!important;
  font-weight:800!important;
  text-transform:uppercase!important;
}
html body .lca-v186-card-body footer b{
  display:inline-flex!important;
  align-items:center!important;
  padding:5px 7px!important;
  border-radius:999px!important;
  background:color-mix(in srgb,var(--lca-site-accent,#e30613) 8%,#f7f8fa)!important;
  color:var(--lca-site-accent,#e30613)!important;
  font-size:10px!important;
}


html body .lca-v186-video-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:17px!important;
  width:100%!important;
}
html body .lca-v186-video-card{
  min-width:0!important;
  border:1px solid var(--lca-v186-line)!important;
  border-radius:17px!important;
  background:#fff!important;
  overflow:hidden!important;
  box-shadow:0 8px 24px rgba(7,17,31,.045)!important;
  transition:transform .18s ease,box-shadow .18s ease!important;
}
html body .lca-v186-video-card:hover{transform:translateY(-3px)!important;box-shadow:var(--lca-v186-shadow-hover)!important}
html body .lca-v186-video-thumb{
  position:relative!important;
  display:block!important;
  width:100%!important;
  aspect-ratio:16/9!important;
  overflow:hidden!important;
  background:#111827!important;
}
html body .lca-v186-video-thumb:after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(180deg,transparent 48%,rgba(0,0,0,.32))!important;
}
html body .lca-v186-video-thumb img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  object-fit:cover!important;
}
html body .lca-v186-video-thumb>span{
  position:absolute!important;
  z-index:2!important;
  left:50%!important;
  top:50%!important;
  display:grid!important;
  place-items:center!important;
  width:50px!important;
  height:50px!important;
  border-radius:15px!important;
  background:var(--lca-site-accent,#e30613)!important;
  color:#fff!important;
  transform:translate(-50%,-50%)!important;
  box-shadow:0 12px 28px rgba(0,0,0,.25)!important;
}
html body .lca-v186-video-thumb>span svg{width:21px!important;height:21px!important;fill:currentColor!important;stroke:currentColor!important;color:#fff!important}
html body .lca-v186-video-card>div{padding:14px 15px 16px!important}
html body .lca-v186-video-card h3{
  margin:0!important;
  font-size:16px!important;
  line-height:1.2!important;
  letter-spacing:-.02em!important;
  font-weight:900!important;
  text-transform:none!important;
}
html body .lca-v186-video-card h3 a{color:var(--lca-v186-ink)!important;text-decoration:none!important}
html body .lca-v186-video-card time{display:block!important;margin-top:9px!important;color:#7a8493!important;font-size:10px!important;font-weight:850!important;text-transform:uppercase!important}
html body .lca-v186-empty{
  padding:28px!important;
  border:1px dashed color-mix(in srgb,var(--lca-site-accent,#e30613) 32%,var(--lca-v186-line))!important;
  border-radius:16px!important;
  background:color-mix(in srgb,var(--lca-site-accent,#e30613) 4%,#fff)!important;
}
html body .lca-v186-empty strong{display:block!important;color:var(--lca-v186-ink)!important;font-size:17px!important}
html body .lca-v186-empty p{margin:6px 0 0!important;color:var(--lca-v186-muted)!important}


html body .lca-v186-forum-columns{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:18px!important;
}
html body .lca-v186-forum-columns>div{
  min-width:0!important;
  padding:18px!important;
  border:1px solid var(--lca-v186-line)!important;
  border-radius:17px!important;
  background:linear-gradient(180deg,#fff,var(--lca-v186-soft))!important;
}
html body .lca-v186-forum-columns h3{
  margin:0 0 13px!important;
  color:var(--lca-v186-ink)!important;
  font-size:17px!important;
  line-height:1!important;
  font-weight:950!important;
  text-transform:uppercase!important;
  letter-spacing:-.02em!important;
}
html body .lca-v186-forum-list{display:grid!important;gap:8px!important}
html body .lca-v186-forum-list>a{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:12px!important;
  min-width:0!important;
  padding:11px 12px!important;
  border:1px solid #e8ebef!important;
  border-radius:12px!important;
  background:#fff!important;
  color:var(--lca-v186-ink)!important;
  text-decoration:none!important;
}
html body .lca-v186-forum-list>a:hover{border-color:color-mix(in srgb,var(--lca-site-accent,#e30613) 35%,#e8ebef)!important}
html body .lca-v186-forum-list>a>span{display:block!important;min-width:0!important}
html body .lca-v186-forum-list strong,
html body .lca-v186-forum-list small,
html body .lca-v186-forum-list em{display:block!important;min-width:0!important}
html body .lca-v186-forum-list strong{overflow:hidden!important;color:var(--lca-v186-ink)!important;font-size:13px!important;line-height:1.25!important;font-style:normal!important;text-overflow:ellipsis!important;white-space:nowrap!important}
html body .lca-v186-forum-list small{margin-top:4px!important;color:#7a8493!important;font-size:10px!important;font-weight:800!important}
html body .lca-v186-forum-list>a>b{
  display:grid!important;
  place-items:center!important;
  min-width:31px!important;
  height:31px!important;
  border-radius:10px!important;
  background:color-mix(in srgb,var(--lca-site-accent,#e30613) 9%,#fff)!important;
  color:var(--lca-site-accent,#e30613)!important;
  font-size:11px!important;
}
html body .lca-v186-forum-list>a>em{
  max-width:180px!important;
  overflow:hidden!important;
  color:#758091!important;
  font-size:10px!important;
  line-height:1.3!important;
  text-align:right!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
html body .lca-v186-forum-stats,
html body .lca-v186-forum-page-stats{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr)) minmax(180px,1.35fr)!important;
  gap:10px!important;
  margin-top:18px!important;
}
html body .lca-v186-forum-stats>span,
html body .lca-v186-forum-page-stats>span{
  display:flex!important;
  min-width:0!important;
  min-height:72px!important;
  flex-direction:column!important;
  justify-content:center!important;
  padding:12px 14px!important;
  border:1px solid var(--lca-v186-line)!important;
  border-radius:14px!important;
  background:#fff!important;
  color:#687386!important;
  font-size:9px!important;
  line-height:1.15!important;
  font-weight:900!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}
html body .lca-v186-forum-stats b,
html body .lca-v186-forum-page-stats b{
  margin-bottom:4px!important;
  color:var(--lca-v186-ink)!important;
  font-size:23px!important;
  line-height:1!important;
  letter-spacing:-.04em!important;
}
html body .lca-v186-forum-stats small,
html body .lca-v186-forum-page-stats small{display:block!important;margin-bottom:4px!important;color:#8a94a3!important;font-size:9px!important}
html body .lca-v186-forum-stats strong,
html body .lca-v186-forum-page-stats strong{overflow:hidden!important;color:var(--lca-v186-ink)!important;font-size:13px!important;line-height:1.2!important;text-overflow:ellipsis!important;white-space:nowrap!important;text-transform:none!important}


html body .lca-v186-forum-page{
  background:linear-gradient(180deg,#f7f8fa 0,#fff 380px)!important;
  color:var(--lca-v186-ink)!important;
  min-height:70vh!important;
}
html body .lca-v186-forum-page>.lca-shell,
html body .lca-v186-forum-page .lca-shell{
  width:min(var(--lca-site-width,1180px),calc(100% - 32px))!important;
  max-width:none!important;
  margin:0 auto!important;
  padding:30px 0 58px!important;
}
html body .lca-v186-forum-hero{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:24px!important;
  margin:0 0 20px!important;
  padding:clamp(24px,3vw,38px)!important;
  border:1px solid color-mix(in srgb,var(--lca-site-accent,#e30613) 20%,var(--lca-v186-line))!important;
  border-radius:25px!important;
  background:
    radial-gradient(circle at 85% 18%,color-mix(in srgb,var(--lca-site-accent,#e30613) 13%,transparent),transparent 28%),
    #fff!important;
  box-shadow:var(--lca-v186-shadow)!important;
}
html body .lca-v186-forum-hero span{
  display:block!important;
  margin-bottom:7px!important;
  color:var(--lca-site-accent,#e30613)!important;
  font-size:11px!important;
  font-weight:950!important;
  letter-spacing:.16em!important;
  text-transform:uppercase!important;
}
html body .lca-v186-forum-hero h1{
  margin:0!important;
  color:var(--lca-v186-ink)!important;
  font-size:clamp(31px,5vw,56px)!important;
  line-height:.92!important;
  letter-spacing:-.055em!important;
  font-weight:950!important;
  text-transform:uppercase!important;
}
html body .lca-v186-forum-hero p{max-width:700px!important;margin:13px 0 0!important;color:var(--lca-v186-muted)!important;font-size:15px!important;line-height:1.55!important}
html body .lca-v186-forum-hero a,
html body .lca-v186-forum-hero button{min-height:48px!important;background:var(--lca-site-accent,#e30613)!important;color:#fff!important;border-color:var(--lca-site-accent,#e30613)!important}
html body .lca-v186-forum-shell{
  min-width:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
}
html body .lca-v186-forum-shell [data-lca-forum-output]{min-width:0!important}
html body .lca-v186-forum-page .lca-forum-grid{
  display:grid!important;
  grid-template-columns:285px minmax(0,1fr)!important;
  gap:18px!important;
  align-items:start!important;
  min-width:0!important;
}
html body .lca-v186-forum-page .lca-forum-side,
html body .lca-v186-forum-page .lca-forum-main{
  min-width:0!important;
  margin:0!important;
  border:1px solid var(--lca-v186-line)!important;
  border-radius:20px!important;
  background:#fff!important;
  box-shadow:var(--lca-v186-shadow)!important;
  overflow:hidden!important;
}
html body .lca-v186-forum-page .lca-forum-side{position:sticky!important;top:92px!important;padding:14px!important}
html body .lca-v186-forum-page .lca-forum-main{padding:clamp(18px,2.3vw,28px)!important}
html body .lca-v186-forum-page .lca-forum-side-title{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:10px!important;
  padding:7px 6px 14px!important;
  border-bottom:1px solid var(--lca-v186-line)!important;
}
html body .lca-v186-forum-page .lca-forum-side-title strong{display:block!important;color:var(--lca-v186-ink)!important;font-size:16px!important;font-weight:950!important}
html body .lca-v186-forum-page .lca-forum-side-title small{display:block!important;margin-top:4px!important;color:#7d8795!important;font-size:10px!important;line-height:1.35!important}
html body .lca-v186-forum-page .lca-forum-side-actions>span{display:grid!important;place-items:center!important;min-width:29px!important;height:29px!important;border-radius:9px!important;background:var(--lca-v186-soft)!important;color:var(--lca-v186-ink)!important;font-size:11px!important;font-weight:950!important}
html body .lca-v186-forum-page .lca-forum-section-list{display:grid!important;gap:7px!important;padding-top:12px!important}
html body .lca-v186-forum-page .lca-forum-section-btn{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  grid-template-areas:"copy count" "copy lock"!important;
  align-items:center!important;
  gap:3px 10px!important;
  width:100%!important;
  min-height:64px!important;
  padding:11px 12px!important;
  border:1px solid transparent!important;
  border-radius:13px!important;
  background:transparent!important;
  color:var(--lca-v186-ink)!important;
  text-align:left!important;
  box-shadow:none!important;
  cursor:pointer!important;
}
html body .lca-v186-forum-page .lca-forum-section-btn:hover{background:var(--lca-v186-soft)!important}
html body .lca-v186-forum-page .lca-forum-section-btn.is-active{
  border-color:color-mix(in srgb,var(--lca-site-accent,#e30613) 28%,var(--lca-v186-line))!important;
  background:color-mix(in srgb,var(--lca-site-accent,#e30613) 7%,#fff)!important;
  box-shadow:inset 4px 0 0 var(--lca-site-accent,#e30613)!important;
}
html body .lca-v186-forum-page .lca-forum-section-btn>span{grid-area:copy!important;min-width:0!important}
html body .lca-v186-forum-page .lca-forum-section-btn b{display:block!important;color:inherit!important;font-size:12px!important;line-height:1.2!important;font-weight:950!important}
html body .lca-v186-forum-page .lca-forum-section-btn small{display:block!important;margin-top:4px!important;color:#788394!important;font-size:9px!important;line-height:1.3!important}
html body .lca-v186-forum-page .lca-forum-section-btn em{grid-area:count!important;display:grid!important;place-items:center!important;min-width:28px!important;height:28px!important;border-radius:9px!important;background:#edf0f3!important;color:#4b5563!important;font-size:10px!important;font-style:normal!important;font-weight:950!important}
html body .lca-v186-forum-page .lca-forum-section-btn.is-active em{background:var(--lca-site-accent,#e30613)!important;color:#fff!important}
html body .lca-v186-forum-page .lca-forum-section-btn i{grid-area:lock!important;color:#9a6b00!important;font-size:8px!important;font-style:normal!important;font-weight:900!important;text-transform:uppercase!important}
html body .lca-v186-forum-page .lca-forum-main-head{margin:0 0 18px!important;padding:0 0 17px!important;border-bottom:1px solid var(--lca-v186-line)!important}
html body .lca-v186-forum-page .lca-forum-main-head span,
html body .lca-v186-forum-page .lca-forum-thread-head>div>span{display:block!important;margin-bottom:6px!important;color:var(--lca-site-accent,#e30613)!important;font-size:9px!important;font-weight:950!important;letter-spacing:.14em!important;text-transform:uppercase!important}
html body .lca-v186-forum-page .lca-forum-main-head h3,
html body .lca-v186-forum-page .lca-forum-thread-head h3{margin:0!important;color:var(--lca-v186-ink)!important;font-size:clamp(22px,3vw,33px)!important;line-height:1!important;letter-spacing:-.04em!important;font-weight:950!important;text-transform:none!important}
html body .lca-v186-forum-page .lca-forum-main-head p{margin:9px 0 0!important;color:var(--lca-v186-muted)!important;font-size:13px!important;line-height:1.45!important}
html body .lca-v186-forum-page .lca-forum-topic-list{display:grid!important;gap:9px!important}
html body .lca-v186-forum-page .lca-forum-topic-row{
  display:grid!important;
  grid-template-columns:45px minmax(0,1fr) minmax(170px,auto)!important;
  align-items:center!important;
  gap:13px!important;
  width:100%!important;
  min-width:0!important;
  padding:13px!important;
  border:1px solid var(--lca-v186-line)!important;
  border-radius:14px!important;
  background:#fff!important;
  color:var(--lca-v186-ink)!important;
  text-align:left!important;
  box-shadow:none!important;
  cursor:pointer!important;
}
html body .lca-v186-forum-page .lca-forum-topic-row:hover{border-color:color-mix(in srgb,var(--lca-site-accent,#e30613) 35%,var(--lca-v186-line))!important;background:color-mix(in srgb,var(--lca-site-accent,#e30613) 3%,#fff)!important}
html body .lca-v186-forum-page .lca-forum-topic-avatar{width:45px!important;height:45px!important;max-width:none!important;border-radius:13px!important;object-fit:cover!important}
html body .lca-v186-forum-page .lca-forum-topic-row>span{min-width:0!important}
html body .lca-v186-forum-page .lca-forum-topic-row>span>strong{display:block!important;overflow:hidden!important;color:var(--lca-v186-ink)!important;font-size:14px!important;line-height:1.22!important;font-weight:950!important;text-overflow:ellipsis!important;white-space:nowrap!important}
html body .lca-v186-forum-page .lca-forum-topic-row>span>small{display:block!important;margin-top:5px!important;color:#778293!important;font-size:10px!important}
html body .lca-v186-forum-page .lca-forum-topic-row>em{display:block!important;min-width:0!important;color:#758091!important;font-style:normal!important;text-align:right!important}
html body .lca-v186-forum-page .lca-forum-topic-row>em>b{display:block!important;color:var(--lca-site-accent,#e30613)!important;font-size:11px!important;font-weight:950!important}
html body .lca-v186-forum-page .lca-forum-topic-row>em>small{display:block!important;max-width:260px!important;margin-top:4px!important;overflow:hidden!important;font-size:9px!important;text-overflow:ellipsis!important;white-space:nowrap!important}
html body .lca-v186-forum-page .lca-forum-create-topic,
html body .lca-v186-forum-page .lca-forum-reply-form{
  display:grid!important;
  gap:11px!important;
  margin-top:20px!important;
  padding:18px!important;
  border:1px solid color-mix(in srgb,var(--lca-site-accent,#e30613) 18%,var(--lca-v186-line))!important;
  border-radius:16px!important;
  background:color-mix(in srgb,var(--lca-site-accent,#e30613) 3%,#fff)!important;
}
html body .lca-v186-forum-page input,
html body .lca-v186-forum-page textarea,
html body .lca-v186-forum-page select{
  width:100%!important;
  max-width:none!important;
  min-height:44px!important;
  padding:11px 13px!important;
  border:1px solid #d8dde4!important;
  border-radius:11px!important;
  background:#fff!important;
  color:var(--lca-v186-ink)!important;
  box-shadow:none!important;
  box-sizing:border-box!important;
}
html body .lca-v186-forum-page textarea{min-height:130px!important;line-height:1.5!important;resize:vertical!important}
html body .lca-v186-forum-page .lca-forum-create-topic>button[type=submit],
html body .lca-v186-forum-page .lca-forum-reply-form>button[type=submit],
html body .lca-v186-forum-page .lca-forum-edit-form>button[type=submit]{justify-self:start!important;min-height:42px!important;padding:0 17px!important;border:0!important;border-radius:11px!important;background:var(--lca-site-accent,#e30613)!important;color:#fff!important;font-size:11px!important;font-weight:950!important;cursor:pointer!important}
html body .lca-v186-forum-page .lca-forum-thread-head{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  margin:0 0 18px!important;
  padding:0 0 17px!important;
  border-bottom:1px solid var(--lca-v186-line)!important;
}
html body .lca-v186-forum-page .lca-forum-thread-head>div{flex:1 1 auto!important;min-width:0!important}
html body .lca-v186-forum-page .lca-forum-thread-head>button,
html body .lca-v186-forum-page .lca-forum-topic-admin button{
  min-height:36px!important;
  padding:0 11px!important;
  border:1px solid var(--lca-v186-line)!important;
  border-radius:10px!important;
  background:#fff!important;
  color:#4c5868!important;
  font-size:9px!important;
  font-weight:900!important;
  cursor:pointer!important;
}
html body .lca-v186-forum-page .lca-forum-thread-head>button:hover{border-color:var(--lca-site-accent,#e30613)!important;color:var(--lca-site-accent,#e30613)!important}
html body .lca-v186-forum-page .lca-forum-post-list{display:grid!important;gap:11px!important}
html body .lca-v186-forum-page .lca-forum-post{
  display:grid!important;
  grid-template-columns:48px minmax(0,1fr)!important;
  gap:13px!important;
  min-width:0!important;
  padding:15px!important;
  border:1px solid var(--lca-v186-line)!important;
  border-radius:15px!important;
  background:#fff!important;
}
html body .lca-v186-forum-page .lca-forum-post-avatar img{display:block!important;width:48px!important;height:48px!important;max-width:none!important;border-radius:14px!important;object-fit:cover!important}
html body .lca-v186-forum-page .lca-forum-post-body{min-width:0!important}
html body .lca-v186-forum-page .lca-forum-post-body>header{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:6px 9px!important;margin:0 0 10px!important}
html body .lca-v186-forum-page .lca-forum-post-body>header a{text-decoration:none!important}
html body .lca-v186-forum-page .lca-forum-post-body>header strong{color:var(--lca-v186-ink)!important;font-size:12px!important;font-weight:950!important}
html body .lca-v186-forum-page .lca-forum-post-body>header time{color:#8993a1!important;font-size:9px!important;font-weight:800!important}
html body .lca-v186-forum-page .lca-forum-message{min-width:0!important;color:#263243!important;font-size:13px!important;line-height:1.65!important;overflow-wrap:anywhere!important}
html body .lca-v186-forum-page .lca-forum-message p{margin:.5em 0!important}
html body .lca-v186-forum-page .lca-forum-post-body>blockquote{margin:0 0 10px!important;padding:10px 12px!important;border-left:3px solid var(--lca-site-accent,#e30613)!important;border-radius:0 9px 9px 0!important;background:var(--lca-v186-soft)!important;color:#566273!important;font-size:11px!important}
html body .lca-v186-forum-page .lca-forum-post-body>footer{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:6px!important;margin-top:12px!important;padding-top:10px!important;border-top:1px solid #eef0f3!important}
html body .lca-v186-forum-page .lca-forum-post-body>footer>button,
html body .lca-v186-forum-page .lca-forum-reactions button,
html body .lca-v186-forum-page .lca-forum-follow-mini{
  min-height:29px!important;
  padding:0 8px!important;
  border:1px solid #e2e6eb!important;
  border-radius:9px!important;
  background:#fff!important;
  color:#687386!important;
  font-size:9px!important;
  font-weight:850!important;
  cursor:pointer!important;
}
html body .lca-v186-forum-page .lca-forum-reactions{display:inline-flex!important;align-items:center!important;flex-wrap:wrap!important;gap:4px!important}
html body .lca-v186-forum-page .lca-forum-image{display:block!important;max-width:680px!important;margin-top:12px!important;overflow:hidden!important;border-radius:13px!important}
html body .lca-v186-forum-page .lca-forum-image img{display:block!important;width:100%!important;height:auto!important}
html body .lca-v186-forum-page .lca-forum-editor-toolbar{display:flex!important;flex-wrap:wrap!important;gap:5px!important;padding:7px!important;border:1px solid #dde2e8!important;border-radius:11px!important;background:#fff!important}
html body .lca-v186-forum-page .lca-forum-editor-toolbar button{min-height:30px!important;padding:0 8px!important;border:1px solid #e6e9ed!important;border-radius:8px!important;background:#f8f9fa!important;color:#4d5969!important;font-size:9px!important;font-weight:900!important;cursor:pointer!important}
html body .lca-v186-forum-page .lca-forum-emoji-picker{display:flex!important;flex-wrap:wrap!important;gap:4px!important}
html body .lca-v186-forum-page .lca-forum-emoji-picker button{width:32px!important;height:32px!important;padding:0!important;border:1px solid #e2e6eb!important;border-radius:9px!important;background:#fff!important;cursor:pointer!important}
html body .lca-v186-forum-page .lca-forum-empty,
html body .lca-v186-forum-page .lca-forum-readonly,
html body .lca-v186-forum-page .lca-forum-ban-notice{padding:18px!important;border:1px solid var(--lca-v186-line)!important;border-radius:14px!important;background:var(--lca-v186-soft)!important;color:#586476!important;font-size:12px!important}


html body .lca-member-page .lca-member-shell{width:min(var(--lca-site-width,1180px),calc(100% - 32px))!important;max-width:none!important;padding:28px 0 54px!important}
html body .lca-v186-account-app{display:grid!important;grid-template-columns:210px minmax(0,1fr)!important;gap:18px!important;align-items:start!important}
html body .lca-v186-account-nav{
  position:sticky!important;
  top:92px!important;
  display:grid!important;
  gap:5px!important;
  padding:10px!important;
  border:1px solid var(--lca-v186-line)!important;
  border-radius:17px!important;
  background:#fff!important;
  box-shadow:var(--lca-v186-shadow)!important;
}
html body .lca-v186-account-nav a{display:flex!important;align-items:center!important;min-height:42px!important;padding:0 12px!important;border-radius:10px!important;color:#4d5968!important;font-size:11px!important;font-weight:900!important;text-decoration:none!important}
html body .lca-v186-account-nav a:hover,
html body .lca-v186-account-nav a.is-active{background:color-mix(in srgb,var(--lca-member-accent,var(--lca-site-accent,#e30613)) 9%,#fff)!important;color:var(--lca-member-accent,var(--lca-site-accent,#e30613))!important}
html body .lca-v186-account-nav a.is-danger{margin-top:6px!important;border-top:1px solid #eceff2!important;color:#b4232c!important}
html body .lca-v186-account-overview,
html body .lca-v186-account-settings,
html body .lca-v186-public-profile{
  min-width:0!important;
  padding:clamp(20px,2.6vw,30px)!important;
  border:1px solid color-mix(in srgb,var(--lca-member-accent,var(--lca-site-accent,#e30613)) 14%,var(--lca-v186-line))!important;
  border-radius:22px!important;
  background:#fff!important;
  box-shadow:var(--lca-v186-shadow)!important;
}
html body .lca-v186-profile-summary,
html body .lca-v186-public-profile>header{display:flex!important;align-items:center!important;gap:18px!important;margin-bottom:22px!important}
html body .lca-v186-profile-summary img,
html body .lca-v186-public-profile>header img{width:112px!important;height:112px!important;max-width:none!important;border:5px solid color-mix(in srgb,var(--lca-member-accent,var(--lca-site-accent,#e30613)) 14%,#fff)!important;border-radius:26px!important;object-fit:cover!important}
html body .lca-v186-profile-summary span,
html body .lca-v186-public-profile>header span,
html body .lca-v186-account-head span{display:block!important;margin-bottom:6px!important;color:var(--lca-member-accent,var(--lca-site-accent,#e30613))!important;font-size:10px!important;font-weight:950!important;letter-spacing:.14em!important;text-transform:uppercase!important}
html body .lca-v186-profile-summary h1,
html body .lca-v186-public-profile>header h1,
html body .lca-v186-account-head h1{margin:0!important;color:var(--lca-v186-ink)!important;font-size:clamp(28px,4vw,44px)!important;line-height:.95!important;letter-spacing:-.045em!important;font-weight:950!important}
html body .lca-v186-profile-summary p,
html body .lca-v186-profile-summary small,
html body .lca-v186-public-profile>header p,
html body .lca-v186-account-head p{display:block!important;margin:8px 0 0!important;color:var(--lca-v186-muted)!important;font-size:12px!important;line-height:1.45!important}
html body .lca-v186-account-cards,
html body .lca-v186-public-stats{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:11px!important;margin:0 0 18px!important}
html body .lca-v186-account-cards a,
html body .lca-v186-public-stats span{display:flex!important;min-height:94px!important;flex-direction:column!important;justify-content:center!important;padding:15px!important;border:1px solid var(--lca-v186-line)!important;border-radius:15px!important;background:var(--lca-v186-soft)!important;color:#6a7586!important;font-size:10px!important;font-weight:850!important;text-decoration:none!important}
html body .lca-v186-account-cards b,
html body .lca-v186-public-stats b{display:block!important;margin-bottom:5px!important;color:var(--lca-v186-ink)!important;font-size:25px!important;line-height:1!important;font-weight:950!important}
html body .lca-v186-account-actions{display:flex!important;flex-wrap:wrap!important;gap:9px!important}
html body .lca-v186-account-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;margin-bottom:20px!important}
html body .lca-v186-settings-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}
html body .lca-v186-settings-grid .lca-member-card{min-width:0!important;margin:0!important;padding:18px!important;border:1px solid var(--lca-v186-line)!important;border-radius:16px!important;background:#fff!important;box-shadow:none!important}
html body .lca-v186-settings-grid .lca-member-card:first-child{grid-row:span 2!important}
html body .lca-v186-settings-grid h2{margin:0 0 12px!important;color:var(--lca-v186-ink)!important;font-size:18px!important;font-weight:950!important}
html body .lca-v186-settings-grid label{display:grid!important;gap:6px!important;margin:0 0 11px!important;color:#4d5968!important;font-size:10px!important;font-weight:900!important}
html body .lca-v186-settings-grid input:not([type=color]),
html body .lca-v186-settings-grid textarea{width:100%!important;max-width:none!important;padding:11px 12px!important;border:1px solid #dce1e7!important;border-radius:10px!important;background:#fff!important;color:var(--lca-v186-ink)!important;box-sizing:border-box!important}
html body .lca-v186-color-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important}
html body .lca-v186-color-grid input[type=color]{width:100%!important;height:52px!important;padding:4px!important;border:1px solid #dce1e7!important;border-radius:10px!important;background:#fff!important}
html body .lca-v186-color-presets{display:flex!important;flex-wrap:wrap!important;gap:6px!important;margin-top:9px!important}
html body .lca-v186-color-presets button{min-height:32px!important;padding:0 10px!important;border:1px solid #dfe4ea!important;border-radius:9px!important;background:#fff!important;color:#536071!important;font-size:9px!important;font-weight:900!important;cursor:pointer!important}
html body .lca-v186-settings-save{margin-top:14px!important;text-align:right!important}
html body .lca-v186-public-bio{margin:0 0 18px!important;padding:16px!important;border-radius:14px!important;background:var(--lca-v186-soft)!important;color:#405063!important;font-size:13px!important;line-height:1.6!important}
html body .lca-v186-public-posts h2{margin:0 0 12px!important;color:var(--lca-v186-ink)!important;font-size:18px!important;font-weight:950!important}
html body .lca-v186-public-posts>a{display:grid!important;gap:3px!important;padding:12px 0!important;border-top:1px solid var(--lca-v186-line)!important;color:var(--lca-v186-ink)!important;text-decoration:none!important}
html body .lca-v186-public-posts>a span{color:#5f6c7d!important;font-size:11px!important;line-height:1.4!important}
html body .lca-v186-public-posts>a small{color:#8a94a2!important;font-size:9px!important}


html body .lca-v186-account-link img{display:block!important;width:28px!important;height:28px!important;max-width:none!important;border-radius:9px!important;object-fit:cover!important}


@media (max-width:1050px){
  html body .lca-v186-article-grid,
  html body .lca-v186-video-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  html body .lca-v186-forum-page .lca-forum-grid{grid-template-columns:235px minmax(0,1fr)!important}
  html body .lca-v186-forum-stats,
  html body .lca-v186-forum-page-stats{grid-template-columns:repeat(4,minmax(0,1fr))!important}
  html body .lca-v186-forum-stats .is-wide,
  html body .lca-v186-forum-page-stats>span:last-child{grid-column:1/-1!important}
}
@media (max-width:780px){
  html body .lca-home-v9 .lca-flow-grid{display:grid!important;grid-template-columns:minmax(0,1fr)!important;width:100%!important;gap:16px!important}
  html body .lca-home-v9 .lca-flow-grid>*{grid-column:1/-1!important;width:100%!important;max-width:100%!important;min-width:0!important}
  html body .lca-v186-editorial-module,
  html body .lca-v186-video-module,
  html body .lca-v186-forum-home{padding:19px!important;border-radius:18px!important}
  html body .lca-v186-section-head{align-items:flex-start!important;flex-direction:column!important;margin-bottom:17px!important}
  html body .lca-v186-section-head h2{font-size:27px!important}
  html body .lca-v186-section-head>a{min-height:40px!important}
  html body .lca-v186-article-grid,
  html body .lca-v186-video-grid{grid-template-columns:minmax(0,1fr)!important;gap:13px!important}
  html body .lca-v186-article-card{display:grid!important;grid-template-columns:122px minmax(0,1fr)!important;min-height:118px!important}
  html body .lca-v186-card-image{height:100%!important;min-height:118px!important;aspect-ratio:auto!important}
  html body .lca-v186-card-body{padding:13px!important}
  html body .lca-v186-card-body h3{font-size:15px!important}
  html body .lca-v186-video-card{border-radius:15px!important}
  html body .lca-v186-forum-columns{grid-template-columns:minmax(0,1fr)!important;gap:12px!important}
  html body .lca-v186-forum-columns>div{padding:14px!important}
  html body .lca-v186-forum-list>a>em{display:none!important}
  html body .lca-v186-forum-stats,
  html body .lca-v186-forum-page-stats{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  html body .lca-v186-forum-stats .is-wide,
  html body .lca-v186-forum-page-stats>span:last-child{grid-column:1/-1!important}
  html body .lca-v186-forum-page .lca-shell{width:min(100% - 20px,var(--lca-site-width,1180px))!important;padding-top:16px!important}
  html body .lca-v186-forum-hero{align-items:flex-start!important;flex-direction:column!important;padding:23px!important;border-radius:19px!important}
  html body .lca-v186-forum-hero h1{font-size:37px!important}
  html body .lca-v186-forum-page .lca-forum-grid{grid-template-columns:minmax(0,1fr)!important;gap:12px!important}
  html body .lca-v186-forum-page .lca-forum-side{position:static!important;padding:11px!important;border-radius:16px!important}
  html body .lca-v186-forum-page .lca-forum-section-list{display:flex!important;gap:7px!important;overflow-x:auto!important;scroll-snap-type:x proximity!important;padding:10px 0 2px!important;-webkit-overflow-scrolling:touch!important}
  html body .lca-v186-forum-page .lca-forum-section-wrap{flex:0 0 220px!important;scroll-snap-align:start!important}
  html body .lca-v186-forum-page .lca-forum-section-btn{height:100%!important}
  html body .lca-v186-forum-page .lca-forum-main{padding:17px!important;border-radius:16px!important}
  html body .lca-v186-forum-page .lca-forum-topic-row{grid-template-columns:39px minmax(0,1fr)!important;gap:10px!important;padding:11px!important}
  html body .lca-v186-forum-page .lca-forum-topic-avatar{width:39px!important;height:39px!important;border-radius:11px!important}
  html body .lca-v186-forum-page .lca-forum-topic-row>em{grid-column:2!important;text-align:left!important}
  html body .lca-v186-forum-page .lca-forum-topic-row>em>small{max-width:none!important}
  html body .lca-v186-forum-page .lca-forum-thread-head{align-items:flex-start!important;flex-wrap:wrap!important}
  html body .lca-v186-forum-page .lca-forum-thread-head>div{order:-1!important;flex-basis:100%!important}
  html body .lca-v186-forum-page .lca-forum-post{grid-template-columns:38px minmax(0,1fr)!important;padding:12px!important}
  html body .lca-v186-forum-page .lca-forum-post-avatar img{width:38px!important;height:38px!important;border-radius:11px!important}
  html body .lca-v186-account-app{grid-template-columns:minmax(0,1fr)!important}
  html body .lca-v186-account-nav{position:static!important;display:flex!important;overflow-x:auto!important}
  html body .lca-v186-account-nav a{flex:0 0 auto!important}
  html body .lca-v186-account-overview,
  html body .lca-v186-account-settings,
  html body .lca-v186-public-profile{padding:18px!important;border-radius:18px!important}
  html body .lca-v186-settings-grid{grid-template-columns:minmax(0,1fr)!important}
  html body .lca-v186-settings-grid .lca-member-card:first-child{grid-row:auto!important}
  html body .lca-v186-account-head{align-items:flex-start!important;flex-direction:column!important}
}
@media (max-width:480px){
  html body .lca-v186-editorial-module,
  html body .lca-v186-video-module,
  html body .lca-v186-forum-home{padding:16px!important}
  html body .lca-v186-section-head h2{font-size:24px!important}
  html body .lca-v186-article-card{grid-template-columns:104px minmax(0,1fr)!important;min-height:108px!important}
  html body .lca-v186-card-image{min-height:108px!important}
  html body .lca-v186-card-kicker{font-size:8px!important;margin-bottom:6px!important}
  html body .lca-v186-card-body h3{font-size:13px!important;line-height:1.2!important}
  html body .lca-v186-card-body footer{padding-top:10px!important;font-size:8px!important}
  html body .lca-v186-forum-stats,
  html body .lca-v186-forum-page-stats{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important}
  html body .lca-v186-forum-stats>span,
  html body .lca-v186-forum-page-stats>span{min-height:65px!important;padding:10px!important}
  html body .lca-v186-forum-hero{padding:19px!important}
  html body .lca-v186-forum-hero h1{font-size:32px!important}
  html body .lca-v186-forum-page .lca-forum-main{padding:13px!important}
  html body .lca-v186-forum-page .lca-forum-post{grid-template-columns:minmax(0,1fr)!important}
  html body .lca-v186-forum-page .lca-forum-post-avatar{display:none!important}
  html body .lca-v186-profile-summary,
  html body .lca-v186-public-profile>header{align-items:flex-start!important;flex-direction:column!important}
  html body .lca-v186-profile-summary img,
  html body .lca-v186-public-profile>header img{width:92px!important;height:92px!important;border-radius:22px!important}
  html body .lca-v186-account-cards,
  html body .lca-v186-public-stats{grid-template-columns:minmax(0,1fr)!important}
}


html body .lca-favorite-wrap,
html body .lca-article-fav-btn,
html body [data-lca-favorite],
html body .lca-article-entry-reactions-desktop,
html body .lca-community-reactions,
html body .lca-profile-follow,
html body [data-lca-follow-user],
html body .lca-member-notifications-screen,
html body .lca-member-prayers-screen,
html body .lca-member-events-screen,
html body .lca-member-polls-screen,
html body .lca-member-following-screen,
html body .lca-member-favorites-screen{display:none!important}

html body .lca-v186-article-entry .lca-article-entry-actions-desktop{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px!important;
}
html body .lca-v186-article-entry .lca-article-entry-actions-desktop a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:44px!important;
  padding:0 16px!important;
  border:1px solid color-mix(in srgb,var(--lca-site-accent,#e30613) 24%,#dfe3e8)!important;
  border-radius:12px!important;
  background:#fff!important;
  color:#07111f!important;
  font-weight:900!important;
  text-decoration:none!important;
}
html body .lca-v186-article-entry .lca-article-entry-actions-desktop a:last-child{
  background:var(--lca-site-accent,#e30613)!important;
  border-color:var(--lca-site-accent,#e30613)!important;
  color:#fff!important;
}


.lca-v187-safe-notice,
.lca-v187-forum-unavailable{
  width:100%;box-sizing:border-box;padding:18px 20px;border:1px solid color-mix(in srgb,var(--lca-site-accent,var(--lca-red,#e30613)) 22%,#dfe5ec);border-radius:18px;background:#fff;color:#07111f;
}
.lca-v187-safe-notice strong,
.lca-v187-forum-unavailable strong{display:block;margin-bottom:5px;font-weight:950}
.lca-v187-forum-unavailable p{margin:0;color:#5f6b7a}
