.elementor-2794 .elementor-element.elementor-element-04694bf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2794 .elementor-element.elementor-element-0610b00{width:var( --container-widget-width, 95.513% );max-width:95.513%;--container-widget-width:95.513%;--container-widget-flex-grow:0;}.elementor-2794 .elementor-element.elementor-element-0610b00.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-2794 .elementor-element.elementor-element-2f90969{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-0610b00 *//* ========= ELLA MAGAZINE STYLE (WP FRIENDLY) ========= */
.ella-mag{
  padding: 34px 0;
  font-family: system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  line-height: 1.75;
}

.ella-mag-wrap{
  width: min(900px, 92%);
  margin: 0 auto;
}

/* HERO */
.ella-mag-hero{
  border: 1px solid rgba(0,0,0,.10);
  background: radial-gradient(circle at 20% 10%, rgba(0,0,0,.06), transparent 55%),
              radial-gradient(circle at 90% 30%, rgba(0,0,0,.04), transparent 45%),
              #fff;
  border-radius: 22px;
  padding: 26px;
  box-shadow: 0 18px 40px rgba(0,0,0,.06);
}

.ella-mag-kicker{
  font-weight: 800;
  letter-spacing: .35px;
  text-transform: uppercase;
  font-size: 12px;
  opacity: .72;
  margin: 0 0 8px;
}

.ella-mag-hero h1{
  margin: 0 0 10px;
  font-size: clamp(26px, 3.2vw, 42px);
  line-height: 1.15;
}

.ella-mag-lead{
  margin: 0;
  font-size: 16px;
  opacity: .9;
}

/* METRICS */
.ella-mag-metrics{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

@media(min-width:720px){
  .ella-mag-metrics{ grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

.ella-mag-metric{
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 16px;
  padding: 10px 12px;
  background: rgba(0,0,0,.02);
}

.ella-mag-metric .k{
  display:block;
  font-size: 12px;
  font-weight: 800;
  opacity: .75;
}

.ella-mag-metric .v{
  display:block;
  font-size: 18px;
  font-weight: 900;
  margin-top: 2px;
}

/* BUTTONS */
.ella-mag-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top: 16px;
}

.ella-mag-btn{
  display:inline-block;
  padding: 10px 14px;
  border-radius: 14px;
  text-decoration:none !important;
  font-weight: 900;
  border: 1px solid rgba(0,0,0,.18);
  background:#111;
  color:#fff !important;
  transition: transform .12s ease, opacity .12s ease;
}

.ella-mag-btn:hover{ transform: translateY(-1px); opacity:.92; }

.ella-mag-btn.ghost{
  background: transparent;
  color:#111 !important;
}

/* TOC */
.ella-mag-toc{
  margin-top: 16px;
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 22px;
  padding: 18px 18px 14px;
  background: rgba(0,0,0,.02);
}

.ella-mag-toc h2{
  margin: 0 0 10px;
  font-size: 16px;
}

.ella-mag-toc ul{
  margin: 0;
  padding-left: 18px;
  columns: 1;
}

@media(min-width:720px){
  .ella-mag-toc ul{ columns: 2; }
}

.ella-mag-toc a{
  text-decoration: none;
  border-bottom: 1px dashed rgba(0,0,0,.30);
}

.ella-mag-toc a:hover{ opacity: .85; }

/* ARTICLE */
.ella-mag-article{
  margin-top: 16px;
}

.ella-mag-sec{
  margin-top: 14px;
  border: 1px solid rgba(0,0,0,.10);
  background: #fff;
  border-radius: 22px;
  padding: 18px;
  box-shadow: 0 14px 34px rgba(0,0,0,.05);
}

.ella-mag-sec h2{
  margin: 0 0 10px;
  font-size: 19px;
  line-height: 1.25;
}

.ella-mag-sec p{
  margin: 0 0 10px;
  opacity: .92;
}

/* LIST STYLES */
.ella-mag-check{
  list-style: none;
  padding: 0;
  margin: 0;
}

.ella-mag-check li{
  position: relative;
  padding-left: 28px;
  margin: 8px 0;
}

.ella-mag-check li::before{
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(0,0,0,.08);
  font-weight: 900;
}

.ella-mag-bullets{
  margin: 0;
  padding-left: 18px;
}

.ella-mag-bullets li{ margin: 6px 0; }

/* SPLIT */
.ella-mag-split{
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 10px;
}

@media(min-width:720px){
  .ella-mag-split{ grid-template-columns: 1fr 1fr; }
}

.ella-mag-split h3{
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 900;
}

/* PILLS */
.ella-mag-pillset{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top: 10px;
}

.ella-mag-pillset span{
  border: 1px solid rgba(0,0,0,.12);
  background: rgba(0,0,0,.03);
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 13px;
  font-weight: 700;
}

/* CALLOUT + NOTE */
.ella-mag-callout{
  margin-top: 10px;
  padding: 12px 14px;
  border-radius: 18px;
  border: 1px dashed rgba(0,0,0,.20);
  background: rgba(0,0,0,.03);
}

.ella-mag-note{
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,.10);
  background: rgba(0,0,0,.02);
}

/* VERDICT */
.ella-mag-verdict{
  background: radial-gradient(circle at 10% 0%, rgba(0,0,0,.06), transparent 55%),
              #fff;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-05c11dc *//* ===== Download CTA (ThemeForest) - match with Ella Magazine style ===== */
.ella-mag-download{
  margin-top: 14px;
  padding: 14px 14px;
  border-radius: 20px;
  border: 1px solid rgba(0,0,0,.10);
  background: radial-gradient(circle at 15% 10%, rgba(0,0,0,.06), transparent 55%),
              rgba(0,0,0,.02);
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ella-mag-download-left{
  min-width: 220px;
}

.ella-mag-download-title{
  margin: 0;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .2px;
}

.ella-mag-download-sub{
  margin: 4px 0 0;
  font-size: 13px;
  opacity: .8;
}

.ella-mag-btn-download{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11/* End custom CSS */