/* Javan Bartar Blog Page Widget — scoped styles */

.jbel-blog-widget .jbel-blog,
.jbel-blog-widget .jbel-blog * {
  box-sizing: border-box;
}

/* Full-width breakout wrapper */
.jbel-blog-widget--fullwidth {
  position: relative !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  overflow: visible !important;
}

.jbel-blog-widget--fullwidth:not(.jbel-breakout-ready) {
  opacity: 0;
}

.jbel-blog-widget--fullwidth.jbel-breakout-ready {
  opacity: 1;
}

.jbel-blog-widget--fullwidth .jbel-blog {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}

.jbel-blog-widget .jbel-blog {
  --bg: #07020a;
  --bg2: #15071d;
  --text: #fff7fb;
  --muted: rgba(255, 247, 251, 0.68);
  --soft: rgba(255, 247, 251, 0.44);
  --pink: #ff2f8d;
  --pink2: #d80b63;
  --violet: #a76cff;
  --cream: #ffe2ef;
  --line: rgba(255, 255, 255, 0.1);
  --hero-title-line1: #ffffff;
  --hero-g1: #ffffff;
  --hero-g2: #ffe2ef;
  --hero-g3: #ff2f8d;
  --hero-g4: #a76cff;

  position: relative !important;
  width: 100% !important;
  max-width: 100% !important;
  direction: rtl;
  color: var(--text);
  font-family: "IRANSansX", "Vazirmatn", Tahoma, Arial, sans-serif;
  background:
    radial-gradient(circle at 80% 5%, rgba(255, 47, 141, 0.22), transparent 32%),
    radial-gradient(circle at 12% 42%, rgba(167, 108, 255, 0.14), transparent 36%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg2) 42%, var(--bg) 100%);
  overflow: visible;
  isolation: isolate;
}





.jbel-blog-widget .jbel-blog a {
  color: inherit;
  text-decoration: none;
}

.jbel-blog-widget .jbel-container {
  width: min(1220px, calc(100% - 40px));
  margin-inline: auto;
}

.jbel-blog-widget .jbel-hero {
  position: relative;
  min-height: 92svh;
  display: grid;
  align-items: center;
  padding: 84px 0 64px;
  overflow: hidden;
}

@media (min-width: 1181px) {
  .jbel-blog-widget .jbel-hero {
    overflow: visible;
  }
}

.jbel-blog-widget .jbel-hero::before {
  content: var(--hero-bg-word, "TRAINING HUB");
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  color: rgba(255, 255, 255, 0.024);
  font-size: clamp(86px, 16vw, 230px);
  font-weight: 950;
  letter-spacing: -9px;
  pointer-events: none;
  white-space: nowrap;
}

.jbel-blog-widget .jbel-hero__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 58% 34%, rgba(255, 47, 141, 0.2), transparent 34%),
    radial-gradient(circle at 25% 70%, rgba(167, 108, 255, 0.14), transparent 32%);
  pointer-events: none;
}

.jbel-blog-widget .jbel-sport-icon {
  position: absolute;
  z-index: 1;
  width: 116px;
  height: 116px;
  display: grid;
  place-items: center;
  border-radius: 36px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.095), rgba(255,255,255,.025)),
    rgba(255,47,141,.06);
  border: 1px solid rgba(255,255,255,.11);
  opacity: 0.72;
  pointer-events: none;
}

.jbel-blog-widget .jbel-sport-icon svg {
  width: 58px;
  height: 58px;
  fill: none;
  stroke: #ffe2ef;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 18px rgba(255,47,141,.45));
}

.jbel-blog-widget .jbel-sport-icon img {
  width: 72px;
  height: 72px;
  max-width: 88%;
  max-height: 88%;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 0 18px rgba(255, 47, 141, 0.45));
  pointer-events: none;
}

.jbel-blog-widget .jbel-sport-icon--has-image {
  overflow: hidden;
}

.jbel-blog-widget .jbel-sport-icon--woman {
  right: calc((100vw - min(1220px, calc(100vw - 40px))) / 2 - 8px + var(--icon-woman-offset-x, 0px));
  top: calc(16% + var(--icon-woman-offset-y, 0px));
}

