:where(.hmbl-featured-grid,.hmbl-grid,.hmbl-category-nav){
  --hmbl-accent:var(--wd-primary-color,#397fc0);
  --hmbl-accent-strong:#245f96;
  --hmbl-accent-soft:#eef7ff;
  --hmbl-text:#17202b;
  --hmbl-muted:#6b7787;
  --hmbl-border:#e6edf3;
  --hmbl-surface:#fff;
  --hmbl-radius:16px;
  direction:rtl;
  font-family:inherit;
  box-sizing:border-box
}
:where(.hmbl-featured-grid,.hmbl-grid,.hmbl-category-nav) *,
:where(.hmbl-featured-grid,.hmbl-grid,.hmbl-category-nav) *:before,
:where(.hmbl-featured-grid,.hmbl-grid,.hmbl-category-nav) *:after{box-sizing:border-box}

.hmbl-category-nav{display:flex;align-items:center;gap:8px;width:100%;max-width:100%;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding:6px;background:#f7f9fb;border:1px solid var(--hmbl-border);border-radius:14px;white-space:nowrap}
.hmbl-category-nav::-webkit-scrollbar{display:none}
.hmbl-category-nav a{display:inline-flex;align-items:center;justify-content:center;min-height:40px;flex:0 0 auto;padding:8px 14px;border-radius:10px;color:#566273!important;font-size:13px;line-height:1.4;font-weight:700;text-decoration:none!important;transition:background-color .18s ease,color .18s ease,box-shadow .18s ease;-webkit-tap-highlight-color:transparent}
.hmbl-category-nav a.is-active{background:#fff;color:var(--hmbl-accent-strong)!important;box-shadow:0 3px 12px rgba(32,67,95,.08)}
.hmbl-category-nav a:focus-visible,.hmbl-card a:focus-visible,.hmbl-featured-grid a:focus-visible{outline:3px solid rgba(57,127,192,.26);outline-offset:3px}

.hmbl-featured-grid{display:grid;grid-template-columns:minmax(0,1.72fr) minmax(280px,.82fr);gap:20px;width:100%;min-width:0}
.hmbl-featured-main,.hmbl-featured-small,.hmbl-card{background:var(--hmbl-surface);border:1px solid var(--hmbl-border);border-radius:var(--hmbl-radius);overflow:hidden;box-shadow:0 8px 28px rgba(28,52,74,.055)}
.hmbl-featured-main{display:grid;grid-template-columns:minmax(0,56%) minmax(0,44%);min-height:330px}
.hmbl-featured-media,.hmbl-media,.hmbl-featured-small-media{position:relative;display:block;overflow:hidden;background:#edf3f7}
.hmbl-featured-media{min-height:100%;height:100%}
.hmbl-img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .28s ease}
.hmbl-noimg{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:180px;background:linear-gradient(135deg,#eef5fb,#dfeaf3);color:#7f98ad;font-weight:900;font-size:28px;letter-spacing:.08em}
.hmbl-cat{position:absolute;right:12px;top:12px;z-index:2;display:inline-flex;align-items:center;min-height:30px;max-width:calc(100% - 24px);padding:5px 10px;border-radius:999px;background:rgba(255,255,255,.94);backdrop-filter:blur(8px);color:var(--hmbl-accent-strong);font-size:11.5px;line-height:1.4;font-weight:800;box-shadow:0 3px 12px rgba(17,44,67,.08);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.hmbl-featured-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-width:0;padding:26px}
.hmbl-meta{display:block;color:#84909e;font-size:11.5px;line-height:1.6;font-weight:600}
.hmbl-featured-copy h2,.hmbl-featured-small h3,.hmbl-card h3{margin:0;padding:0}
.hmbl-featured-copy h2{margin-top:9px;font-size:24px;line-height:1.55;font-weight:900}
.hmbl-featured-copy h2 a,.hmbl-featured-small h3 a,.hmbl-card h3 a{color:var(--hmbl-text)!important;text-decoration:none!important}
.hmbl-featured-copy p{margin:12px 0 0;color:#657283;font-size:13.5px;line-height:1.95;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}
.hmbl-read,.hmbl-more{display:inline-flex;align-items:center;gap:6px;color:var(--hmbl-accent-strong)!important;font-weight:800;text-decoration:none!important}
.hmbl-read{margin-top:18px;font-size:13px}
.hmbl-more{margin-top:auto;padding-top:12px;font-size:12.5px}
.hmbl-read span,.hmbl-more span{font-size:16px;line-height:1;transition:transform .18s ease}

.hmbl-featured-side{display:grid;grid-template-rows:repeat(2,minmax(0,1fr));gap:16px;min-width:0}
.hmbl-featured-small{display:grid;grid-template-columns:118px minmax(0,1fr);min-width:0}
.hmbl-featured-small-media{min-height:132px}
.hmbl-featured-small-copy{display:flex;flex-direction:column;justify-content:center;min-width:0;padding:16px 14px}
.hmbl-mini-cat{display:block;margin-bottom:5px;color:var(--hmbl-accent);font-size:10.5px;line-height:1.5;font-weight:800}
.hmbl-featured-small h3{font-size:13.5px;line-height:1.7;font-weight:800;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}
.hmbl-featured-small .hmbl-meta{margin-top:7px;font-size:10.5px}

.hmbl-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;width:100%;min-width:0}
.hmbl-grid-compact{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.hmbl-card{display:flex;flex-direction:column;min-width:0;height:100%}
.hmbl-media{aspect-ratio:16/10}
.hmbl-card-body{display:flex;flex:1;flex-direction:column;align-items:flex-start;min-width:0;padding:17px}
.hmbl-card-title{margin-top:7px!important;font-size:15px;line-height:1.75;font-weight:850;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.hmbl-excerpt{margin:9px 0 0;color:#687586;font-size:12.75px;line-height:1.9;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}
.hmbl-card-compact .hmbl-media{aspect-ratio:16/9}
.hmbl-card-compact .hmbl-card-body{padding:14px}
.hmbl-card-compact .hmbl-card-title{font-size:13.5px;line-height:1.72}
.hmbl-card-compact .hmbl-more{padding-top:10px;font-size:12px}

@media (hover:hover) and (pointer:fine){
  .hmbl-category-nav a:hover{background:#fff;color:var(--hmbl-accent-strong)!important}
  .hmbl-featured-media:hover .hmbl-img,.hmbl-featured-small-media:hover .hmbl-img,.hmbl-media:hover .hmbl-img{transform:scale(1.035)}
  .hmbl-featured-copy h2 a:hover,.hmbl-featured-small h3 a:hover,.hmbl-card h3 a:hover{color:var(--hmbl-accent-strong)!important}
  .hmbl-read:hover span,.hmbl-more:hover span{transform:translateX(-3px)}
}

@media(max-width:1180px){
  .hmbl-featured-grid{grid-template-columns:minmax(0,1.55fr) minmax(260px,.8fr);gap:16px}
  .hmbl-featured-main{grid-template-columns:1fr;min-height:0}
  .hmbl-featured-media{aspect-ratio:16/9;min-height:0;height:auto}
  .hmbl-featured-copy{padding:20px}
  .hmbl-featured-copy h2{font-size:21px}
  .hmbl-grid-compact{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media(max-width:1024px){
  .hmbl-category-nav a{min-height:42px;font-size:13.25px}
  .hmbl-featured-grid{grid-template-columns:minmax(0,1.35fr) minmax(245px,.75fr)}
  .hmbl-featured-small{grid-template-columns:100px minmax(0,1fr)}
  .hmbl-featured-small-media{min-height:124px}
  .hmbl-featured-small-copy{padding:13px 12px}
  .hmbl-featured-small h3{font-size:13px;line-height:1.65;-webkit-line-clamp:3}
  .hmbl-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
  .hmbl-grid-compact{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:767px){
  .hmbl-category-nav{gap:6px;padding:5px;border-radius:12px}
  .hmbl-category-nav a{min-height:40px;padding:8px 12px;font-size:12.5px;border-radius:9px}
  .hmbl-featured-grid{grid-template-columns:1fr;gap:14px}
  .hmbl-featured-main{grid-template-columns:1fr;border-radius:14px}
  .hmbl-featured-copy{padding:17px}
  .hmbl-featured-copy h2{font-size:18px;line-height:1.65;margin-top:7px}
  .hmbl-featured-copy p{font-size:13px;line-height:1.85;-webkit-line-clamp:2}
  .hmbl-read{margin-top:14px}
  .hmbl-featured-side{display:grid;grid-template-columns:1fr;grid-template-rows:none;gap:12px}
  .hmbl-featured-small{grid-template-columns:120px minmax(0,1fr);border-radius:14px}
  .hmbl-featured-small-media{min-height:96px;height:100%}
  .hmbl-featured-small h3{font-size:13.25px;-webkit-line-clamp:2}
  .hmbl-featured-small .hmbl-meta{margin-top:5px}
  .hmbl-grid,.hmbl-grid-compact{grid-template-columns:1fr;gap:14px}
  .hmbl-card{display:grid;grid-template-columns:132px minmax(0,1fr);border-radius:14px;min-height:126px}
  .hmbl-media,.hmbl-card-compact .hmbl-media{aspect-ratio:auto;min-height:100%;height:100%}
  .hmbl-card-body,.hmbl-card-compact .hmbl-card-body{padding:13px 13px 12px}
  .hmbl-card-title,.hmbl-card-compact .hmbl-card-title{font-size:13.5px;line-height:1.7;-webkit-line-clamp:2}
  .hmbl-excerpt{display:none}
  .hmbl-more,.hmbl-card-compact .hmbl-more{padding-top:8px;font-size:11.75px}
  .hmbl-cat{right:8px;top:8px;min-height:26px;max-width:calc(100% - 16px);padding:4px 8px;font-size:10px}
  .hmbl-meta{font-size:10.5px}
}

@media(max-width:480px){
  .hmbl-featured-copy{padding:15px}
  .hmbl-featured-copy h2{font-size:17px}
  .hmbl-featured-small{grid-template-columns:105px minmax(0,1fr)}
  .hmbl-featured-small-copy{padding:11px}
  .hmbl-featured-small h3{font-size:12.75px}
  .hmbl-card{grid-template-columns:112px minmax(0,1fr);min-height:116px}
  .hmbl-card-body,.hmbl-card-compact .hmbl-card-body{padding:11px}
  .hmbl-card-title,.hmbl-card-compact .hmbl-card-title{font-size:13px;line-height:1.65}
  .hmbl-more,.hmbl-card-compact .hmbl-more{font-size:11.5px}
}

@media(max-width:360px){
  .hmbl-featured-small{grid-template-columns:94px minmax(0,1fr)}
  .hmbl-card{grid-template-columns:100px minmax(0,1fr)}
  .hmbl-card-body,.hmbl-card-compact .hmbl-card-body{padding:10px}
  .hmbl-card-title,.hmbl-card-compact .hmbl-card-title{font-size:12.5px}
}

@media(prefers-reduced-motion:reduce){
  :where(.hmbl-featured-grid,.hmbl-grid,.hmbl-category-nav) *,
  :where(.hmbl-featured-grid,.hmbl-grid,.hmbl-category-nav) *:before,
  :where(.hmbl-featured-grid,.hmbl-grid,.hmbl-category-nav) *:after{transition:none!important;scroll-behavior:auto!important}
}

/* --------------------------------------------------------------------------
 * v1.1.1 conflict-proof responsive layer
 * The Elementor blog layout still contains legacy .hmbl-* rules that are
 * printed later in the document. These selectors intentionally carry higher
 * specificity so the plugin remains the source of truth without !important
 * everywhere. Critical legacy !important image rules are matched explicitly.
 * -------------------------------------------------------------------------- */

.hmbl-grid.hmbl-ui-v111,
.hmbl-featured-grid.hmbl-ui-v111,
.hmbl-category-nav.hmbl-ui-v111{
  min-width:0;
  max-width:100%;
}

/* Neutralise the duplicate arrow added by the old Elementor inline CSS. */
.hmbl-ui-v111 .hmbl-more::after,
.hmbl-ui-v111 .hmbl-read::after{
  content:none!important;
  display:none!important;
}

/* Desktop: readable cards instead of the legacy forced 4-column grid. */
.hmbl-grid.hmbl-ui-v111{
  width:100%;
  padding:0;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.hmbl-grid.hmbl-ui-v111.hmbl-grid-compact{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:15px;
}
.hmbl-grid.hmbl-ui-v111 .hmbl-card{
  display:flex;
  flex-direction:column;
  min-width:0;
  height:100%;
  border-radius:16px;
  overflow:hidden;
}
.hmbl-grid.hmbl-ui-v111 .hmbl-media{
  width:100%;
  min-width:0;
  height:auto;
  min-height:0;
  aspect-ratio:16/10;
}
.hmbl-grid.hmbl-ui-v111 .hmbl-img,
.hmbl-featured-grid.hmbl-ui-v111 .hmbl-img{
  position:static!important;
  inset:auto!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  object-fit:cover!important;
  object-position:center!important;
}
.hmbl-grid.hmbl-ui-v111 .hmbl-card-body{
  display:flex;
  flex:1;
  flex-direction:column;
  align-items:flex-start;
  min-width:0;
  padding:16px;
}
.hmbl-grid.hmbl-ui-v111 .hmbl-card-title,
.hmbl-grid.hmbl-ui-v111 .hmbl-card h3{
  width:100%;
  min-height:0;
  margin:7px 0 0!important;
  font-size:14.5px;
  line-height:1.75;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
}
.hmbl-grid.hmbl-ui-v111 .hmbl-meta{
  white-space:nowrap;
}
.hmbl-grid.hmbl-ui-v111 .hmbl-more{
  display:inline-flex;
  align-items:center;
  gap:6px;
  white-space:nowrap;
  margin-top:auto;
  padding-top:11px;
}

/* Tablet */
@media (max-width:1024px){
  .hmbl-grid.hmbl-ui-v111,
  .hmbl-grid.hmbl-ui-v111.hmbl-grid-compact{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
  }
}

/* Phone: one compact horizontal card per row. This intentionally overrides
   the old Elementor rule that forces two cards into each phone row. */
@media (max-width:767px){
  .hmbl-grid.hmbl-ui-v111,
  .hmbl-grid.hmbl-ui-v111.hmbl-grid-compact{
    grid-template-columns:1fr!important;
    gap:11px!important;
    width:100%!important;
    max-width:100%!important;
    padding:0!important;
    margin:0!important;
  }

  .hmbl-grid.hmbl-ui-v111 .hmbl-card,
  .hmbl-grid.hmbl-ui-v111 .hmbl-card-compact{
    display:grid!important;
    grid-template-columns:128px minmax(0,1fr)!important;
    grid-template-rows:1fr!important;
    min-height:126px!important;
    height:auto!important;
    border-radius:14px!important;
    overflow:hidden!important;
    transform:none!important;
  }

  .hmbl-grid.hmbl-ui-v111 .hmbl-media,
  .hmbl-grid.hmbl-ui-v111 .hmbl-card-compact .hmbl-media{
    grid-column:1!important;
    grid-row:1!important;
    width:128px!important;
    height:100%!important;
    min-height:126px!important;
    aspect-ratio:auto!important;
    margin:0!important;
    border-radius:0!important;
  }

  .hmbl-grid.hmbl-ui-v111 .hmbl-card-body,
  .hmbl-grid.hmbl-ui-v111 .hmbl-card-compact .hmbl-card-body{
    grid-column:2!important;
    grid-row:1!important;
    min-width:0!important;
    min-height:126px!important;
    padding:12px 13px!important;
    justify-content:flex-start!important;
  }

  .hmbl-grid.hmbl-ui-v111 .hmbl-card-title,
  .hmbl-grid.hmbl-ui-v111 .hmbl-card h3,
  .hmbl-grid.hmbl-ui-v111 .hmbl-card-compact .hmbl-card-title,
  .hmbl-grid.hmbl-ui-v111 .hmbl-card-compact h3{
    min-height:0!important;
    margin:5px 0 0!important;
    font-size:13px!important;
    line-height:1.7!important;
    -webkit-line-clamp:2!important;
  }

  .hmbl-grid.hmbl-ui-v111 .hmbl-excerpt,
  .hmbl-grid.hmbl-ui-v111 .hmbl-card p{
    display:none!important;
  }

  .hmbl-grid.hmbl-ui-v111 .hmbl-meta{
    font-size:10px!important;
    line-height:1.5!important;
  }

  .hmbl-grid.hmbl-ui-v111 .hmbl-more{
    display:inline-flex!important;
    align-items:center!important;
    gap:5px!important;
    width:auto!important;
    min-height:30px!important;
    margin-top:auto!important;
    padding-top:7px!important;
    font-size:11.5px!important;
    line-height:1.4!important;
    white-space:nowrap!important;
  }
  .hmbl-grid.hmbl-ui-v111 .hmbl-more span{
    display:inline-block!important;
    font-size:15px!important;
    line-height:1!important;
  }

  .hmbl-grid.hmbl-ui-v111 .hmbl-cat{
    right:7px!important;
    top:7px!important;
    max-width:calc(100% - 14px)!important;
    min-height:24px!important;
    padding:4px 7px!important;
    font-size:9.5px!important;
    border-radius:8px!important;
  }

  /* Featured block also becomes a clean single column on phones. */
  .hmbl-featured-grid.hmbl-ui-v111{
    grid-template-columns:1fr!important;
    gap:12px!important;
    padding:0!important;
  }
  .hmbl-featured-grid.hmbl-ui-v111 .hmbl-featured-main{
    grid-template-columns:1fr!important;
    min-height:0!important;
  }
  .hmbl-featured-grid.hmbl-ui-v111 .hmbl-featured-media{
    min-height:0!important;
    height:auto!important;
    aspect-ratio:16/9!important;
  }
  .hmbl-featured-grid.hmbl-ui-v111 .hmbl-featured-side{
    grid-template-columns:1fr!important;
    grid-template-rows:none!important;
  }
  .hmbl-featured-grid.hmbl-ui-v111 .hmbl-featured-small{
    display:grid!important;
    grid-template-columns:112px minmax(0,1fr)!important;
    min-height:104px!important;
  }
  .hmbl-featured-grid.hmbl-ui-v111 .hmbl-featured-small-media{
    min-height:104px!important;
    height:100%!important;
    aspect-ratio:auto!important;
  }

  .hmbl-category-nav.hmbl-ui-v111{
    width:100%!important;
    max-width:100%!important;
    margin-inline:0!important;
    padding:5px!important;
    gap:5px!important;
  }
  .hmbl-category-nav.hmbl-ui-v111 a{
    min-height:38px!important;
    padding:7px 10px!important;
    font-size:11.5px!important;
    transform:none!important;
  }
}

@media (max-width:480px){
  .hmbl-grid.hmbl-ui-v111 .hmbl-card,
  .hmbl-grid.hmbl-ui-v111 .hmbl-card-compact{
    grid-template-columns:112px minmax(0,1fr)!important;
    min-height:116px!important;
  }
  .hmbl-grid.hmbl-ui-v111 .hmbl-media,
  .hmbl-grid.hmbl-ui-v111 .hmbl-card-compact .hmbl-media{
    width:112px!important;
    min-height:116px!important;
  }
  .hmbl-grid.hmbl-ui-v111 .hmbl-card-body,
  .hmbl-grid.hmbl-ui-v111 .hmbl-card-compact .hmbl-card-body{
    min-height:116px!important;
    padding:10px 11px!important;
  }
  .hmbl-grid.hmbl-ui-v111 .hmbl-card-title,
  .hmbl-grid.hmbl-ui-v111 .hmbl-card h3{
    font-size:12.5px!important;
  }
}

@media (max-width:360px){
  .hmbl-grid.hmbl-ui-v111 .hmbl-card,
  .hmbl-grid.hmbl-ui-v111 .hmbl-card-compact{
    grid-template-columns:100px minmax(0,1fr)!important;
  }
  .hmbl-grid.hmbl-ui-v111 .hmbl-media,
  .hmbl-grid.hmbl-ui-v111 .hmbl-card-compact .hmbl-media{
    width:100px!important;
  }
}
