:root{--lcf-primary:#1B3A2D;--lcf-accent:#E87938;--lcf-cream:#F8F5EF;--lcf-border:#E5E8E5;--lcf-text:#17221C;--lcf-muted:#66716B;--lcf-white:#fff;--lcf-radius:18px;--lcf-shadow:0 12px 35px rgba(21,49,37,.07)}
.lcf-wrap{max-width:1320px;margin:36px auto;padding:0 20px;color:var(--lcf-text);font-family:inherit;line-height:1.55}.lcf-template-wrap{margin-top:28px;margin-bottom:60px}.lcf-wrap *{box-sizing:border-box}.lcf-wrap a{text-decoration:none}.lcf-wrap svg{width:20px;height:20px}.lcf-topbar{display:flex;align-items:center;gap:24px;background:var(--lcf-white);border:1px solid var(--lcf-border);border-radius:16px;padding:12px 15px 12px 18px;position:relative;z-index:2;box-shadow:0 5px 18px rgba(24,49,38,.04);margin-bottom:22px}.lcf-brand{display:flex;align-items:center;gap:10px;font-weight:800;color:var(--lcf-primary);white-space:nowrap}.lcf-brand-mark{width:34px;height:34px;display:grid;place-items:center;border-radius:11px;background:var(--lcf-primary);color:#fff;font-family:Georgia,serif;font-size:19px}.lcf-search{flex:1;max-width:520px;margin:auto;display:flex;border:1px solid var(--lcf-border);border-radius:12px;background:#F7F9F7;overflow:hidden}.lcf-search input{width:100%;border:0!important;background:transparent!important;box-shadow:none!important;padding:10px 14px!important;min-height:42px}.lcf-search button{border:0;background:transparent;padding:9px 13px;color:var(--lcf-muted);cursor:pointer}.lcf-user-nav{display:flex;align-items:center;gap:10px}.lcf-icon-link{position:relative;color:var(--lcf-primary);padding:7px;display:flex}.lcf-icon-link span{position:absolute;right:-1px;top:-3px;min-width:18px;height:18px;padding:0 4px;border-radius:10px;background:var(--lcf-accent);color:#fff;font-size:10px;display:grid;place-items:center;font-weight:800}.lcf-user-mini{display:flex;align-items:center;gap:8px;color:var(--lcf-text);font-weight:700}.lcf-user-mini img,.lcf-topic-avatar img,.lcf-author-block img,.lcf-reply-author img,.lcf-leaderboard img,.lcf-user-mini img,.lcf-my-card img,.lcf-author-side img,.lcf-profile-hero img,.lcf-notifications img{border-radius:50%}.lcf-login{font-weight:800;color:var(--lcf-primary)}
.lcf-hero{background:linear-gradient(125deg,var(--lcf-primary),#275C45);color:#fff;border-radius:26px;padding:56px;display:grid;grid-template-columns:1.4fr .8fr;gap:40px;overflow:hidden;position:relative;margin-bottom:28px}.lcf-hero:after{content:"";width:320px;height:320px;border:70px solid rgba(255,255,255,.045);border-radius:50%;position:absolute;right:-70px;top:-120px}.lcf-eyebrow{text-transform:uppercase;letter-spacing:.13em;font-size:11px;font-weight:800;color:var(--lcf-accent)}.lcf-hero .lcf-eyebrow{color:#FFD0B5}.lcf-hero h1,.lcf-category-hero h1,.lcf-form-page h1,.lcf-profile-hero h1{font-size:clamp(30px,4vw,52px);line-height:1.05;margin:10px 0 16px}.lcf-hero p{font-size:18px;max-width:680px;color:rgba(255,255,255,.83)}.lcf-hero-actions{display:flex;gap:12px;margin-top:26px}.lcf-btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:12px;padding:12px 18px;font-weight:800;cursor:pointer;transition:.2s;font-size:14px}.lcf-btn.primary{background:var(--lcf-accent);color:#fff}.lcf-btn.primary:hover{transform:translateY(-1px);filter:brightness(.96)}.lcf-btn.ghost{background:transparent;color:inherit;border-color:rgba(255,255,255,.32)}.lcf-form-page .lcf-btn.ghost{color:var(--lcf-primary);border-color:var(--lcf-border)}.lcf-btn.secondary{background:#EAF2ED;color:var(--lcf-primary)}.lcf-btn.full{width:100%}.lcf-hero-stats{display:grid;grid-template-columns:repeat(3,1fr);align-content:end;position:relative;z-index:1}.lcf-hero-stats div{padding:18px;text-align:center;border-left:1px solid rgba(255,255,255,.18)}.lcf-hero-stats div:first-child{border-left:0}.lcf-hero-stats strong{display:block;font-size:31px}.lcf-hero-stats span{font-size:12px;color:rgba(255,255,255,.7)}
.lcf-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:24px;align-items:start}.lcf-section,.lcf-side-card,.lcf-topic-card,.lcf-reply-form,.lcf-form-page,.lcf-profile-hero{background:#fff;border:1px solid var(--lcf-border);border-radius:var(--lcf-radius);box-shadow:0 4px 20px rgba(26,54,42,.035)}.lcf-section{padding:24px;margin-bottom:24px}.lcf-section-head{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px}.lcf-section-head h1,.lcf-section-head h2,.lcf-section-head h3{margin:0}.lcf-section-head h2{font-size:24px}.lcf-section-head>span{font-size:13px;color:var(--lcf-muted)}.lcf-category-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.lcf-category-card{display:grid;grid-template-columns:46px 1fr auto;gap:13px;align-items:center;border:1px solid var(--lcf-border);border-radius:14px;padding:16px;color:var(--lcf-text);transition:.2s}.lcf-category-card:hover{border-color:#C5D7CB;box-shadow:0 8px 25px rgba(26,54,42,.07);transform:translateY(-1px)}.lcf-category-icon{width:45px;height:45px;border-radius:13px;background:#EDF4EF;color:var(--lcf-primary);display:grid;place-items:center}.lcf-category-icon svg{width:24px;height:24px}.lcf-category-icon.large{width:72px;height:72px;border-radius:20px}.lcf-category-icon.large svg{width:35px;height:35px}.lcf-category-copy{min-width:0}.lcf-category-copy strong{display:block;color:var(--lcf-primary);font-size:15px}.lcf-category-copy small{display:block;color:var(--lcf-muted);font-size:12px;line-height:1.4;margin-top:3px}.lcf-category-count{font-size:11px;color:var(--lcf-muted);white-space:nowrap}.lcf-tabs{display:flex;gap:4px;background:#F3F5F3;border-radius:10px;padding:4px}.lcf-tabs button{border:0;background:transparent;border-radius:8px;padding:8px 11px;font-weight:700;color:var(--lcf-muted);cursor:pointer}.lcf-tabs button.active{background:#fff;color:var(--lcf-primary);box-shadow:0 2px 7px rgba(0,0,0,.06)}
.lcf-topic-list{border-top:1px solid var(--lcf-border)}.lcf-topic-row{display:grid;grid-template-columns:48px minmax(0,1fr) 120px 145px;gap:14px;align-items:center;padding:18px 4px;border-bottom:1px solid var(--lcf-border)}.lcf-topic-row:last-child{border-bottom:0}.lcf-topic-row.pinned{background:linear-gradient(90deg,#FBF3EC,transparent);padding-left:10px}.lcf-topic-avatar{position:relative}.lcf-topic-avatar span{position:absolute;right:-2px;bottom:0;width:18px;height:18px;border-radius:50%;background:var(--lcf-primary);color:#fff;border:2px solid #fff;font-size:10px;display:grid;place-items:center}.lcf-topic-main h3{font-size:16px;line-height:1.35;margin:2px 0 5px}.lcf-topic-main h3 a{color:var(--lcf-text)}.lcf-topic-main h3 a:hover{color:var(--lcf-primary)}.lcf-topic-main p{font-size:12px;color:var(--lcf-muted);margin:0 0 6px}.lcf-topic-meta{display:flex;flex-wrap:wrap;gap:5px;font-size:11px;color:#849089}.lcf-topic-meta a{color:var(--lcf-primary);font-weight:700}.lcf-topic-flags{display:flex;gap:5px}.lcf-topic-flags span,.lcf-ribbon{font-size:9px;text-transform:uppercase;letter-spacing:.08em;font-weight:800;background:#F7E7DD;color:#A64C1A;padding:3px 6px;border-radius:5px}.lcf-topic-numbers{display:flex;gap:12px;justify-content:flex-end}.lcf-topic-numbers span{text-align:center;color:var(--lcf-muted);font-size:10px}.lcf-topic-numbers strong{display:block;color:var(--lcf-text);font-size:15px}.lcf-last-activity{display:flex;align-items:center;gap:8px;color:var(--lcf-muted);font-size:10px}.lcf-last-activity strong{color:var(--lcf-text)}
.lcf-sidebar{display:grid;gap:18px;position:sticky;top:24px}.lcf-side-card{padding:20px}.lcf-side-card h3{margin:0 0 12px;font-size:17px}.lcf-side-card p{font-size:13px;color:var(--lcf-muted)}.lcf-side-card>small{display:block;margin-top:12px;color:#8B948F;font-size:11px}.lcf-text-link{display:block;text-align:center;margin-top:10px;color:var(--lcf-primary);font-weight:700;font-size:13px}.lcf-my-card>div:first-child{display:flex;align-items:center;gap:12px;margin-bottom:12px}.lcf-my-card small{display:block;color:var(--lcf-muted)}.lcf-my-card strong{display:block}.lcf-progress{height:7px;background:#ECF0ED;border-radius:5px;overflow:hidden;margin:14px 0 5px}.lcf-progress span{height:100%;display:block;background:var(--lcf-accent)}.lcf-my-card .lcf-btn{margin-top:14px}.lcf-leaderboard{display:grid}.lcf-leaderboard a{display:grid;grid-template-columns:18px 35px 1fr;gap:8px;align-items:center;padding:8px 0;border-top:1px solid var(--lcf-border);color:var(--lcf-text)}.lcf-leaderboard a:first-child{border-top:0}.lcf-leaderboard>a>b{font-size:11px;color:var(--lcf-accent)}.lcf-leaderboard span strong,.lcf-leaderboard span small{display:block}.lcf-leaderboard span strong{font-size:12px}.lcf-leaderboard span small{font-size:10px;color:var(--lcf-muted)}
.lcf-breadcrumbs{display:flex;gap:8px;align-items:center;color:var(--lcf-muted);font-size:12px;margin:18px 3px}.lcf-breadcrumbs a{color:var(--lcf-primary);font-weight:700}.lcf-category-hero{display:flex;align-items:center;gap:22px;background:var(--lcf-cream);border:1px solid var(--lcf-border);border-radius:22px;padding:32px;margin-bottom:24px}.lcf-category-hero>div:nth-child(2){flex:1}.lcf-category-hero h1{font-size:34px;margin-bottom:6px}.lcf-category-hero p{margin:0;color:var(--lcf-muted)}
.topic-layout{grid-template-columns:minmax(0,1fr) 285px}.lcf-topic-card{overflow:hidden;margin-bottom:22px;position:relative}.lcf-topic-card.by-specialist{border-top:4px solid var(--lcf-primary)}.lcf-topic-card>.lcf-ribbon{position:absolute;right:18px;top:0;border-radius:0 0 7px 7px;padding:7px 10px}.lcf-topic-card>header{padding:20px 24px;border-bottom:1px solid var(--lcf-border);display:flex;justify-content:space-between;align-items:center}.lcf-author-block{display:flex;gap:12px;align-items:center}.lcf-author-block>div>a{color:var(--lcf-text);font-weight:800;display:inline-block;margin-right:7px}.lcf-author-block small{display:block;color:var(--lcf-muted);font-size:11px;margin-top:3px}.lcf-badge{display:inline-flex;align-items:center;border-radius:99px;padding:4px 8px;font-size:9px;line-height:1;font-weight:800;text-transform:uppercase;letter-spacing:.05em;background:#EDF0EE;color:#657069}.lcf-badge.specialist{background:#E2F1E7;color:var(--lcf-primary)}.lcf-badge.legend{background:#FFF0D8;color:#A45C00}.lcf-badge.expert-member{background:#E9E4F6;color:#594790}.lcf-badge.active{background:#E7EEF9;color:#315D95}.lcf-term-pill{font-size:11px;font-weight:800;color:var(--lcf-primary);background:#EDF4EF;border-radius:99px;padding:7px 10px}.lcf-topic-body{padding:28px 30px}.lcf-topic-body h1{font-size:30px;line-height:1.2;margin:0 0 22px}.lcf-content{font-size:15px;color:#34413A}.lcf-content p{margin:0 0 1em}.lcf-content a{color:var(--lcf-primary);text-decoration:underline}.lcf-actions{display:flex;flex-wrap:wrap;align-items:center;gap:7px;padding:13px 22px;border-top:1px solid var(--lcf-border);background:#FAFBFA}.lcf-action{display:inline-flex;align-items:center;gap:6px;border:0;background:transparent;color:var(--lcf-muted);font-size:11px;font-weight:700;padding:7px 8px;border-radius:8px;cursor:pointer}.lcf-action svg{width:16px;height:16px}.lcf-action:hover,.lcf-action.active{background:#EAF2ED;color:var(--lcf-primary)}.lcf-action.static{cursor:default;margin-left:auto}.lcf-action b{font-size:10px}.lcf-replies>.lcf-section-head{padding:0 4px}.lcf-solved-label{color:var(--lcf-primary)!important;font-weight:700}.lcf-reply{display:grid;grid-template-columns:170px minmax(0,1fr);background:#fff;border:1px solid var(--lcf-border);border-radius:16px;margin-bottom:14px;overflow:hidden;position:relative}.lcf-reply.by-specialist{border-color:#BFD7C7}.lcf-reply.is-solution{border:2px solid var(--lcf-accent)}.lcf-specialist-strip,.lcf-solution-strip{position:absolute;top:0;right:0;padding:5px 10px;border-radius:0 0 0 8px;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.lcf-specialist-strip{background:var(--lcf-primary);color:#fff}.lcf-solution-strip{background:var(--lcf-accent);color:#fff;display:flex;gap:5px;align-items:center}.lcf-solution-strip svg{width:13px;height:13px}.lcf-specialist-strip+.lcf-solution-strip{top:25px}.lcf-reply-author{background:#F7F9F7;padding:25px 18px;display:flex;flex-direction:column;align-items:center;text-align:center}.lcf-reply-author>a{font-size:13px;font-weight:800;color:var(--lcf-text);margin:9px 0 5px}.lcf-reply-author>small{font-size:10px;color:var(--lcf-muted);margin-top:7px}.lcf-reply-content{min-width:0}.lcf-reply-content>header{display:flex;justify-content:space-between;padding:13px 18px;border-bottom:1px solid var(--lcf-border);font-size:10px;color:var(--lcf-muted)}.lcf-reply-content>header a{color:var(--lcf-primary);font-weight:800}.lcf-reply-content>.lcf-content{padding:22px;min-height:120px}.lcf-reply-content>.lcf-actions{padding:9px 15px}.lcf-reply-form{padding:25px;margin-top:24px}.lcf-reply-form h2{margin-top:0}.lcf-reply-form textarea,.lcf-big-form textarea,.lcf-big-form input,.lcf-big-form select,.lcf-modal textarea,.lcf-modal select{width:100%;border:1px solid #D9DEDA!important;border-radius:11px!important;background:#fff!important;padding:13px!important;box-shadow:none!important}.lcf-form-foot{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:12px}.lcf-form-foot small{color:var(--lcf-muted);font-size:11px}.lcf-author-side{text-align:center}.lcf-author-side h3{margin:9px 0 6px}.lcf-side-stats{display:grid;grid-template-columns:1fr 1fr;margin:18px 0;border-top:1px solid var(--lcf-border);border-bottom:1px solid var(--lcf-border)}.lcf-side-stats span{padding:12px 5px;font-size:10px;color:var(--lcf-muted)}.lcf-side-stats span+span{border-left:1px solid var(--lcf-border)}.lcf-side-stats strong{display:block;font-size:17px;color:var(--lcf-text)}.lcf-info-list{display:grid;gap:11px}.lcf-info-list span{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--lcf-muted)}.lcf-info-list svg{width:17px}.lcf-info-list b{color:var(--lcf-text)}
.lcf-form-page{padding:34px;max-width:900px;margin:24px auto}.lcf-form-page>header{max-width:700px;margin-bottom:25px}.lcf-form-page>header h1{font-size:38px}.lcf-form-page>header p{color:var(--lcf-muted)}.lcf-big-form{display:grid;gap:20px}.lcf-big-form label,.lcf-modal label{font-weight:800;font-size:13px}.lcf-big-form label input,.lcf-big-form label textarea,.lcf-big-form label select,.lcf-modal label textarea,.lcf-modal label select{display:block;margin-top:7px;font-weight:400}.lcf-form-guidance{background:#F5F8F5;border-left:4px solid var(--lcf-primary);padding:15px 17px;border-radius:8px}.lcf-form-guidance p{margin:4px 0 0;color:var(--lcf-muted);font-size:12px}.lcf-auth-wall,.lcf-empty{text-align:center;border:1px dashed #CCD5CF;border-radius:15px;padding:40px;background:#FAFBFA}.lcf-auth-wall{max-width:720px;margin:50px auto}.lcf-empty strong{font-size:18px}.lcf-empty p{color:var(--lcf-muted)}.lcf-empty.compact{padding:22px}.lcf-alert{padding:13px 16px;border-radius:11px;background:#F3F5F3;color:var(--lcf-text);margin:15px 0;border:1px solid var(--lcf-border)}.lcf-alert.success{background:#EAF5ED;color:#1D6237}.lcf-alert.error{background:#FFF0EC;color:#9B3C22}.lcf-pagination{display:flex;justify-content:center;gap:4px;margin-top:20px}.lcf-pagination .page-numbers{padding:7px 10px;border:1px solid var(--lcf-border);border-radius:8px;color:var(--lcf-primary)}.lcf-pagination .current{background:var(--lcf-primary);color:#fff}.lcf-profile-hero{padding:30px;display:grid;grid-template-columns:105px 1fr auto;gap:25px;align-items:center;margin-bottom:22px}.lcf-profile-hero h1{font-size:34px;margin:8px 0}.lcf-profile-hero p{color:var(--lcf-muted);margin:0 0 13px}.lcf-profile-stats{display:flex}.lcf-profile-stats span{padding:6px 20px;text-align:center;border-left:1px solid var(--lcf-border);font-size:11px;color:var(--lcf-muted)}.lcf-profile-stats strong{display:block;font-size:22px;color:var(--lcf-text)}.lcf-profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.lcf-simple-list{display:grid}.lcf-simple-list a{display:grid;gap:3px;padding:13px 3px;border-top:1px solid var(--lcf-border);color:var(--lcf-text)}.lcf-simple-list a:first-child{border-top:0}.lcf-simple-list span{font-size:11px;color:var(--lcf-muted)}.lcf-notifications{display:grid;border-top:1px solid var(--lcf-border)}.lcf-notifications>a{display:flex;gap:12px;align-items:center;padding:15px;border-bottom:1px solid var(--lcf-border);color:var(--lcf-text)}.lcf-notifications>a.unread{background:#F1F7F3}.lcf-notifications span strong,.lcf-notifications span small{display:block}.lcf-notifications span small{font-size:11px;color:var(--lcf-muted);margin-top:3px}.lcf-modal{max-width:480px;width:calc(100% - 30px);border:0;border-radius:18px;padding:0;box-shadow:0 30px 90px rgba(0,0,0,.22)}.lcf-modal::backdrop{background:rgba(10,20,15,.55)}.lcf-modal form{padding:28px;display:grid;gap:18px}.lcf-modal h2{margin:0}.lcf-modal-close{position:absolute;right:12px;top:10px;border:0;background:transparent;font-size:26px;cursor:pointer}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:1050px){.lcf-layout,.topic-layout{grid-template-columns:1fr}.lcf-sidebar{position:static;grid-template-columns:repeat(2,1fr)}.lcf-topic-row{grid-template-columns:48px minmax(0,1fr) 110px}.lcf-last-activity{display:none}.lcf-hero{padding:42px}.lcf-category-grid{grid-template-columns:1fr}}
@media(max-width:760px){.lcf-wrap{padding:0 12px;margin:15px auto}.lcf-topbar{gap:10px;flex-wrap:wrap}.lcf-brand{flex:1}.lcf-brand span:last-child{font-size:13px}.lcf-search{order:3;max-width:none;width:100%}.lcf-user-mini span{display:none}.lcf-hero{grid-template-columns:1fr;padding:30px 23px;border-radius:20px}.lcf-hero h1{font-size:34px}.lcf-hero p{font-size:15px}.lcf-hero-stats{margin-top:10px}.lcf-hero-stats div{padding:10px}.lcf-hero-stats strong{font-size:23px}.lcf-section{padding:18px 13px}.lcf-section-head{align-items:flex-start;flex-direction:column}.lcf-tabs{width:100%;overflow:auto}.lcf-tabs button{flex:1;white-space:nowrap}.lcf-category-card{grid-template-columns:42px 1fr}.lcf-category-count{display:none}.lcf-topic-row{grid-template-columns:40px minmax(0,1fr);gap:10px;padding:15px 2px}.lcf-topic-avatar img{width:40px;height:40px}.lcf-topic-main p{display:none}.lcf-topic-numbers{grid-column:2;justify-content:flex-start}.lcf-topic-numbers span{text-align:left;display:flex;gap:3px;align-items:center}.lcf-topic-numbers strong{font-size:11px}.lcf-sidebar{grid-template-columns:1fr}.lcf-category-hero{align-items:flex-start;flex-wrap:wrap;padding:22px}.lcf-category-icon.large{width:55px;height:55px}.lcf-category-hero h1{font-size:27px}.lcf-category-hero .lcf-btn{width:100%}.lcf-topic-card>header{padding:16px;align-items:flex-start;gap:10px}.lcf-author-block img{width:44px;height:44px}.lcf-term-pill{display:none}.lcf-topic-body{padding:21px 17px}.lcf-topic-body h1{font-size:24px}.lcf-actions{padding:10px}.lcf-action.static{margin-left:0}.lcf-reply{grid-template-columns:1fr}.lcf-reply-author{display:grid;grid-template-columns:48px 1fr;column-gap:10px;text-align:left;align-items:center;padding:16px}.lcf-reply-author img{grid-row:1/4;width:48px;height:48px}.lcf-reply-author>a{margin:0}.lcf-reply-author .lcf-badge{justify-self:start}.lcf-reply-author>small{margin:0}.lcf-reply-content>.lcf-content{min-height:auto;padding:18px 16px}.lcf-form-foot{align-items:stretch;flex-direction:column}.lcf-reply-form{padding:18px 15px}.lcf-form-page{padding:23px 16px}.lcf-form-page>header h1{font-size:30px}.lcf-profile-hero{grid-template-columns:72px 1fr;padding:22px 16px}.lcf-profile-hero>img{width:72px;height:72px}.lcf-profile-stats{grid-column:1/-1}.lcf-profile-stats span{flex:1;padding:8px}.lcf-profile-grid{grid-template-columns:1fr}.lcf-modal form{padding:23px 18px}}

/* Moderation and Lama Experts integration */
.lcf-moderation-link{display:inline-flex;align-items:center;border-radius:10px;padding:8px 11px;background:#EEF1F8;color:#3C4D80;font-size:11px;font-weight:800;white-space:nowrap}
.lcf-badge.moderator{background:#E9ECF7;color:#394B80;margin-left:4px}
.lcf-specialist-title{margin:-2px 0 9px!important;color:var(--lcf-muted)!important;font-size:12px!important}
.lcf-action.moderator-action{background:#F0F2F8;color:#42517B}
.lcf-action.moderator-action:hover{background:#E4E8F4;color:#293A70}
.lcf-action.danger,.lcf-btn.danger{background:#FFF0ED;color:#A33A28;border-color:#F1CFC7}
.lcf-btn.small{padding:8px 11px;border-radius:9px;font-size:11px}
.lcf-moderation-page{max-width:1100px}
.lcf-moderation-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:0 0 24px}
.lcf-moderation-stats span{padding:16px;border:1px solid var(--lcf-border);border-radius:13px;text-align:center;color:var(--lcf-muted);font-size:11px;background:#FAFBFA}
.lcf-moderation-stats strong{display:block;color:var(--lcf-text);font-size:24px}
.lcf-moderation-list{display:grid;gap:10px}
.lcf-moderation-list article{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center;border:1px solid var(--lcf-border);border-radius:13px;padding:16px;background:#fff}
.lcf-moderation-list article strong,.lcf-moderation-list article small{display:block}
.lcf-moderation-list article small{color:var(--lcf-muted);font-size:10px;margin-top:3px}
.lcf-moderation-list article p{margin:8px 0 0;color:var(--lcf-muted);font-size:12px}
.lcf-moderation-buttons{display:flex;flex-wrap:wrap;gap:7px;justify-content:flex-end}
@media(max-width:760px){.lcf-moderation-link{font-size:0;width:35px;height:35px;padding:0;justify-content:center}.lcf-moderation-link:before{content:"M";font-size:12px}.lcf-moderation-stats{grid-template-columns:1fr}.lcf-moderation-list article{grid-template-columns:1fr}.lcf-moderation-buttons{justify-content:flex-start}.lcf-badge.moderator{margin-left:0}}
.lcf-badge.administrator{background:#FCE8DC;color:#9B4B20;margin-left:4px}


.lcf-image-upload{display:block;margin:16px 0;padding:14px;border:1px dashed #cfd8d3;border-radius:12px;background:#fafcfb}.lcf-image-upload>span{display:block;font-weight:700;margin-bottom:8px}.lcf-image-upload small{font-weight:400;color:#66756d}.lcf-image-upload input{display:block;width:100%}.lcf-post-images{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;margin-top:16px}.lcf-post-images a{display:block;border-radius:12px;overflow:hidden;border:1px solid #e4e9e6;background:#f7f9f8}.lcf-post-images img{display:block;width:100%;height:auto;max-height:420px;object-fit:cover}

.lcf-forum-links{display:flex;align-items:center;gap:5px;white-space:nowrap}.lcf-forum-links a{padding:8px 10px;border-radius:9px;color:var(--lcf-text);font-size:13px;font-weight:700}.lcf-forum-links a:hover{background:#f1f6f3;color:var(--lcf-primary)}
.lcf-brand-count,.lcf-site-menu-count{display:inline-grid!important;place-items:center;min-width:20px;height:20px;padding:0 6px;margin-left:4px;border-radius:999px;background:#d92d20!important;color:#fff!important;font-size:11px!important;font-weight:800!important;line-height:20px!important;vertical-align:middle}.lcf-site-menu-count{position:relative;top:-1px}
.lcf-image-zoom{cursor:zoom-in}.lcf-lightbox[hidden]{display:none!important}.lcf-lightbox{position:fixed;inset:0;z-index:999999;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(5,12,9,.88);backdrop-filter:blur(3px)}.lcf-lightbox img{display:block;max-width:min(94vw,1500px);max-height:90vh;width:auto;height:auto;object-fit:contain;border-radius:10px;box-shadow:0 24px 80px rgba(0,0,0,.45)}.lcf-lightbox-close{position:fixed;right:20px;top:14px;width:44px;height:44px;border:0;border-radius:50%;background:#fff;color:#17231d;font-size:32px;line-height:1;cursor:pointer;box-shadow:0 5px 20px rgba(0,0,0,.25)}body.lcf-lightbox-open{overflow:hidden}
@media(max-width:1050px){.lcf-forum-links{order:3;width:100%;justify-content:center;border-top:1px solid var(--lcf-border);padding-top:9px}.lcf-topbar{flex-wrap:wrap}.lcf-search{max-width:none}.lcf-forum-links a{flex:1;text-align:center}}
@media(max-width:700px){.lcf-forum-links{order:4}.lcf-brand span:last-child{font-size:13px}.lcf-lightbox{padding:10px}.lcf-lightbox-close{right:10px;top:10px}}

.lcf-avatar-controls{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:12px}.lcf-avatar-controls form{margin:0}.lcf-avatar-picker{position:relative;overflow:hidden}.lcf-avatar-picker input{position:absolute;inset:0;opacity:0;cursor:pointer}.lcf-avatar-note{display:block;margin-top:7px;color:var(--lcf-muted);font-size:11px}.lcf-custom-avatar{object-fit:cover;aspect-ratio:1/1}

/* Keep forum layout isolated from theme-wide block styles. */
.lcf-wrap{box-sizing:border-box;width:min(1120px,calc(100% - 32px));max-width:1120px;margin-left:auto!important;margin-right:auto!important;clear:both}
.lcf-wrap *,.lcf-wrap *::before,.lcf-wrap *::after{box-sizing:border-box}
.lcf-template-wrap{padding-top:28px;padding-bottom:48px}
@media(max-width:700px){.lcf-wrap{width:min(100% - 20px,1120px)}.lcf-template-wrap{padding-top:16px;padding-bottom:32px}}

/* Flatsome and theme form compatibility — v1.2.7
   These rules are intentionally scoped to .lcf-wrap so they cannot affect
   WooCommerce, Lama Experts, or other forms on the site. */
.lcf-wrap .lcf-big-form label,
.lcf-wrap .lcf-modal label,
.lcf-wrap .lcf-reply-form label {
    display: block;
    width: 100%;
    color: var(--lcf-text, #26352e);
}

.lcf-wrap .lcf-big-form input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.lcf-wrap .lcf-big-form select,
.lcf-wrap .lcf-big-form textarea,
.lcf-wrap .lcf-modal input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.lcf-wrap .lcf-modal select,
.lcf-wrap .lcf-modal textarea,
.lcf-wrap .lcf-reply-form textarea {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 50px !important;
    margin: 7px 0 0 !important;
    padding: 12px 14px !important;
    border: 1px solid #d6ddd8 !important;
    border-radius: 11px !important;
    background-color: #fff !important;
    box-shadow: none !important;
    color: #26352e !important;
    -webkit-text-fill-color: #26352e !important;
    font-family: inherit !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.35 !important;
    letter-spacing: normal !important;
    text-indent: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.lcf-wrap .lcf-big-form select,
.lcf-wrap .lcf-modal select {
    -webkit-appearance: auto !important;
    appearance: auto !important;
    background-image: none !important;
    padding-right: 38px !important;
    cursor: pointer;
}

.lcf-wrap .lcf-big-form select option,
.lcf-wrap .lcf-modal select option {
    color: #26352e !important;
    background: #fff !important;
    font-size: 15px !important;
}

.lcf-wrap .lcf-big-form textarea,
.lcf-wrap .lcf-modal textarea,
.lcf-wrap .lcf-reply-form textarea {
    min-height: 150px !important;
    resize: vertical;
}

.lcf-wrap .lcf-big-form input:focus,
.lcf-wrap .lcf-big-form select:focus,
.lcf-wrap .lcf-big-form textarea:focus,
.lcf-wrap .lcf-modal input:focus,
.lcf-wrap .lcf-modal select:focus,
.lcf-wrap .lcf-modal textarea:focus,
.lcf-wrap .lcf-reply-form textarea:focus {
    outline: none !important;
    border-color: var(--lcf-primary, #1b513d) !important;
    box-shadow: 0 0 0 3px rgba(27, 81, 61, .10) !important;
}

/* Flatsome can override generic classes such as .primary. Keep forum buttons explicit. */
.lcf-wrap .lcf-btn.primary,
.lcf-wrap a.lcf-btn.primary,
.lcf-wrap button.lcf-btn.primary,
.lcf-category-hero .lcf-btn.primary {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 42px;
    background: var(--lcf-accent, #ef7b3f) !important;
    border-color: var(--lcf-accent, #ef7b3f) !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    opacity: 1 !important;
    visibility: visible !important;
    text-shadow: none !important;
}

.lcf-wrap .lcf-btn.primary:hover,
.lcf-category-hero .lcf-btn.primary:hover {
    color: #fff !important;
    filter: brightness(.96);
}

/* Keep the topic filters readable and compact on desktop. */
.lcf-wrap .lcf-section-head {
    flex-wrap: wrap;
}

.lcf-wrap .lcf-section-head .lcf-tabs {
    flex: 0 0 auto;
    margin-left: auto;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

.lcf-wrap .lcf-tabs button {
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 0 !important;
    padding: 10px 14px !important;
    white-space: nowrap !important;
    line-height: 1.2 !important;
    font-size: 13px !important;
}

@media (max-width: 760px) {
    .lcf-wrap .lcf-section-head .lcf-tabs {
        width: 100%;
        margin-left: 0;
    }

    .lcf-wrap .lcf-tabs button {
        flex: 1 0 auto !important;
    }

    .lcf-wrap .lcf-big-form input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
    .lcf-wrap .lcf-big-form select,
    .lcf-wrap .lcf-big-form textarea {
        font-size: 16px !important; /* Prevents iOS zoom on focus. */
    }
}

/* Mobile forum refinement — v1.2.8
   Scoped to the forum wrapper to avoid changing Flatsome, WooCommerce,
   Lama Experts or other site forms and buttons. */
.lcf-wrap .lcf-reply-form.login-required .lcf-btn.primary,
.lcf-wrap .login-required a.lcf-btn.primary {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 44px !important;
    padding: 12px 20px !important;
    border: 1px solid var(--lcf-primary, #1b513d) !important;
    border-radius: 12px !important;
    background: var(--lcf-primary, #1b513d) !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    opacity: 1 !important;
    visibility: visible !important;
    text-shadow: none !important;
    box-shadow: 0 8px 20px rgba(27, 81, 61, .14) !important;
}

.lcf-wrap .lcf-reply-form.login-required .lcf-btn.primary:hover,
.lcf-wrap .login-required a.lcf-btn.primary:hover {
    background: #143f30 !important;
    border-color: #143f30 !important;
    color: #fff !important;
}

@media (max-width: 760px) {
    .lcf-wrap {
        width: calc(100% - 16px) !important;
        max-width: none !important;
        margin: 10px auto 30px !important;
        padding: 0 !important;
    }

    .lcf-template-wrap {
        padding-top: 10px !important;
        padding-bottom: 24px !important;
    }

    /* Compact forum header. */
    .lcf-wrap .lcf-topbar {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto !important;
        align-items: center !important;
        gap: 9px !important;
        padding: 10px !important;
        margin-bottom: 12px !important;
        border-radius: 14px !important;
    }

    .lcf-wrap .lcf-brand {
        min-width: 0 !important;
        gap: 8px !important;
    }

    .lcf-wrap .lcf-brand-mark {
        width: 32px !important;
        height: 32px !important;
        flex: 0 0 32px !important;
    }

    .lcf-wrap .lcf-brand span:last-child {
        display: block !important;
        min-width: 0 !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
        font-size: 13px !important;
    }

    .lcf-wrap .lcf-user-nav {
        justify-self: end !important;
        min-width: 0 !important;
        gap: 5px !important;
    }

    .lcf-wrap .lcf-login {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-height: 36px !important;
        padding: 8px 12px !important;
        border: 1px solid #d6ddd8 !important;
        border-radius: 10px !important;
        background: #fff !important;
        color: var(--lcf-primary, #1b513d) !important;
        -webkit-text-fill-color: var(--lcf-primary, #1b513d) !important;
        font-size: 13px !important;
        font-weight: 800 !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .lcf-wrap .lcf-forum-links {
        grid-column: 1 / -1 !important;
        order: initial !important;
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        width: 100% !important;
        gap: 4px !important;
        margin: 0 !important;
        padding: 7px 0 !important;
        border-top: 1px solid var(--lcf-border) !important;
        border-bottom: 1px solid var(--lcf-border) !important;
    }

    .lcf-wrap .lcf-forum-links a {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        min-width: 0 !important;
        min-height: 34px !important;
        padding: 7px 4px !important;
        border-radius: 8px !important;
        font-size: 12px !important;
        line-height: 1.15 !important;
        text-align: center !important;
        white-space: nowrap !important;
    }

    /* The Flatsome form reset used to stretch this field vertically. */
    .lcf-wrap form.lcf-search {
        grid-column: 1 / -1 !important;
        order: initial !important;
        display: flex !important;
        align-items: stretch !important;
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: none !important;
        height: 46px !important;
        min-height: 46px !important;
        max-height: 46px !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
        border: 1px solid #d6ddd8 !important;
        border-radius: 11px !important;
        background: #f7f9f7 !important;
    }

    .lcf-wrap form.lcf-search input[type="search"] {
        flex: 1 1 auto !important;
        width: auto !important;
        min-width: 0 !important;
        height: 44px !important;
        min-height: 44px !important;
        max-height: 44px !important;
        margin: 0 !important;
        padding: 0 12px !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        color: var(--lcf-text) !important;
        -webkit-text-fill-color: var(--lcf-text) !important;
        font-size: 16px !important;
        line-height: 44px !important;
    }

    .lcf-wrap form.lcf-search button {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex: 0 0 46px !important;
        width: 46px !important;
        min-width: 46px !important;
        max-width: 46px !important;
        height: 44px !important;
        min-height: 44px !important;
        max-height: 44px !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        border-left: 1px solid #e1e6e3 !important;
        border-radius: 0 !important;
        background: transparent !important;
        color: var(--lcf-primary) !important;
        box-shadow: none !important;
    }

    .lcf-wrap .lcf-hero {
        padding: 24px 18px !important;
        margin-bottom: 12px !important;
        border-radius: 18px !important;
        gap: 18px !important;
    }

    .lcf-wrap .lcf-hero h1 {
        margin-top: 7px !important;
        font-size: 30px !important;
        line-height: 1.08 !important;
    }

    .lcf-wrap .lcf-hero p {
        margin-bottom: 0 !important;
        font-size: 14px !important;
        line-height: 1.5 !important;
    }

    .lcf-wrap .lcf-hero-actions {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 8px !important;
        margin-top: 18px !important;
    }

    .lcf-wrap .lcf-hero-actions .lcf-btn {
        width: 100% !important;
        min-height: 44px !important;
    }

    .lcf-wrap .lcf-hero-stats {
        margin-top: 0 !important;
    }

    .lcf-wrap .lcf-layout,
    .lcf-wrap .topic-layout {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 12px !important;
    }

    /* Categories: compact cards instead of long stacked blocks. */
    .lcf-wrap .lcf-section {
        padding: 16px !important;
        margin-bottom: 12px !important;
        border-radius: 16px !important;
    }

    .lcf-wrap .lcf-section-head {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 9px !important;
        margin-bottom: 12px !important;
    }

    .lcf-wrap .lcf-section-head h2 {
        font-size: 22px !important;
        line-height: 1.15 !important;
    }

    .lcf-wrap #lcf-categories .lcf-category-grid {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 8px !important;
    }

    .lcf-wrap #lcf-categories .lcf-category-card {
        display: grid !important;
        grid-template-columns: 40px minmax(0, 1fr) auto !important;
        align-items: center !important;
        gap: 10px !important;
        min-height: 70px !important;
        padding: 10px 11px !important;
        border-radius: 13px !important;
    }

    .lcf-wrap #lcf-categories .lcf-category-icon {
        width: 40px !important;
        height: 40px !important;
        border-radius: 11px !important;
    }

    .lcf-wrap #lcf-categories .lcf-category-icon svg {
        width: 21px !important;
        height: 21px !important;
    }

    .lcf-wrap #lcf-categories .lcf-category-copy strong {
        font-size: 14px !important;
        line-height: 1.2 !important;
    }

    .lcf-wrap #lcf-categories .lcf-category-copy small {
        display: -webkit-box !important;
        margin-top: 3px !important;
        overflow: hidden !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 2 !important;
        font-size: 11px !important;
        line-height: 1.35 !important;
    }

    .lcf-wrap #lcf-categories .lcf-category-count {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-width: 48px !important;
        padding: 5px 7px !important;
        border-radius: 999px !important;
        background: #f1f5f2 !important;
        color: var(--lcf-muted) !important;
        font-size: 10px !important;
        line-height: 1 !important;
        white-space: nowrap !important;
    }

    /* Latest topics: fixed three-button tab bar that never collides. */
    .lcf-wrap #lcf-latest .lcf-section-head {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .lcf-wrap #lcf-latest .lcf-tabs {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 4px !important;
        overflow: hidden !important;
        border-radius: 10px !important;
    }

    .lcf-wrap #lcf-latest .lcf-tabs button {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        min-width: 0 !important;
        min-height: 38px !important;
        padding: 8px 3px !important;
        overflow: hidden !important;
        font-size: 11px !important;
        line-height: 1.1 !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }

    .lcf-wrap .lcf-empty {
        padding: 27px 13px !important;
        border-radius: 13px !important;
    }

    .lcf-wrap .lcf-empty strong {
        font-size: 16px !important;
        line-height: 1.25 !important;
    }

    .lcf-wrap .lcf-empty p {
        margin: 7px 0 0 !important;
        font-size: 13px !important;
        line-height: 1.45 !important;
    }

    /* User, leaderboard and rules stack cleanly below the topics. */
    .lcf-wrap .lcf-sidebar {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 12px !important;
        position: static !important;
    }

    .lcf-wrap .lcf-side-card {
        width: 100% !important;
        padding: 16px !important;
        border-radius: 16px !important;
    }

    .lcf-wrap .lcf-side-card h3 {
        margin-bottom: 9px !important;
        font-size: 17px !important;
        line-height: 1.25 !important;
    }

    .lcf-wrap .lcf-side-card p {
        margin-top: 0 !important;
        font-size: 13px !important;
        line-height: 1.5 !important;
    }

    .lcf-wrap .lcf-my-card > div:first-child {
        margin-bottom: 8px !important;
    }

    .lcf-wrap .lcf-my-card .lcf-btn {
        width: 100% !important;
        min-height: 43px !important;
        margin-top: 12px !important;
    }

    .lcf-wrap .lcf-reply-form.login-required {
        padding: 20px 16px !important;
        text-align: center !important;
    }

    .lcf-wrap .lcf-reply-form.login-required h2 {
        margin: 0 0 7px !important;
        font-size: 22px !important;
        line-height: 1.2 !important;
    }

    .lcf-wrap .lcf-reply-form.login-required p {
        margin: 0 0 14px !important;
        font-size: 14px !important;
        line-height: 1.45 !important;
    }

    .lcf-wrap .lcf-reply-form.login-required .lcf-btn.primary,
    .lcf-wrap .login-required a.lcf-btn.primary {
        display: flex !important;
        width: 100% !important;
        min-height: 46px !important;
        margin: 0 !important;
    }
}

@media (max-width: 390px) {
    .lcf-wrap #lcf-categories .lcf-category-card {
        grid-template-columns: 38px minmax(0, 1fr) !important;
    }

    .lcf-wrap #lcf-categories .lcf-category-count {
        grid-column: 2 !important;
        justify-self: start !important;
        margin-top: -2px !important;
    }

    .lcf-wrap #lcf-latest .lcf-tabs button {
        font-size: 10px !important;
    }
}

/* Interface and resource cards — v1.2.9 */
.lcf-wrap a.lcf-btn.primary,
.lcf-wrap button.lcf-btn.primary,
.lcf-wrap input.lcf-btn.primary,
.lcf-wrap .lcf-category-hero a.lcf-btn.primary,
.lcf-wrap .lcf-my-card a.lcf-btn.primary,
.lcf-wrap .lcf-join a.lcf-btn.primary,
.lcf-wrap .lcf-auth-wall a.lcf-btn.primary {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 42px !important;
    padding: 10px 17px !important;
    border: 1px solid var(--lcf-primary, #1b513d) !important;
    border-radius: 12px !important;
    background: var(--lcf-primary, #1b513d) !important;
    background-image: none !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    opacity: 1 !important;
    visibility: visible !important;
    text-shadow: none !important;
    box-shadow: 0 8px 20px rgba(27, 81, 61, .14) !important;
}
.lcf-wrap a.lcf-btn.primary:hover,
.lcf-wrap button.lcf-btn.primary:hover,
.lcf-wrap input.lcf-btn.primary:hover {
    background: #143f30 !important;
    border-color: #143f30 !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}
.lcf-wrap .lcf-join .lcf-text-link {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 40px !important;
    margin-top: 9px !important;
    padding: 9px 14px !important;
    border: 1px solid #cddbd3 !important;
    border-radius: 11px !important;
    background: #eef5f1 !important;
    color: var(--lcf-primary, #1b513d) !important;
    -webkit-text-fill-color: var(--lcf-primary, #1b513d) !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    opacity: 1 !important;
}
.lcf-wrap .lcf-my-card .lcf-btn.primary,
.lcf-wrap .lcf-join .lcf-btn.primary {
    width: 100% !important;
}

/* Smaller forum search on desktop and phones. */
.lcf-wrap form.lcf-search {
    flex: 0 1 320px !important;
    width: min(100%, 320px) !important;
    max-width: 320px !important;
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
}
.lcf-wrap form.lcf-search input[type="search"] {
    height: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;
    padding: 0 12px !important;
    line-height: 38px !important;
}
.lcf-wrap form.lcf-search button {
    width: 40px !important;
    min-width: 40px !important;
    height: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;
}

/* Compact latest-topic heading and tabs. */
.lcf-wrap #lcf-latest {
    padding: 20px !important;
}
.lcf-wrap #lcf-latest .lcf-section-head {
    align-items: center !important;
    gap: 12px !important;
    margin-bottom: 13px !important;
}
.lcf-wrap #lcf-latest .lcf-section-head h2 {
    font-size: 22px !important;
    line-height: 1.15 !important;
}
.lcf-wrap #lcf-latest .lcf-tabs {
    width: auto !important;
    padding: 3px !important;
    border-radius: 9px !important;
}
.lcf-wrap #lcf-latest .lcf-tabs button {
    min-height: 31px !important;
    padding: 5px 9px !important;
    border-radius: 7px !important;
    font-size: 11px !important;
    line-height: 1 !important;
}
.lcf-wrap #lcf-latest .lcf-empty {
    padding: 20px 14px !important;
}

/* Administrator topic resources. */
.lcf-admin-share {
    margin: 4px 0 18px !important;
    padding: 16px !important;
    border: 1px solid #d9e4dd !important;
    border-radius: 14px !important;
    background: #f5f9f6 !important;
}
.lcf-admin-share legend {
    padding: 0 7px !important;
    color: var(--lcf-primary) !important;
    font-size: 14px !important;
    font-weight: 800 !important;
}
.lcf-admin-share legend small {
    margin-left: 5px;
    color: var(--lcf-muted);
    font-size: 10px;
    font-weight: 600;
}
.lcf-admin-share > p {
    margin: 0 0 12px !important;
    color: var(--lcf-muted) !important;
    font-size: 12px !important;
}
.lcf-admin-share-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}
.lcf-admin-share-grid label {
    margin: 0 !important;
}
.lcf-shared-resources {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 22px;
}
.lcf-shared-card {
    display: grid !important;
    grid-template-columns: 105px minmax(0, 1fr);
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--lcf-border) !important;
    border-radius: 15px;
    background: #fff;
    color: var(--lcf-text) !important;
    box-shadow: 0 8px 24px rgba(26,54,42,.05);
}
.lcf-shared-card:hover {
    border-color: #bdd1c4 !important;
    transform: translateY(-1px);
}
.lcf-shared-thumb {
    min-height: 132px;
    background: #f3eddf;
}
.lcf-shared-thumb img {
    width: 100%;
    height: 100%;
    min-height: 132px;
    object-fit: cover;
    display: block;
}
.lcf-shared-placeholder {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    min-height: 132px;
    color: var(--lcf-primary);
    font: 700 34px Georgia, serif;
}
.lcf-shared-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 13px 14px;
}
.lcf-shared-copy small {
    color: var(--lcf-accent);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.lcf-shared-copy strong {
    margin-top: 4px;
    color: var(--lcf-text);
    font-size: 15px;
    line-height: 1.25;
}
.lcf-shared-copy > span:not(.lcf-shared-price) {
    display: -webkit-box;
    margin-top: 6px;
    overflow: hidden;
    color: var(--lcf-muted);
    font-size: 11px;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.lcf-shared-copy b {
    margin-top: auto;
    padding-top: 9px;
    color: var(--lcf-primary);
    font-size: 12px;
}
.lcf-shared-price {
    margin-top: 7px;
    color: var(--lcf-primary);
    font-size: 13px;
    font-weight: 800;
}

@media (max-width: 760px) {
    .lcf-wrap form.lcf-search {
        width: 100% !important;
        max-width: none !important;
        height: 40px !important;
        min-height: 40px !important;
        max-height: 40px !important;
    }
    .lcf-wrap form.lcf-search input[type="search"] {
        height: 38px !important;
        min-height: 38px !important;
        max-height: 38px !important;
        line-height: 38px !important;
    }
    .lcf-wrap form.lcf-search button {
        flex-basis: 40px !important;
        width: 40px !important;
        min-width: 40px !important;
        max-width: 40px !important;
        height: 38px !important;
        min-height: 38px !important;
        max-height: 38px !important;
    }
    .lcf-wrap #lcf-latest {
        padding: 14px !important;
    }
    .lcf-wrap #lcf-latest .lcf-section-head {
        gap: 7px !important;
        margin-bottom: 9px !important;
    }
    .lcf-wrap #lcf-latest .lcf-section-head h2 {
        font-size: 19px !important;
    }
    .lcf-wrap #lcf-latest .lcf-eyebrow {
        font-size: 9px !important;
    }
    .lcf-wrap #lcf-latest .lcf-tabs {
        width: 100% !important;
        max-width: 330px !important;
        padding: 3px !important;
    }
    .lcf-wrap #lcf-latest .lcf-tabs button {
        min-height: 30px !important;
        padding: 4px 3px !important;
        font-size: 10px !important;
    }
    .lcf-wrap #lcf-latest .lcf-empty {
        padding: 17px 10px !important;
    }
    .lcf-wrap .lcf-join .lcf-btn.primary,
    .lcf-wrap .lcf-join .lcf-text-link,
    .lcf-wrap .lcf-my-card .lcf-btn.primary,
    .lcf-wrap .lcf-category-hero .lcf-btn.primary {
        display: flex !important;
        width: 100% !important;
        min-height: 42px !important;
    }
    .lcf-admin-share-grid,
    .lcf-shared-resources {
        grid-template-columns: minmax(0, 1fr);
    }
    .lcf-shared-card {
        grid-template-columns: 86px minmax(0, 1fr);
    }
    .lcf-shared-thumb,
    .lcf-shared-thumb img,
    .lcf-shared-placeholder {
        min-height: 112px;
    }
}


/* v1.3.1 topbar + hero readability */
.lcf-wrap .lcf-user-mini{gap:0!important;padding:0!important;min-width:34px!important}.lcf-wrap .lcf-user-mini span{display:none!important}.lcf-wrap .lcf-user-mini img{display:block;width:34px;height:34px}.lcf-wrap .lcf-hero h1{color:#fff!important;-webkit-text-fill-color:#fff!important;opacity:1!important;text-shadow:0 1px 1px rgba(0,0,0,.08)}.lcf-wrap .lcf-hero p{color:rgba(255,255,255,.92)!important}.lcf-wrap .lcf-hero .lcf-btn.ghost{color:#fff!important;-webkit-text-fill-color:#fff!important;border-color:rgba(255,255,255,.42)!important}.lcf-wrap .lcf-hero .lcf-btn.ghost:hover{background:rgba(255,255,255,.08)!important}
@media(max-width:760px){.lcf-wrap .lcf-topbar{grid-template-columns:minmax(0,1fr) auto!important}.lcf-wrap .lcf-brand span:last-child{font-size:12px!important}.lcf-wrap .lcf-user-nav{gap:8px!important}.lcf-wrap .lcf-user-mini{min-width:32px!important}.lcf-wrap .lcf-user-mini img{width:32px;height:32px}}


/* v1.3.2 category action and top-navigation profile */
.lcf-wrap .lcf-topbar .lcf-user-mini > span{display:none!important}
.lcf-wrap .lcf-topbar .lcf-user-mini{gap:0!important;padding:0!important;line-height:1!important}
.lcf-wrap .lcf-topbar .lcf-user-mini img{display:block!important;width:34px!important;height:34px!important;margin:0!important}
/* This rule is intentionally very specific because Flatsome overrides generic .primary links. */
.lcf-wrap header.lcf-category-hero > a.lcf-btn.primary{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex:0 0 auto!important;
    min-width:122px!important;
    min-height:44px!important;
    margin:0!important;
    padding:11px 18px!important;
    border:1px solid #1b513d!important;
    border-radius:12px!important;
    background:#1b513d!important;
    background-color:#1b513d!important;
    background-image:none!important;
    color:#fff!important;
    -webkit-text-fill-color:#fff!important;
    font-size:14px!important;
    font-weight:800!important;
    line-height:1.15!important;
    opacity:1!important;
    visibility:visible!important;
    text-shadow:none!important;
    box-shadow:0 8px 18px rgba(27,81,61,.14)!important;
    position:relative!important;
    z-index:3!important;
}
.lcf-wrap header.lcf-category-hero > a.lcf-btn.primary:hover{
    border-color:#143f30!important;
    background:#143f30!important;
    background-color:#143f30!important;
    color:#fff!important;
    -webkit-text-fill-color:#fff!important;
}
@media(max-width:760px){
    .lcf-wrap header.lcf-category-hero > a.lcf-btn.primary{
        width:100%!important;
        min-width:0!important;
        min-height:44px!important;
    }
    .lcf-wrap .lcf-topbar .lcf-user-mini img{width:32px!important;height:32px!important}
}

/* v1.3.3 resource search fields */
.lcf-resource-picker{display:flex!important;flex-direction:column;gap:7px}.lcf-resource-picker .lcf-resource-search{width:100%;min-height:42px;border:1px solid #d9deda!important;border-radius:10px!important;background:#fff!important;padding:10px 12px!important;box-shadow:none!important}.lcf-resource-picker [data-lcf-resource-select]{width:100%;min-height:44px}.lcf-resource-result-count{min-height:14px;color:var(--lcf-muted);font-size:11px}.lcf-reply-form .lcf-admin-share{margin:18px 0}.lcf-reply-content .lcf-shared-resources{padding:0 22px 22px}