.jbel-blog-widget .jbel-sport-icon--dumbbell {
  left: calc((100vw - min(1220px, calc(100vw - 40px))) / 2 - 8px + var(--icon-dumbbell-offset-x, 0px));
  bottom: calc(14% + var(--icon-dumbbell-offset-y, 0px));
  transform: rotate(-8deg);
}

.jbel-blog-widget .jbel-hero__layout {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

.jbel-blog-widget .jbel-hero__content {
  max-width: 690px;
}

.jbel-blog-widget .jbel-kicker {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 12px;
  color: var(--cream);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.jbel-blog-widget .jbel-kicker::before,
.jbel-blog-widget .jbel-kicker::after {
  content: "";
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--pink));
}

.jbel-blog-widget .jbel-kicker::after {
  background: linear-gradient(90deg, var(--pink), transparent);
}

.jbel-blog-widget .jbel-hero h1 {
  margin: 22px 0 0;
  font-size: clamp(42px, 6vw, 82px);
  line-height: 1.04;
  letter-spacing: -2.8px;
  font-weight: 950;
}

.jbel-blog-widget .jbel-hero h1 .jbel-line:not(em) {
  color: var(--hero-title-line1, #ffffff);
  -webkit-text-fill-color: var(--hero-title-line1, #ffffff);
}

.jbel-blog-widget .jbel-hero h1 em.jbel-line,
.jbel-blog-widget .jbel-hero h1 em {
  display: block;
  font-style: normal;
  background: linear-gradient(
    135deg,
    var(--hero-g1, #ffffff) 0%,
    var(--hero-g2, #ffe2ef) 24%,
    var(--hero-g3, #ff2f8d) 62%,
    var(--hero-g4, #a76cff) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.jbel-blog-widget .jbel-hero p {
  max-width: 650px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 2.05;
}

.jbel-blog-widget .jbel-hero-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  margin-top: 28px;
  padding: 10px;
  border-radius: 26px;
  background: rgba(255,255,255,.065);
  border: 1px solid rgba(255,255,255,.11);
}

.jbel-blog-widget .jbel-hero-search input {
  width: 100%;
  min-width: 0;
  min-height: 56px;
  border: 0;
  outline: 0;
  border-radius: 18px;
  background: rgba(7,2,10,.72);
  color: #fff;
  padding: 0 16px;
  font-family: inherit;
}

.jbel-blog-widget .jbel-hero-search input::placeholder {
  color: rgba(255,247,251,.42);
}

.jbel-blog-widget .jbel-hero-search button {
  min-height: 56px;
  border: 0;
  border-radius: 18px;
  padding: 0 24px;
  color: #fff;
  font-family: inherit;
  font-weight: 950;
  cursor: pointer;
  background: linear-gradient(135deg, var(--pink2), var(--pink));
  box-shadow: 0 16px 44px rgba(255,47,141,.28);
}

.jbel-blog-widget .jbel-study-paths {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.jbel-blog-widget .jbel-study-paths button {
  min-height: 70px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.1);
  background:
    radial-gradient(circle at 20% 0%, rgba(255,47,141,.12), transparent 34%),
    rgba(255,255,255,.05);
  color: rgba(255,247,251,.78);
  padding: 12px;
  font-family: inherit;
  cursor: pointer;
  transition: .25s ease;
}

.jbel-blog-widget .jbel-study-paths button:hover {
  transform: translateY(-3px);
  border-color: rgba(255,47,141,.34);
  background: rgba(255,47,141,.12);
  color: #fff;
}

.jbel-blog-widget .jbel-study-paths b {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, var(--pink2), var(--pink));
  font-size: 13px;
}

.jbel-blog-widget .jbel-study-paths span {
  font-weight: 900;
  font-size: 13.5px;
}

.jbel-blog-widget .jbel-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.jbel-blog-widget .jbel-hero-actions a,
.jbel-blog-widget .jbel-hero-actions button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 18px;
  font-family: inherit;
  font-weight: 900;
  font-size: 13px;
  cursor: pointer;
}

.jbel-blog-widget .jbel-hero-actions a {
  color: #fff;
  background: rgba(255,47,141,.15);
  border: 1px solid rgba(255,47,141,.34);
}

.jbel-blog-widget .jbel-hero-actions button {
  color: rgba(255,247,251,.78);
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.1);
}

.jbel-blog-widget .jbel-hero-board {
  position: relative;
  min-height: 590px;
  padding: 18px;
  border-radius: 42px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,47,141,.18), transparent 38%),
    rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 34px 120px rgba(0,0,0,.32);
}

.jbel-blog-widget .jbel-hero-board__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.jbel-blog-widget .jbel-hero-board__head small {
  display: block;
  color: var(--cream);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
}

.jbel-blog-widget .jbel-hero-board__head h2 {
  margin: 5px 0 0;
  color: #fff;
  font-size: 24px;
}

.jbel-blog-widget .jbel-hero-board__head > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(255,47,141,.16);
  border: 1px solid rgba(255,47,141,.28);
}

