/* EZ Smart Courses — isolated Home v3. This file owns the home screen only. */
.ezsc-dashboard-shell.is-dashboard-tab-login .ezsc-dashboard-content-card.is-tab-login{padding:0;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;overflow:auto}
.ezsc-home-v2,.ezsc-home-v2 *,.ezsc-home-v2 *::before,.ezsc-home-v2 *::after{box-sizing:border-box}
.ezsc-home-v2{--home-brand:var(--ezsc-primary,#5c2e0f);--home-text:#172033;--home-muted:#6b7280;--home-line:#e7ecf4;--home-surface:#fff;width:100%;max-width:1500px;margin:0 auto;padding:20px;display:grid;gap:16px;color:var(--home-text);font-family:"Open Sans",Arial,sans-serif!important;direction:rtl}
.ezsc-home-v2 :where(h1,h2,h3,p){margin:0}.ezsc-home-v2 :where(a,button){font:inherit!important}

/* Cover / hero */
.ezsc-home-v3-hero{position:relative;min-height:300px;border-radius:24px;overflow:hidden;background:#dbe5df;isolation:isolate}
.ezsc-home-v3-hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}
.ezsc-home-v3-hero-shade{position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(7,17,23,.08) 0%,rgba(7,17,23,.12) 42%,rgba(7,17,23,.62) 100%)}
.ezsc-home-v3-hero-copy{position:absolute;right:40px;bottom:36px;max-width:440px;color:#fff;text-shadow:0 2px 18px rgba(0,0,0,.24)}
.ezsc-home-v3-hero-kicker{display:block;font-size:13px!important;font-weight:800!important;margin-bottom:5px;opacity:.88}
.ezsc-home-v3-hero-copy h1{font-size:34px!important;line-height:1.15!important;font-weight:780!important;letter-spacing:-.025em}
.ezsc-home-v3-hero-copy p{font-size:17px!important;line-height:1.55!important;margin-top:8px;opacity:.94}

/* Stories — existing Story service and interactions, Home only renders the rail. */
.ezsc-home-v2-stories{min-width:0;overflow:hidden;padding:4px 2px 2px;background:transparent}
.ezsc-home-v2-stories-rail{display:flex;align-items:flex-start;gap:16px;overflow-x:auto;overflow-y:hidden;padding:4px 3px 8px;scrollbar-width:none;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch}
.ezsc-home-v2-stories-rail::-webkit-scrollbar{display:none}
.ezsc-home-v2-story-item{flex:0 0 72px;display:flex;flex-direction:column;align-items:center;gap:6px;min-width:0}
.ezsc-home-v2-story-item>span{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;font-size:12px!important;line-height:1.25!important;font-weight:650!important;color:#465166!important}
.ezsc-home-v2-story-avatar-wrap{position:relative;width:64px;height:64px;flex:0 0 64px;border:0!important;border-radius:999px!important;padding:0!important;background:#fff!important;display:grid;place-items:center;box-shadow:0 5px 16px rgba(15,23,42,.08);cursor:pointer}
.ezsc-home-v2-story-avatar-wrap.has-story-ring{padding:3px!important;background:conic-gradient(from 120deg,var(--home-brand),color-mix(in srgb,var(--home-brand) 65%,#f0c78f),var(--home-brand))!important}
.ezsc-home-v2-story-avatar{width:100%;height:100%;display:block;border:0!important;border-radius:999px!important;padding:0!important;background:#fff!important;overflow:hidden;cursor:pointer}
.ezsc-home-v2-story-avatar img{width:100%;height:100%;display:block;object-fit:cover;border-radius:999px;border:3px solid #fff;background:#fff}
.ezsc-home-v2-story-plus{position:absolute;right:-2px;bottom:0;width:23px;height:23px;border-radius:999px!important;border:3px solid #fff!important;background:var(--home-brand)!important;padding:0!important;display:grid;place-items:center;box-shadow:0 5px 12px rgba(15,23,42,.18);cursor:pointer;z-index:2}
.ezsc-home-v2-story-plus img{width:11px;height:11px;display:block;filter:brightness(0) invert(1)}

/* Feed on the physical right; supporting cards on the left. */
.ezsc-home-v3-content-grid{display:grid;grid-template-columns:minmax(270px,.7fr) minmax(0,1.55fr);grid-template-areas:"side feed";gap:18px;align-items:start;direction:ltr}
.ezsc-home-v3-feed{grid-area:feed;direction:rtl;min-width:0}
.ezsc-home-v3-side{grid-area:side;direction:rtl;display:grid;gap:13px;position:sticky;top:16px}
.ezsc-home-v3-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin:0 2px 12px}
.ezsc-home-v3-section-head span,.ezsc-home-v3-side-label{display:block;font-size:11px!important;line-height:1.2!important;font-weight:800!important;color:var(--home-brand)!important}
.ezsc-home-v3-section-head h2{font-size:25px!important;line-height:1.2!important;font-weight:800!important;letter-spacing:-.02em}
.ezsc-home-v3-section-head>a,.ezsc-home-v3-side-card-head>a{font-size:12px!important;font-weight:750!important;color:var(--home-brand)!important;text-decoration:none}
.ezsc-home-v3-post-list{display:grid;gap:12px}
.ezsc-home-v3-post{background:#fff;border:1px solid var(--home-line);border-radius:19px;box-shadow:0 7px 22px rgba(15,23,42,.035);overflow:hidden}
.ezsc-home-v3-post-body{display:block;padding:17px 18px;color:#111}
.ezsc-home-v3-post-header{display:grid;grid-template-columns:44px minmax(0,1fr) auto;gap:10px;align-items:center}
.ezsc-home-v3-post-header>img{width:44px;height:44px;border-radius:50%;object-fit:cover}
.ezsc-home-v3-post-header>div{display:grid;gap:2px;min-width:0}.ezsc-home-v3-post-header strong{font-size:14px!important;font-weight:800!important}.ezsc-home-v3-post-header span{font-size:11px!important;color:var(--home-muted)!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ezsc-home-v3-post-header em{font-size:17px!important;font-style:normal}
.ezsc-home-v3-post-content{padding:15px 3px 16px;font-size:14px!important;line-height:1.72!important;color:#283142!important}.ezsc-home-v3-post-content p{margin:0 0 8px}.ezsc-home-v3-post-content p:last-child{margin-bottom:0}
.ezsc-home-v3-post-footer{display:flex;align-items:center;gap:18px;padding-top:11px;border-top:1px solid #eef2f6;font-size:11px!important;color:#687386!important}
.ezsc-home-v3-post-open{margin-right:auto;color:var(--home-brand)!important;font-weight:750!important}
.ezsc-home-v3-empty{padding:24px;border:1px dashed #cad4e2;border-radius:18px;background:#fff;color:var(--home-muted)}.ezsc-home-v3-empty strong{display:block;color:var(--home-text);margin-bottom:4px}

/* Left supporting rail */
.ezsc-home-v3-side-card{background:#fff;border:1px solid var(--home-line);border-radius:18px;padding:15px;box-shadow:0 6px 20px rgba(15,23,42,.025)}
.ezsc-home-v3-side-card.is-welcome>strong{display:block;font-size:17px!important;line-height:1.35!important;margin:5px 0 4px}.ezsc-home-v3-side-card.is-welcome>p{font-size:12px!important;line-height:1.55!important;color:var(--home-muted)!important}
.ezsc-home-v3-quick-actions{display:flex;gap:6px;flex-wrap:wrap;margin-top:11px}.ezsc-home-v3-quick-actions :where(a,button){min-height:31px;padding:0 10px;border:1px solid color-mix(in srgb,var(--home-brand) 24%,#dce3ec)!important;border-radius:9px!important;background:color-mix(in srgb,var(--home-brand) 5%,#fff)!important;color:var(--home-brand)!important;text-decoration:none!important;font-size:11px!important;font-weight:750!important;cursor:pointer}
.ezsc-home-v3-side-card-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}
.ezsc-home-v3-side-course-image{display:block;aspect-ratio:16/8;border-radius:12px;overflow:hidden;margin-bottom:10px}.ezsc-home-v3-side-course-image img{width:100%;height:100%;object-fit:cover}
.ezsc-home-v3-side-card.is-course>strong{display:block;font-size:14px!important;font-weight:800!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ezsc-home-v3-progress{height:5px;border-radius:99px;background:#edf1f4;overflow:hidden;margin:9px 0 5px}.ezsc-home-v3-progress span{display:block;height:100%;border-radius:inherit;background:var(--home-brand)}
.ezsc-home-v3-side-course-meta{display:flex;justify-content:space-between;gap:8px;font-size:10px!important;color:var(--home-muted)!important}
.ezsc-home-v3-brand-button{display:flex;align-items:center;justify-content:center;min-height:34px;margin-top:11px;border-radius:10px;background:var(--home-brand)!important;color:#fff!important;text-decoration:none!important;font-size:12px!important;font-weight:800!important}
.ezsc-home-v3-community-stat{display:flex;align-items:baseline;gap:7px}.ezsc-home-v3-community-stat strong{font-size:27px!important;color:var(--home-brand)!important}.ezsc-home-v3-community-stat span{font-size:12px!important;color:var(--home-muted)!important}
.ezsc-home-v3-avatar-stack{display:flex;direction:ltr;margin-top:10px;padding-left:6px}.ezsc-home-v3-avatar-stack img{width:29px;height:29px;border-radius:50%;object-fit:cover;border:2px solid #fff;margin-left:-7px}

@media(max-width:1024px){
  .ezsc-home-v2{padding:16px}.ezsc-home-v3-hero{min-height:260px}.ezsc-home-v3-content-grid{grid-template-columns:minmax(230px,.65fr) minmax(0,1.35fr);gap:14px}
}
@media(max-width:782px){
  .ezsc-home-v2{padding:12px;gap:13px}.ezsc-home-v3-hero{min-height:210px;border-radius:19px}.ezsc-home-v3-hero-copy{right:22px;bottom:22px;max-width:75%}.ezsc-home-v3-hero-copy h1{font-size:25px!important}.ezsc-home-v3-hero-copy p{font-size:14px!important}
  .ezsc-home-v2-stories-rail{gap:12px}.ezsc-home-v2-story-item{flex-basis:62px}.ezsc-home-v2-story-avatar-wrap{width:56px;height:56px;flex-basis:56px}
  .ezsc-home-v3-content-grid{display:flex;flex-direction:column;gap:14px}.ezsc-home-v3-feed,.ezsc-home-v3-side{width:100%}.ezsc-home-v3-feed{order:1}.ezsc-home-v3-side{order:2;position:static;grid-template-columns:1fr 1fr}.ezsc-home-v3-side-card.is-welcome{grid-column:1/-1}
}
@media(max-width:560px){
  .ezsc-home-v3-hero{min-height:176px}.ezsc-home-v3-hero-copy{right:17px;bottom:17px;max-width:82%}.ezsc-home-v3-hero-kicker{font-size:10px!important}.ezsc-home-v3-hero-copy h1{font-size:21px!important}.ezsc-home-v3-hero-copy p{font-size:12px!important;margin-top:5px}.ezsc-home-v3-hero-shade{background:linear-gradient(90deg,rgba(7,17,23,.08),rgba(7,17,23,.5))}
  .ezsc-home-v2-story-item{flex-basis:58px}.ezsc-home-v2-story-avatar-wrap{width:52px;height:52px;flex-basis:52px}.ezsc-home-v2-story-item>span{font-size:10px!important}
  .ezsc-home-v3-section-head h2{font-size:21px!important}.ezsc-home-v3-post-body{padding:14px}.ezsc-home-v3-post-header{grid-template-columns:38px minmax(0,1fr) auto}.ezsc-home-v3-post-header>img{width:38px;height:38px}.ezsc-home-v3-post-content{font-size:13px!important;padding-block:12px}.ezsc-home-v3-post-open{display:none}
  .ezsc-home-v3-side{grid-template-columns:1fr}
}




/* =========================================================
 * 0.7.3.236 — Home Community Pulse: horizontal hero strip
 * The feature itself remains reusable; these are Home-only placement overrides.
 * ======================================================= */
.ezsc-home-v3-pulse-row{
  position:relative;
  z-index:4;
  width:calc(100% - 52px);
  margin:-24px auto 0;
}

.ezsc-home-v3-pulse-row>.ezsc-community-pulse{
  padding:13px 16px;
  border-radius:18px;
  display:grid;
  grid-template-columns:minmax(230px,.95fr) minmax(120px,.45fr) minmax(250px,1.15fr) minmax(310px,1.35fr);
  grid-template-areas:"members online last actions";
  gap:14px;
  align-items:center;
  background:rgba(255,255,255,.94);
  box-shadow:0 14px 34px rgba(15,23,42,.11);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
}

.ezsc-home-v3-pulse-row .ezsc-community-pulse-head{
  grid-area:members;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:10px;
  min-width:0;
}

.ezsc-home-v3-pulse-row .ezsc-community-pulse-head>div:first-child{
  min-width:0;
}

.ezsc-home-v3-pulse-row .ezsc-community-pulse-head h3{
  font-size:13px!important;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.ezsc-home-v3-pulse-row .ezsc-community-pulse-kicker{
  font-size:9px!important;
}

.ezsc-home-v3-pulse-row .ezsc-community-pulse-avatar-stack{
  min-height:34px;
  padding-left:6px;
}

.ezsc-home-v3-pulse-row .ezsc-community-pulse-avatar-stack img,
.ezsc-home-v3-pulse-row .ezsc-community-pulse-avatar-plus{
  width:32px;
  height:32px;
  margin-left:-8px;
}

.ezsc-home-v3-pulse-row .ezsc-community-pulse-avatar-plus{
  margin-left:0;
  font-size:18px!important;
}

.ezsc-home-v3-pulse-row .ezsc-community-pulse-live{
  grid-area:online;
  border:0;
  padding:0;
  justify-content:center;
  min-width:0;
}

.ezsc-home-v3-pulse-row .ezsc-community-pulse-live strong{
  font-size:11px!important;
  white-space:nowrap;
}

.ezsc-home-v3-pulse-row .ezsc-community-pulse-last{
  grid-area:last;
  grid-template-columns:34px minmax(0,1fr);
  padding-inline:14px;
  border-inline:1px solid #edf1f5;
  min-width:0;
}

.ezsc-home-v3-pulse-row .ezsc-community-pulse-last>img{
  width:34px;
  height:34px;
}

.ezsc-home-v3-pulse-row .ezsc-community-pulse-last strong{
  font-size:10px!important;
}

.ezsc-home-v3-pulse-row .ezsc-community-pulse-last span{
  font-size:9px!important;
}

.ezsc-home-v3-pulse-row .ezsc-community-pulse-actions{
  grid-area:actions;
  grid-template-columns:repeat(4,minmax(62px,1fr));
  gap:6px;
}

.ezsc-home-v3-pulse-row .ezsc-community-pulse-actions :where(a,button){
  min-height:46px;
  padding:4px 6px;
  border-radius:10px!important;
  font-size:9px!important;
}

.ezsc-home-v3-pulse-row .ezsc-community-pulse-actions span{
  font-size:15px!important;
}

.ezsc-home-v3-pulse-row .ezsc-community-pulse-peak{
  position:absolute;
  top:calc(100% + 8px);
  left:0;
  width:min(300px,calc(100vw - 40px));
  z-index:8;
  padding:14px;
  border:1px solid var(--home-line,#e7ecf4);
  border-radius:14px;
  background:rgba(255,255,255,.97);
  box-shadow:0 16px 36px rgba(15,23,42,.12);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  opacity:0;
  transform:translateY(-5px);
  pointer-events:none;
  transition:.18s ease;
}

.ezsc-home-v3-pulse-row .ezsc-community-pulse:has([data-pulse-peak-open]:focus) .ezsc-community-pulse-peak,
.ezsc-home-v3-pulse-row .ezsc-community-pulse-peak:focus-within{
  opacity:1;
  transform:none;
  pointer-events:auto;
}

/* Keep the feature's member browser usable from the horizontal strip. */
.ezsc-home-v3-pulse-row .ezsc-community-pulse-members{
  min-height:360px;
  inset:auto 0 auto auto;
  top:calc(100% + 8px);
  width:min(430px,100%);
  max-height:520px;
  border:1px solid var(--home-line,#e7ecf4);
  box-shadow:0 18px 44px rgba(15,23,42,.14);
}

.ezsc-home-v3-pulse-row + .ezsc-home-v2-stories{
  margin-top:2px;
}

/* Tablet: two compact rows, still directly attached to the Hero. */
@media(max-width:1180px){
  .ezsc-home-v3-pulse-row{
    width:calc(100% - 34px);
    margin-top:-20px;
  }
  .ezsc-home-v3-pulse-row>.ezsc-community-pulse{
    grid-template-columns:1.1fr .65fr 1.2fr;
    grid-template-areas:
      "members online last"
      "actions actions actions";
    gap:10px 12px;
  }
  .ezsc-home-v3-pulse-row .ezsc-community-pulse-last{
    border-left:0;
  }
}

/* Mobile: horizontal-feeling summary becomes a compact card below the image. */
@media(max-width:782px){
  .ezsc-home-v3-pulse-row{
    width:calc(100% - 18px);
    margin-top:-14px;
  }
  .ezsc-home-v3-pulse-row>.ezsc-community-pulse{
    padding:12px;
    grid-template-columns:1fr auto;
    grid-template-areas:
      "members online"
      "last last"
      "actions actions";
    gap:10px;
    border-radius:16px;
  }
  .ezsc-home-v3-pulse-row .ezsc-community-pulse-head{
    grid-template-columns:minmax(0,1fr);
    gap:7px;
  }
  .ezsc-home-v3-pulse-row .ezsc-community-pulse-avatar-stack{
    justify-content:flex-start;
  }
  .ezsc-home-v3-pulse-row .ezsc-community-pulse-last{
    border-inline:0;
    border-top:1px solid #edf1f5;
    padding:9px 0 0;
  }
  .ezsc-home-v3-pulse-row .ezsc-community-pulse-actions{
    grid-template-columns:repeat(4,1fr);
  }
  .ezsc-home-v3-pulse-row .ezsc-community-pulse-actions :where(a,button){
    min-height:44px;
  }
  .ezsc-home-v3-pulse-row .ezsc-community-pulse-members{
    position:fixed;
    inset:auto 10px 10px 10px;
    width:auto;
    max-height:74dvh;
    min-height:380px;
    border-radius:20px;
    z-index:99999;
  }
}

@media(max-width:520px){
  .ezsc-home-v3-pulse-row>.ezsc-community-pulse{
    grid-template-columns:1fr;
    grid-template-areas:
      "members"
      "online"
      "last"
      "actions";
  }
  .ezsc-home-v3-pulse-row .ezsc-community-pulse-live{
    justify-content:flex-start;
  }
  .ezsc-home-v3-pulse-row .ezsc-community-pulse-actions{
    grid-template-columns:1fr 1fr;
  }
}

/* 0.7.3.236 — Home visual refinement only. */
@media(min-width:1025px){.ezsc-home-v3-hero{min-height:360px}}
.ezsc-home-v3-hero-copy{color:#fff!important;text-shadow:0 2px 14px rgba(0,0,0,.78),0 1px 2px rgba(0,0,0,.85)}
.ezsc-home-v3-hero-shade{background:linear-gradient(90deg,rgba(7,17,23,.05) 0%,rgba(7,17,23,.14) 42%,rgba(7,17,23,.58) 100%)}
.ezsc-home-v3-post{border-radius:0;box-shadow:none}.ezsc-home-v3-post-body,.ezsc-home-v3-post-content,.ezsc-home-v3-post-content p,.ezsc-home-v3-post-header strong{color:#111!important}.ezsc-home-v3-post-header span,.ezsc-home-v3-post-footer{color:#4b5563!important}
/* Pulse is a strip of information in its own right, not a floating card. */
.ezsc-home-v3-pulse-row{width:100%;margin:0 auto;border-bottom:1px solid var(--home-line)}
.ezsc-home-v3-pulse-row>.ezsc-community-pulse{border:0!important;border-radius:0!important;box-shadow:none!important;background:transparent!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:14px 4px}
.ezsc-home-v3-pulse-row .ezsc-community-pulse-avatar-stack img{width:34px;height:34px}.ezsc-home-v3-pulse-row .ezsc-community-pulse-actions button small{display:block;font-size:8px!important;color:var(--home-muted);font-weight:700;line-height:1.15;margin-top:2px}
.ezsc-home-v3-pulse-row .ezsc-community-pulse-peak{display:none!important}
.ezsc-home-v3-upcoming-list{display:grid}.ezsc-home-v3-upcoming-item{display:grid;grid-template-columns:32px minmax(0,1fr);align-items:center;gap:9px;padding:10px 0;border-top:1px solid #eef2f6;color:#111!important;text-decoration:none!important}.ezsc-home-v3-upcoming-item:first-child{border-top:0}.ezsc-home-v3-upcoming-icon{width:30px;height:30px;border-radius:9px;background:color-mix(in srgb,var(--home-brand) 9%,#fff);color:var(--home-brand);display:grid;place-items:center;font-weight:800}.ezsc-home-v3-upcoming-item>span:last-child{display:grid;gap:2px;min-width:0}.ezsc-home-v3-upcoming-item strong{font-size:12px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ezsc-home-v3-upcoming-item small,.ezsc-home-v3-upcoming-empty{font-size:10px!important;color:var(--home-muted)!important}.ezsc-home-v3-upcoming-empty{margin:3px 0 0!important}
@media(max-width:782px){.ezsc-home-v3-pulse-row{width:100%;margin-top:0}.ezsc-home-v3-pulse-row>.ezsc-community-pulse{border-radius:0!important}.ezsc-home-v3-side{order:2}.ezsc-home-v3-feed{order:1}}


/* 0.7.3.240 — Home spacing refinement only. */
@media(min-width:1025px){
  .ezsc-home-v3-hero{margin-top:-20px;margin-inline:-20px;width:calc(100% + 40px)}
  .ezsc-home-v3-side{}
}
.ezsc-home-v3-pulse-row .ezsc-community-pulse-actions .ezsc-community-pulse-insight small{display:block;font-size:8px!important;color:var(--home-muted);font-weight:700;line-height:1.15;margin-top:2px}


/* 0.7.3.241 — isolated Home cleanup: semantic post cards, wide insight, tighter side rail. */
.ezsc-home-v3-post a:not(.ezsc-home-v3-post-open),
.ezsc-home-v3-post a:not(.ezsc-home-v3-post-open):visited{color:inherit!important}
.ezsc-home-v3-post-open{display:inline-flex;align-items:center;text-decoration:none!important}
@media(min-width:1181px){
  .ezsc-home-v3-pulse-row>.ezsc-community-pulse{grid-template-columns:minmax(230px,.95fr) minmax(120px,.45fr) minmax(250px,1.05fr) minmax(390px,1.55fr)}
  .ezsc-home-v3-pulse-row .ezsc-community-pulse-actions{grid-template-columns:minmax(250px,1fr) minmax(92px,.34fr)}
  .ezsc-home-v3-pulse-row .ezsc-community-pulse-actions .ezsc-community-pulse-insight{grid-template-columns:auto auto 1fr;grid-template-rows:auto;justify-content:start;place-items:center start;column-gap:7px;padding-inline:14px;text-align:right}
  .ezsc-home-v3-pulse-row .ezsc-community-pulse-actions .ezsc-community-pulse-insight span{grid-row:1;font-size:18px!important}
  .ezsc-home-v3-pulse-row .ezsc-community-pulse-actions .ezsc-community-pulse-insight strong{grid-row:1;font-size:12px!important;white-space:nowrap}
  .ezsc-home-v3-pulse-row .ezsc-community-pulse-actions .ezsc-community-pulse-insight small{grid-row:1;font-size:10px!important;margin:0!important;white-space:nowrap}
  .ezsc-home-v3-side{}
}


/* 0.7.3.243 — Home composer visual cleanup. */
.ezsc-home-composer{width:calc((100% - 18px) * .6889);max-width:none!important;margin:0 0 10px auto!important;direction:rtl}
.ezsc-home-composer-trigger{width:100%!important;min-height:50px!important;border:1px solid #e1e6ed!important;border-radius:5px!important;background:#fff!important;box-shadow:none!important;padding:7px 11px!important;gap:9px!important;color:#5b6472!important;font-size:13px!important}
.ezsc-home-composer-trigger img{width:34px!important;height:34px!important;flex:0 0 34px!important}
.ezsc-home-composer-form{border:1px solid #dde4ec!important;border-radius:5px!important;background:#fff!important;padding:11px 12px 12px!important;box-shadow:0 5px 16px rgba(15,23,42,.035)!important}
.ezsc-home-composer-top{min-height:38px;margin-bottom:3px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important}
.ezsc-home-composer-author{min-width:0;display:flex;align-items:center;gap:8px}.ezsc-home-composer-author>img{width:32px!important;height:32px!important;flex:0 0 32px!important}.ezsc-home-composer-author label{min-width:0;display:flex;align-items:center;gap:5px;font-size:10px!important;color:#727b89!important}.ezsc-home-composer-author label>span{white-space:nowrap;font-size:10px!important;font-weight:700!important}
.ezsc-home-composer-top select{max-width:235px!important;min-height:30px!important;border:0!important;border-bottom:1px solid #dce2e9!important;border-radius:0!important;background:transparent!important;padding:3px 18px 3px 3px!important;color:#20242b!important;font-size:11px!important;box-shadow:none!important}
.ezsc-home-composer-close{width:28px;height:28px;margin:0!important;display:grid;place-items:center;border-radius:50%!important;font-size:18px!important}.ezsc-home-composer-form textarea{min-height:74px!important;padding:9px 2px!important;font-size:13px!important;line-height:1.55!important}
.ezsc-home-composer-types{gap:5px!important;padding:8px 0!important}.ezsc-home-composer-types button{min-height:30px!important;padding:4px 9px!important;border-radius:7px!important;font-size:10px!important;color:#606977!important}.ezsc-home-composer-types button.is-selected{color:#111!important;border-color:color-mix(in srgb,var(--home-brand) 42%,#dce3ec)!important;background:color-mix(in srgb,var(--home-brand) 5%,#fff)!important}
.ezsc-home-composer-tags{padding-top:7px!important}.ezsc-home-composer-tags>span{font-size:10px!important;color:#697382!important}.ezsc-home-composer-tags>div{gap:5px!important;margin-top:5px!important}.ezsc-home-composer-tags label span{padding:3px 7px!important;border-radius:7px!important;font-size:9px!important;color:#737d8c!important}.ezsc-home-composer-actions{padding-top:9px!important}.ezsc-home-composer-actions button{min-height:32px!important;border-radius:7px!important;padding:5px 16px!important;font-size:11px!important}
@media(min-width:1181px){.ezsc-home-v3-side{}}
@media(max-width:1180px) and (min-width:783px){.ezsc-home-composer{width:calc((100% - 14px) * .675)}.ezsc-home-v3-side{}}
@media(max-width:782px){.ezsc-home-composer{width:100%;margin:0 0 8px!important}.ezsc-home-composer-trigger{min-height:48px!important}.ezsc-home-composer-form{padding:10px!important}.ezsc-home-composer-top select{max-width:170px!important}.ezsc-home-v3-side{}}


/* =========================================================
 * 0.7.3.245 — Home composer: single-field, feed-contained layout
 * ======================================================= */
.ezsc-home-v3-feed>.ezsc-home-composer{
  width:100%!important;
  max-width:none!important;
  margin:0 0 12px!important;
  direction:rtl;
}
.ezsc-home-v3-feed .ezsc-home-composer-form{
  border:1px solid #dfe5ec!important;
  border-radius:4px!important;
  background:#fff!important;
  box-shadow:none!important;
  padding:0!important;
}
.ezsc-home-v3-feed .ezsc-home-composer-inputrow{
  display:grid!important;
  grid-template-columns:38px minmax(0,1fr) auto!important;
  align-items:start!important;
  gap:9px!important;
  padding:9px 11px!important;
}
.ezsc-home-v3-feed .ezsc-home-composer-inputrow>img{
  width:38px!important;
  height:38px!important;
  border-radius:50%!important;
  object-fit:cover!important;
}
.ezsc-home-v3-feed .ezsc-home-composer-inputrow textarea{
  width:100%!important;
  min-height:38px!important;
  height:auto!important;
  resize:none!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  background:transparent!important;
  padding:7px 0!important;
  margin:0!important;
  color:#111!important;
  font:inherit!important;
  font-size:13px!important;
  line-height:1.5!important;
}
.ezsc-home-v3-feed .ezsc-home-composer-inputrow textarea::placeholder{
  color:#667085!important;
  opacity:1!important;
}
.ezsc-home-v3-feed .ezsc-home-composer-close{
  width:27px!important;
  height:27px!important;
  border:0!important;
  border-radius:50%!important;
  background:transparent!important;
  color:#667085!important;
  padding:0!important;
  font-size:18px!important;
  cursor:pointer!important;
}
.ezsc-home-v3-feed .ezsc-home-composer-expand{
  border-top:1px solid #edf1f5!important;
  padding:9px 11px 11px!important;
}
.ezsc-home-v3-feed .ezsc-home-composer-destination{
  margin:0 0 9px!important;
}
.ezsc-home-v3-feed .ezsc-home-composer-destination label{
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
  font-size:10px!important;
  color:#667085!important;
}
.ezsc-home-v3-feed .ezsc-home-composer-destination label>span{
  font-size:10px!important;
  font-weight:700!important;
}
.ezsc-home-v3-feed .ezsc-home-composer-destination select{
  min-height:30px!important;
  max-width:260px!important;
  border:1px solid #dfe5ec!important;
  border-radius:7px!important;
  background:#fff!important;
  box-shadow:none!important;
  padding:4px 9px!important;
  color:#1f2937!important;
  font-size:11px!important;
}
.ezsc-home-v3-feed .ezsc-home-composer-types{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:6px!important;
  padding:0 0 9px!important;
  border:0!important;
}
.ezsc-home-v3-feed .ezsc-home-composer-types button{
  min-height:30px!important;
  border:1px solid #d8dee7!important;
  border-radius:999px!important;
  background:#fff!important;
  padding:4px 10px!important;
  color:#5f6977!important;
  font-size:10px!important;
  cursor:pointer!important;
}
.ezsc-home-v3-feed .ezsc-home-composer-types button.is-selected{
  border-color:var(--home-brand,var(--ezsc-primary,#5c2e0f))!important;
  background:color-mix(in srgb,var(--home-brand,var(--ezsc-primary,#5c2e0f)) 7%,#fff)!important;
  color:var(--home-brand,var(--ezsc-primary,#5c2e0f))!important;
}
.ezsc-home-v3-feed .ezsc-home-composer-tags{
  padding-top:2px!important;
}
.ezsc-home-v3-feed .ezsc-home-composer-tags>span{
  display:block!important;
  margin-bottom:6px!important;
  color:#667085!important;
  font-size:10px!important;
  font-weight:700!important;
}
.ezsc-home-v3-feed .ezsc-home-composer-tags>div{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:6px!important;
  margin:0!important;
}
.ezsc-home-v3-feed .ezsc-home-composer-tags label input{
  position:absolute!important;
  opacity:0!important;
  pointer-events:none!important;
}
.ezsc-home-v3-feed .ezsc-home-composer-tags label span{
  display:inline-flex!important;
  align-items:center!important;
  min-height:29px!important;
  border:1px solid #d8dee7!important;
  border-radius:999px!important;
  background:#fff!important;
  padding:4px 10px!important;
  color:#5f6977!important;
  font-size:10px!important;
  line-height:1!important;
  cursor:pointer!important;
}
.ezsc-home-v3-feed .ezsc-home-composer-tags label input:checked+span{
  border-color:var(--home-brand,var(--ezsc-primary,#5c2e0f))!important;
  background:color-mix(in srgb,var(--home-brand,var(--ezsc-primary,#5c2e0f)) 7%,#fff)!important;
  color:var(--home-brand,var(--ezsc-primary,#5c2e0f))!important;
}
.ezsc-home-v3-feed .ezsc-home-composer-tags label input:checked+span:after{
  content:' ✓';
  margin-inline-start:4px;
  font-weight:800;
}
.ezsc-home-v3-feed .ezsc-home-composer-actions{
  display:flex!important;
  justify-content:flex-start!important;
  padding-top:10px!important;
}
.ezsc-home-v3-feed .ezsc-home-composer-actions button{
  min-height:32px!important;
  border-radius:7px!important;
  padding:5px 17px!important;
  font-size:11px!important;
}

/* Feed filter tags are also intentional pill buttons. */
.ezsc-home-feed-tags{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:6px!important;
  margin:4px 0 12px!important;
}
.ezsc-home-feed-tags button{
  border:1px solid #d8dee7!important;
  border-radius:999px!important;
  background:transparent!important;
  padding:5px 10px!important;
  color:#667085!important;
  font-size:10px!important;
}
.ezsc-home-feed-tags button.is-active{
  border-color:var(--home-brand,var(--ezsc-primary,#5c2e0f))!important;
  background:color-mix(in srgb,var(--home-brand,var(--ezsc-primary,#5c2e0f)) 6%,transparent)!important;
  color:var(--home-brand,var(--ezsc-primary,#5c2e0f))!important;
}

/* Side column begins with the grid and does not move when the feed composer expands. */
.ezsc-home-v3-content-grid{
  align-items:start!important;
}
@media(min-width:1181px){
  .ezsc-home-v3-side{
    align-self:start!important;
    
  }
}
@media(max-width:1180px) and (min-width:783px){
  .ezsc-home-v3-side{
    align-self:start!important;
    
  }
}
@media(max-width:782px){
  .ezsc-home-v3-feed>.ezsc-home-composer{margin-bottom:10px!important}
  .ezsc-home-v3-feed .ezsc-home-composer-form{border-radius:4px!important}
  .ezsc-home-v3-feed .ezsc-home-composer-inputrow{
    grid-template-columns:36px minmax(0,1fr) auto!important;
    padding:8px 9px!important;
  }
  .ezsc-home-v3-feed .ezsc-home-composer-inputrow>img{width:36px!important;height:36px!important}
  .ezsc-home-v3-feed .ezsc-home-composer-destination label{display:grid!important;grid-template-columns:auto 1fr!important}
  .ezsc-home-v3-feed .ezsc-home-composer-destination select{max-width:none!important;width:100%!important}
  .ezsc-home-v3-side{}
}

/* =========================================================
 * 0.7.3.246 — Home composer tag typography + pill consistency
 * Visual-only, tightly scoped. No composer/community logic changed.
 * ======================================================= */
.ezsc-home-v3-feed .ezsc-home-composer-tags>div{
  align-items:center!important;
}
.ezsc-home-v3-feed .ezsc-home-composer-tags label{
  display:inline-flex!important;
  align-items:center!important;
  flex:0 0 auto!important;
  margin:0!important;
  padding:0!important;
  font:inherit!important;
}
.ezsc-home-v3-feed .ezsc-home-composer-tags label span{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:30px!important;
  padding:4px 10px!important;
  border:1px solid #d8dee7!important;
  border-radius:999px!important;
  background:#fff!important;
  color:#5f6977!important;
  font-family:inherit!important;
  font-size:10px!important;
  font-weight:400!important;
  line-height:1.2!important;
  white-space:nowrap!important;
  text-decoration:none!important;
  letter-spacing:0!important;
  cursor:pointer!important;
}
.ezsc-home-v3-feed .ezsc-home-composer-tags label input:checked+span{
  border-color:var(--home-brand,var(--ezsc-primary,#5c2e0f))!important;
  background:color-mix(in srgb,var(--home-brand,var(--ezsc-primary,#5c2e0f)) 7%,#fff)!important;
  color:var(--home-brand,var(--ezsc-primary,#5c2e0f))!important;
  font-weight:600!important;
}
.ezsc-home-v3-feed .ezsc-home-composer-types button,
.ezsc-home-v3-feed .ezsc-home-composer-tags label span{
  box-sizing:border-box!important;
}


/* =========================================================
 * 0.7.3.247 — canonical Home visual rules
 * ======================================================= */
.ezsc-home-v3-hero .ezsc-home-v3-hero-shade{
  background:linear-gradient(90deg,rgba(7,17,23,.04) 0%,rgba(7,17,23,.08) 42%,rgba(7,17,23,.48) 70%,rgba(7,17,23,.78) 100%)!important;
}
.ezsc-home-v3-hero .ezsc-home-v3-hero-copy,
.ezsc-home-v3-hero .ezsc-home-v3-hero-copy h1,
.ezsc-home-v3-hero .ezsc-home-v3-hero-copy p,
.ezsc-home-v3-hero .ezsc-home-v3-hero-kicker{
  color:#fff!important;
}
.ezsc-home-v3-hero .ezsc-home-v3-hero-copy h1,
.ezsc-home-v3-hero .ezsc-home-v3-hero-copy p{
  text-shadow:0 2px 16px rgba(0,0,0,.68),0 1px 2px rgba(0,0,0,.78)!important;
}

.ezsc-home-v3-pulse-row .ezsc-community-pulse-kicker{font-size:11px!important}
.ezsc-home-v3-pulse-row .ezsc-community-pulse-head h3{font-size:16px!important;line-height:1.25!important}
.ezsc-home-v3-pulse-row .ezsc-community-pulse-live strong{font-size:13px!important}
.ezsc-home-v3-pulse-row .ezsc-community-pulse-last strong{font-size:13px!important}
.ezsc-home-v3-pulse-row .ezsc-community-pulse-last span{font-size:11px!important}
.ezsc-home-v3-pulse-row .ezsc-community-pulse-actions{grid-template-columns:minmax(250px,1fr)!important}
.ezsc-home-v3-pulse-row .ezsc-community-pulse-actions .ezsc-community-pulse-insight{min-height:48px!important}
.ezsc-home-v3-pulse-row .ezsc-community-pulse-actions .ezsc-community-pulse-insight strong{font-size:13px!important}
.ezsc-home-v3-pulse-row .ezsc-community-pulse-actions .ezsc-community-pulse-insight small{font-size:11px!important}

.ezsc-home-v3-feed .ezsc-home-composer-inputrow textarea{font-size:14px!important}
.ezsc-home-v3-feed .ezsc-home-composer-destination label,
.ezsc-home-v3-feed .ezsc-home-composer-destination label>span,
.ezsc-home-v3-feed .ezsc-home-composer-tags>span{font-size:12px!important}
.ezsc-home-v3-feed .ezsc-home-composer-destination select{font-size:12px!important}
.ezsc-home-v3-feed .ezsc-home-composer-types button,
.ezsc-home-v3-feed .ezsc-home-composer-tags label span,
.ezsc-home-feed-tags button{font-size:12px!important}

.ezsc-home-v3-feed .ezsc-home-composer-tags>div,
.ezsc-home-feed-tags{display:flex!important;flex-wrap:wrap!important;gap:8px!important}
.ezsc-home-v3-feed .ezsc-home-composer-tags label{display:inline-flex!important;width:auto!important;flex:0 0 auto!important}
.ezsc-home-v3-feed .ezsc-home-composer-tags label span,
.ezsc-home-feed-tags button{
  display:inline-flex!important;
  width:auto!important;
  min-height:34px!important;
  align-items:center!important;
  justify-content:center!important;
  border:1px solid #d4dce6!important;
  border-radius:999px!important;
  background:#fff!important;
  padding:6px 13px!important;
  white-space:nowrap!important;
  line-height:1!important;
}

@media(min-width:1181px){
  .ezsc-home-v3-side{align-self:start!important;margin-top:-82px!important}
}
@media(max-width:1180px) and (min-width:783px){
  .ezsc-home-v3-side{align-self:start!important;margin-top:-58px!important}
}
@media(max-width:782px){
  .ezsc-home-v3-side{margin-top:0!important}
}