.jbel-blog-widget .jbel-hero-board__head > span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--pink);
  box-shadow: 0 0 16px rgba(255,47,141,.8);
}

.jbel-blog-widget .jbel-hero-posts {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  grid-template-rows: repeat(3, 1fr);
  gap: 14px;
  min-height: 500px;
}

.jbel-blog-widget .jbel-hero-card {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  min-height: 150px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.055);
  isolation: isolate;
  transition: transform .3s ease, border-color .3s ease;
}

.jbel-blog-widget .jbel-hero-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255,47,141,.35);
}

.jbel-blog-widget .jbel-hero-card--main {
  grid-row: 1 / -1;
}

.jbel-blog-widget .jbel-hero-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  transition: transform .45s ease;
}

.jbel-blog-widget .jbel-hero-card:hover img {
  transform: scale(1.06);
}

.jbel-blog-widget .jbel-hero-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(7,2,10,.18), rgba(7,2,10,.9)),
    radial-gradient(circle at 50% 10%, rgba(255,47,141,.2), transparent 42%);
}

.jbel-blog-widget .jbel-hero-card__body {
  position: absolute;
  inset: auto 0 0 0;
  padding: 18px;
}

.jbel-blog-widget .jbel-hero-card--main .jbel-hero-card__body {
  padding: 28px;
}

.jbel-blog-widget .jbel-hero-card small {
  display: inline-flex;
  margin-bottom: 10px;
  color: #ffe2ef;
  font-size: 12px;
  font-weight: 900;
}

.jbel-blog-widget .jbel-hero-card h2,
.jbel-blog-widget .jbel-hero-card h3 {
  margin: 0;
  color: #fff;
  line-height: 1.35;
}

.jbel-blog-widget .jbel-hero-card h2 {
  font-size: clamp(28px, 3vw, 44px);
  letter-spacing: -1px;
}

.jbel-blog-widget .jbel-hero-card h3 {
  font-size: 17px;
}

.jbel-blog-widget .jbel-hero-card p {
  color: rgba(255,247,251,.72);
  font-size: 13.5px;
  line-height: 1.8;
  margin: 12px 0 0;
}

.jbel-blog-widget .jbel-toolbar {
  position: relative;
  z-index: 8;
  padding: 0 0 38px;
}

.jbel-blog-widget .jbel-filter {
  display: grid;
  grid-template-columns:
    minmax(260px, 1.35fr)
    minmax(165px, .8fr)
    minmax(165px, .8fr)
    minmax(150px, .7fr)
    auto
    auto;
  gap: 10px;
  align-items: end;
  padding: 14px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid var(--line);
  box-shadow: 0 28px 100px rgba(0, 0, 0, 0.28);
}

.jbel-blog-widget .jbel-field {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.jbel-blog-widget .jbel-field label {
  color: rgba(255, 247, 251, 0.62);
  font-size: 12px;
  padding-inline: 4px;
}

.jbel-blog-widget .jbel-field input,
.jbel-blog-widget .jbel-field select {
  width: 100%;
  min-width: 0;
  min-height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(7, 2, 10, 0.68);
  color: #fff;
  padding: 0 14px;
  font-family: inherit;
  outline: none;
}

.jbel-blog-widget .jbel-field input::placeholder {
  color: rgba(255, 247, 251, 0.36);
}

.jbel-blog-widget .jbel-filter button {
  min-height: 52px;
  border: 0;
  border-radius: 18px;
  padding: 0 18px;
  font-family: inherit;
  font-weight: 950;
  cursor: pointer;
  white-space: nowrap;
}

.jbel-blog-widget .jbel-submit {
  color: #fff;
  background: linear-gradient(135deg, var(--pink2), var(--pink));
  box-shadow: 0 16px 44px rgba(255, 47, 141, 0.28);
}

.jbel-blog-widget .jbel-clear {
  color: rgba(255, 247, 251, 0.74);
  background: rgba(255, 255, 255, 0.08);
}

.jbel-blog-widget .jbel-content {
  padding: 46px 0 110px;
}

.jbel-blog-widget .jbel-layout {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 28px;
  align-items: start;
}

.jbel-blog-widget .jbel-sidebar {
  display: grid;
  gap: 16px;
}

@media (min-width: 1081px) {
  .jbel-blog-widget .jbel-content,
  .jbel-blog-widget .jbel-layout,
  .jbel-blog-widget .jbel-container {
    overflow: visible;
  }

  .jbel-blog-widget .jbel-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: var(--sidebar-sticky-top, 24px);
    align-self: start;
    z-index: 4;
    max-height: calc(100svh - var(--sidebar-sticky-top, 24px) - 24px);
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 47, 141, 0.45) rgba(255, 255, 255, 0.06);
  }

  .jbel-blog-widget .jbel-sidebar::-webkit-scrollbar {
    width: 6px;
  }

  .jbel-blog-widget .jbel-sidebar::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(255, 47, 141, 0.45);
  }
}

.jbel-blog-widget .jbel-sidebox {
  padding: 18px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 47, 141, 0.12), transparent 34%),
    rgba(255, 255, 255, 0.055);
  border: 1px solid var(--line);
}

.jbel-blog-widget .jbel-sidebox--guide {
  background:
    radial-gradient(circle at 90% 0%, rgba(167,108,255,.14), transparent 36%),
    radial-gradient(circle at 10% 100%, rgba(255,47,141,.14), transparent 34%),
    rgba(255, 255, 255, 0.06);
}

.jbel-blog-widget .jbel-sidebox--guide > span {
  color: var(--cream);
  font-size: 12px;
  font-weight: 900;
}

.jbel-blog-widget .jbel-sidebox h2 {
  margin: 6px 0 12px;
  color: #fff;
  font-size: 19px;
}

.jbel-blog-widget .jbel-sidebox p {
  margin: 0;
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.9;
}

.jbel-blog-widget .jbel-sidebox--stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.jbel-blog-widget .jbel-sidebox--stats div {
  padding: 14px;
  border-radius: 20px;
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.075);
}

.jbel-blog-widget .jbel-sidebox--stats strong,
.jbel-blog-widget .jbel-sidebox--stats span {
  display: block;
}

.jbel-blog-widget .jbel-sidebox--stats strong {
  color: #fff;
  font-size: 30px;
  line-height: 1;
}

.jbel-blog-widget .jbel-sidebox--stats span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 12px;
}

.jbel-blog-widget .jbel-cat-list {
  display: grid;
  gap: 8px;
  max-height: 440px;
  overflow: auto;
  padding-left: 4px;
}

.jbel-blog-widget .jbel-cat-list button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 44px;
  padding: 0 12px;
  border-radius: 15px;
  color: rgba(255, 247, 251, 0.74);
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid transparent;
  font-family: inherit;
  cursor: pointer;
  transition: 0.25s ease;
}

.jbel-blog-widget .jbel-cat-list button:hover,
.jbel-blog-widget .jbel-cat-list button.is-active {
  color: #fff;
  border-color: rgba(255, 47, 141, 0.32);
  background: rgba(255, 47, 141, 0.12);
}

.jbel-blog-widget .jbel-cat-list b {
  color: rgba(255, 247, 251, 0.48);
  font-size: 12px;
}

.jbel-blog-widget .jbel-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-height: 320px;
  overflow: auto;
}

.jbel-blog-widget .jbel-tag-list button,
.jbel-blog-widget .jbel-card__tags button {
  display: inline-flex;
  color: rgba(255, 247, 251, 0.7);
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  padding: 8px 10px;
  font-size: 12px;
  font-family: inherit;
  cursor: pointer;
  transition: 0.25s ease;
}

.jbel-blog-widget .jbel-tag-list button:hover,
.jbel-blog-widget .jbel-tag-list button.is-active,
.jbel-blog-widget .jbel-card__tags button:hover {
  color: #fff;
  border-color: rgba(255, 47, 141, 0.34);
  background: rgba(255, 47, 141, 0.13);
}

.jbel-blog-widget .jbel-results-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.jbel-blog-widget .jbel-results-head span {
  color: var(--cream);
  font-size: 13px;
  font-weight: 900;
}

.jbel-blog-widget .jbel-results-head h2 {
  margin: 6px 0 0;
  color: #fff;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.2;
  letter-spacing: -1px;
}

.jbel-blog-widget .jbel-results-head p {
  color: var(--muted);
  margin: 0;
}

.jbel-blog-widget .jbel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.jbel-blog-widget .jbel-card {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 47, 141, 0.1), transparent 35%),
    rgba(255, 255, 255, 0.055);
  border: 1px solid var(--line);
  transition: transform 0.28s ease, border-color 0.28s ease, background 0.28s ease;
}

.jbel-blog-widget .jbel-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 47, 141, 0.32);
  background: rgba(255, 255, 255, 0.075);
}

.jbel-blog-widget .jbel-card--featured {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: 410px;
}

.jbel-blog-widget .jbel-card__media {
  position: relative;
  display: block;
  min-height: 230px;
  overflow: hidden;
  background: #120617;
}

.jbel-blog-widget .jbel-card--featured .jbel-card__media {
  min-height: 100%;
}

.jbel-blog-widget .jbel-card__media img {
  width: 100%;
  height: 100%;
  min-height: 230px;
  object-fit: cover;
  display: block;
  transition: transform 0.42s ease;
}

.jbel-blog-widget .jbel-card:hover .jbel-card__media img {
  transform: scale(1.06);
}

.jbel-blog-widget .jbel-card__fallback {
  height: 100%;
  min-height: 230px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 35%, rgba(255, 47, 141, 0.2), transparent 38%),
    linear-gradient(135deg, #17071f, #07020a);
}

.jbel-blog-widget .jbel-card__fallback span {
  color: rgba(255, 255, 255, 0.08);
  font-size: 38px;
  font-weight: 950;
  letter-spacing: -2px;
}

.jbel-blog-widget .jbel-card__cat {
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 2;
  padding: 9px 12px;
  border-radius: 999px;
  color: var(--card-cat-color, #fff);
  font-size: 12px;
  font-weight: 900;
  background: var(--card-cat-bg, rgba(216, 11, 99, 0.86));
  box-shadow: 0 12px 34px rgba(216, 11, 99, 0.26);
}

.jbel-blog-widget .jbel-card__body {
  padding: 22px;
}

.jbel-blog-widget .jbel-card--featured .jbel-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 4vw, 42px);
}

.jbel-blog-widget .jbel-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: rgba(255, 247, 251, 0.52);
  font-size: 12px;
  margin-bottom: 12px;
}

.jbel-blog-widget .jbel-card__meta span + span::before {
  content: "•";
  color: var(--pink);
  margin-inline: 4px 0;
}

.jbel-blog-widget .jbel-card h3 {
  margin: 0;
  color: #fff;
  font-size: 23px;
  line-height: 1.45;
  letter-spacing: -0.5px;
}

.jbel-blog-widget .jbel-card--featured h3 {
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.18;
  letter-spacing: -1.5px;
}

.jbel-blog-widget .jbel-card h3 a:hover {
  color: var(--cream);
}

.jbel-blog-widget .jbel-card p {
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.9;
}

.jbel-blog-widget .jbel-card--featured p {
  font-size: 15.5px;
}

.jbel-blog-widget .jbel-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 16px;
}

.jbel-blog-widget .jbel-readmore {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-top: 20px;
  color: #fff;
  font-weight: 950;
}

.jbel-blog-widget .jbel-readmore span {
  color: var(--pink);
  transition: transform 0.25s ease;
}

.jbel-blog-widget .jbel-readmore:hover span {
  transform: translateX(-4px);
}

.jbel-blog-widget .jbel-pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 38px;
}

.jbel-blog-widget .jbel-pagination button {
  min-width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  padding: 0 13px;
  border-radius: 15px;
  color: rgba(255, 247, 251, 0.76);
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.09);
  font-family: inherit;
  cursor: pointer;
}

.jbel-blog-widget .jbel-pagination button.is-active {
  color: #fff;
  background: linear-gradient(135deg, var(--pink2), var(--pink));
  border-color: transparent;
}

.jbel-blog-widget .jbel-empty,
.jbel-blog-widget .jbel-error {
  grid-column: 1 / -1;
  text-align: center;
  padding: 80px 20px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid var(--line);
}

.jbel-blog-widget .jbel-empty h2,
.jbel-blog-widget .jbel-error h2 {
  margin: 0;
  color: #fff;
  font-size: 32px;
}

.jbel-blog-widget .jbel-empty p,
.jbel-blog-widget .jbel-error p {
  color: var(--muted);
  margin: 12px auto 0;
  max-width: 520px;
  line-height: 1.9;
}

.jbel-blog-widget .jbel-loading {
  color: var(--muted);
  font-size: 13px;
}

.jbel-blog-widget .jbel-skeleton,
.jbel-blog-widget .jbel-hero-skeleton {
  background:
    linear-gradient(90deg, rgba(255,255,255,.04), rgba(255,255,255,.085), rgba(255,255,255,.04));
  background-size: 220% 100%;
  border: 1px solid var(--line);
  animation: jbelSkeleton 1.2s ease-in-out infinite;
}

.jbel-blog-widget .jbel-skeleton {
  min-height: 360px;
  border-radius: 32px;
}

.jbel-blog-widget .jbel-hero-skeleton {
  min-height: 150px;
  border-radius: 30px;
}

@keyframes jbelSkeleton {
  0% { background-position: 100% 0; }
  100% { background-position: -100% 0; }
}

.jbel-blog-widget .jbel-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.jbel-blog-widget .jbel-reveal.jbel-in {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .jbel-blog-widget .jbel-hero__layout {
    grid-template-columns: 1fr;
  }

  .jbel-blog-widget .jbel-hero__content {
    max-width: 960px;
    margin-inline: auto;
  }

  .jbel-blog-widget .jbel-hero-search,
  .jbel-blog-widget .jbel-study-paths {
    max-width: 760px;
    margin-inline: auto;
  }

  .jbel-blog-widget .jbel-hero-board {
    min-height: auto;
  }

  .jbel-blog-widget .jbel-filter {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jbel-blog-widget .jbel-field--search {
    grid-column: 1 / -1;
  }

  .jbel-blog-widget .jbel-submit,
.jbel-blog-widget .jbel-clear {
    width: 100%;
  }
}

@media (max-width: 1080px) {
  .jbel-blog-widget .jbel-layout {
    grid-template-columns: 1fr;
  }

  .jbel-blog-widget .jbel-sidebar {
    position: relative;
    top: auto;
    grid-template-columns: 1fr 1fr;
  }

  .jbel-blog-widget .jbel-sidebox--guide,
.jbel-blog-widget .jbel-sidebox--stats {
    grid-column: 1 / -1;
  }

  .jbel-blog-widget .jbel-sidebox--stats {
    grid-template-columns: repeat(3, 1fr);
  }

  .jbel-blog-widget .jbel-cat-list,
.jbel-blog-widget .jbel-tag-list {
    max-height: 260px;
  }
}

@media (max-width: 760px) {
  .jbel-blog-widget .jbel-container {
    width: min(100% - 26px, 1220px);
  }

  .jbel-blog-widget .jbel-hero {
    min-height: auto;
    padding: 64px 0 44px;
  }

  .jbel-blog-widget .jbel-sport-icon {
    display: none;
  }

  .jbel-blog-widget .jbel-hero h1 {
    font-size: clamp(38px, 13vw, 66px);
    letter-spacing: -1.4px;
  }

  .jbel-blog-widget .jbel-hero p {
    font-size: 14.5px;
    line-height: 1.9;
  }

  .jbel-blog-widget .jbel-hero-search {
    grid-template-columns: 1fr;
    border-radius: 22px;
  }

  .jbel-blog-widget .jbel-hero-search button {
    width: 100%;
  }

  .jbel-blog-widget .jbel-study-paths {
    grid-template-columns: 1fr;
  }

  .jbel-blog-widget .jbel-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .jbel-blog-widget .jbel-hero-board {
    padding: 12px;
    border-radius: 30px;
  }

  .jbel-blog-widget .jbel-hero-posts {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    min-height: auto;
  }

  .jbel-blog-widget .jbel-hero-card,
.jbel-blog-widget .jbel-hero-card--main {
    grid-row: auto;
    min-height: 250px;
    border-radius: 24px;
  }

  .jbel-blog-widget .jbel-hero-card:not(.jbel-hero-card--main) {
    min-height: 190px;
  }

  .jbel-blog-widget .jbel-filter {
    grid-template-columns: 1fr;
    border-radius: 24px;
    gap: 12px;
  }

  .jbel-blog-widget .jbel-field--search {
    grid-column: auto;
  }

  .jbel-blog-widget .jbel-filter button {
    width: 100%;
  }

  .jbel-blog-widget .jbel-content {
    padding-top: 24px;
    padding-bottom: 72px;
  }

  .jbel-blog-widget .jbel-sidebar {
    grid-template-columns: 1fr;
  }

  .jbel-blog-widget .jbel-sidebox--stats {
    grid-template-columns: 1fr;
  }

  .jbel-blog-widget .jbel-results-head {
    display: grid;
    align-items: start;
  }

  .jbel-blog-widget .jbel-grid {
    grid-template-columns: 1fr;
  }

  .jbel-blog-widget .jbel-card,
.jbel-blog-widget .jbel-card--featured {
    grid-column: auto;
    display: block;
    border-radius: 26px;
    min-height: auto;
  }

  .jbel-blog-widget .jbel-card--featured .jbel-card__media {
    min-height: 260px;
  }

  .jbel-blog-widget .jbel-card--featured h3 {
    font-size: clamp(26px, 8vw, 40px);
    letter-spacing: -0.8px;
  }

  .jbel-blog-widget .jbel-card__body,
.jbel-blog-widget .jbel-card--featured .jbel-card__body {
    padding: 20px;
  }

  .jbel-blog-widget .jbel-kicker {
    font-size: 11px;
  }

  .jbel-blog-widget .jbel-kicker::before,
.jbel-blog-widget .jbel-kicker::after {
    width: 24px;
  }
}

/* Elementor widget container */
.elementor-widget-jb_blog_page,
.elementor-widget-jb_blog_page > .elementor-widget-container {
  width: 100% !important;
  max-width: 100% !important;
  overflow: visible !important;
}

.elementor-section:has(.jbel-blog-widget),
.elementor-container:has(.jbel-blog-widget),
.elementor-column:has(.jbel-blog-widget),
.elementor-widget-wrap:has(.jbel-blog-widget),
.elementor-widget:has(.jbel-blog-widget),
.e-con:has(.jbel-blog-widget),
.e-con-inner:has(.jbel-blog-widget),
.entry-content:has(.jbel-blog-widget),
.site-content:has(.jbel-blog-widget) {
  overflow: visible !important;
  max-width: none !important;
}

.elementor-section.elementor-section-boxed:has(.jbel-blog-widget) > .elementor-container,
.elementor-section:has(.jbel-blog-widget--fullwidth) > .elementor-container {
  max-width: 100% !important;
  width: 100% !important;
  padding-inline: 0 !important;
}

.elementor-widget-jb_blog_page .elementor-widget-container {
  overflow: visible !important;
  padding: 0 !important;
  max-width: none !important;
  width: 100% !important;
}

/* Elementor editor: no 100vw breakout */
.elementor-editor-active .elementor-widget-jb_blog_page,
.elementor-editor-preview .elementor-widget-jb_blog_page {
  width: 100% !important;
  max-width: 100% !important;
}

.elementor-editor-active .jbel-blog-widget,
.elementor-editor-preview .jbel-blog-widget {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  overflow: visible !important;
  opacity: 1 !important;
}

.elementor-editor-active .jbel-blog-widget .jbel-blog,
.elementor-editor-preview .jbel-blog-widget .jbel-blog {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  margin-inline: 0 !important;
}

.elementor-editor-active .jbel-blog-widget .jbel-reveal,
.elementor-editor-preview .jbel-blog-widget .jbel-reveal {
  opacity: 1 !important;
  transform: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .jbel-blog-widget .jbel-blog *,
  .jbel-blog-widget .jbel-blog *::before,
  .jbel-blog-widget .jbel-blog *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
  }
}
