.dsk-blog-hub.dsk-blog-listing-owner-v1{
  --dsk-blog-feed-max: 1120px;
  --dsk-blog-feed-gutter: 20px;
  --dsk-blog-feed-gap: 22px;
  --dsk-blog-feed-card-radius: 12px;
  --dsk-blog-feed-card-bg: #ffffff;
  --dsk-blog-feed-card-border: rgba(2, 8, 20, .08);
  --dsk-blog-feed-card-shadow: 0 10px 26px rgba(2, 8, 20, .08);
  --dsk-blog-feed-ink: #0b1220;
  --dsk-blog-feed-muted: rgba(11, 18, 32, .72);
}.dsk-blog-hub.dsk-blog-listing-owner-v1 .dsk-blog-feed{
  background: transparent;
  padding-top: 18px;
  padding-bottom: 46px;
}.dsk-blog-hub.dsk-blog-listing-owner-v1 .dsk-blog-feed__container{
  width: min(var(--dsk-blog-feed-max), calc(100% - (var(--dsk-blog-feed-gutter) * 2)));
  max-width: var(--dsk-blog-feed-max);
  margin-inline: auto;
  box-sizing: border-box;
}.dsk-blog-hub.dsk-blog-listing-owner-v1 .dsk-blog-feed__row{
  padding-top: 18px;
  padding-bottom: 18px;
}.dsk-blog-hub.dsk-blog-listing-owner-v1 .dsk-blog-card-section__content{
  padding-bottom: 0;
}.dsk-blog-hub.dsk-blog-listing-owner-v1 .dsk-blog-section-title{
  margin: 10px 0;
  padding: 0;
  color: var(--dsk-blog-feed-ink);
  font-size: clamp(1.375rem, 2.4vw, 2rem);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -.02em;
}.dsk-blog-hub.dsk-blog-listing-owner-v1 .dsk-blog-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: var(--dsk-blog-feed-gap);
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}.dsk-blog-hub.dsk-blog-listing-owner-v1 .dsk-blog-card{
  position: relative;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  height: var(--dsk-hub-card-h, 460px);
  overflow: hidden;
  border: 1px solid var(--dsk-blog-feed-card-border);
  border-radius: var(--dsk-blog-feed-card-radius);
  background: var(--dsk-blog-feed-card-bg);
  box-shadow: var(--dsk-blog-feed-card-shadow);
  transform: translateY(0);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}.dsk-blog-hub.dsk-blog-listing-owner-v1 .dsk-blog-card__body{
  display: flex;
  flex: 1;
  flex-direction: column;
  height: 100%;
}.dsk-blog-hub.dsk-blog-listing-owner-v1 .dsk-blog-card__media{
  position: relative;
  width: 100%;
  margin: 0;
}.dsk-blog-hub.dsk-blog-listing-owner-v1 .dsk-blog-card__image{
  margin: 0;
  border-radius: 0;
  background-size: cover;
  background-position: center;
}.dsk-blog-hub.dsk-blog-listing-owner-v1 .dsk-blog-card__content{
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 11px;
  padding: 18px 19px 20px;
}.dsk-blog-hub.dsk-blog-listing-owner-v1 .dsk-blog-card__title{
  margin: 0;
  color: var(--dsk-blog-feed-ink);
  font-weight: 800;
  line-height: 1.24;
}.dsk-blog-hub.dsk-blog-listing-owner-v1 .dsk-blog-card__summary{
  display: -webkit-box;
  flex: 1 1 auto;
  min-height: calc(1.64em * 4);
  max-height: calc(1.64em * 4);
  margin: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  color: var(--dsk-blog-feed-muted);
  font-size: .9375rem;
  line-height: 1.64;
}.dsk-blog-hub.dsk-blog-listing-owner-v1 .dsk-blog-card__link{
  margin-top: auto;
}.dsk-blog-hub.dsk-blog-listing-owner-v1 .dsk-blog-card__link a{
  color: rgba(76, 29, 149, 1);
  font-weight: 800;
  text-decoration: none;
  text-underline-offset: .18em;
  text-decoration-skip-ink: auto;
}

@media (hover: hover) and (pointer: fine) {.dsk-blog-hub.dsk-blog-listing-owner-v1 .dsk-blog-card:hover{
    transform: translateY(-2px);
    border-color: rgba(76, 29, 149, .18);
    box-shadow: 0 14px 34px rgba(2, 8, 20, .10);
  }
}

@media (max-width: 992px) {.dsk-blog-hub.dsk-blog-listing-owner-v1 .dsk-blog-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.dsk-blog-hub.dsk-blog-listing-owner-v1 .dsk-blog-card{
    height: auto;
    min-height: 0;
    overflow: visible !important;
  }.dsk-blog-hub.dsk-blog-listing-owner-v1 .dsk-blog-card__body{
    height: auto;
    min-height: 0;
  }.dsk-blog-hub.dsk-blog-listing-owner-v1 .dsk-blog-card__content{
    flex: none;
    min-height: 0;
  }.dsk-blog-hub.dsk-blog-listing-owner-v1 .dsk-blog-card__summary{
    display: block;
    min-height: 0;
    max-height: none;
    overflow: visible;
    -webkit-line-clamp: unset;
    line-clamp: unset;
  }
}

@media (max-width: 640px) {.dsk-blog-hub.dsk-blog-listing-owner-v1 .dsk-blog-feed{
    padding-top: 18px;
    padding-bottom: 40px;
  }.dsk-blog-hub.dsk-blog-listing-owner-v1 .dsk-blog-feed__container{
    width: calc(100% - 32px);
  }.dsk-blog-hub.dsk-blog-listing-owner-v1 .dsk-blog-section-title{
    margin: 8px 0;
    font-size: 1.375rem;
  }.dsk-blog-hub.dsk-blog-listing-owner-v1 .dsk-blog-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.dsk-blog-hub.dsk-blog-listing-owner-v1 .dsk-blog-card{
    height: auto;
    min-height: 0;
  }.dsk-blog-hub.dsk-blog-listing-owner-v1 .dsk-blog-card__body{
    height: auto;
    min-height: 0;
  }.dsk-blog-hub.dsk-blog-listing-owner-v1 .dsk-blog-card__content{
    display: block;
    padding: 14px 15px 16px;
  }.dsk-blog-hub.dsk-blog-listing-owner-v1 .dsk-blog-card__title{
    display: block;
    margin: 0 0 10px;
    white-space: normal;
    font-size: 1.125rem;
    line-height: 1.25;
  }.dsk-blog-hub.dsk-blog-listing-owner-v1 .dsk-blog-card__summary{
    display: block;
    min-height: 0;
    max-height: none;
    margin: 0 0 10px;
    overflow: visible;
    -webkit-line-clamp: unset;
    color: rgba(17, 17, 17, .74);
    font-size: .875rem;
    line-height: 1.45;
  }
}

@media (prefers-reduced-motion: reduce) {.dsk-blog-hub.dsk-blog-listing-owner-v1 .dsk-blog-card{
    transition: none;
  }.dsk-blog-hub.dsk-blog-listing-owner-v1 .dsk-blog-card:hover{
    transform: none;
  }
}

/* Stage 20260516: PL blog listing card text/CTA clipping guard.
   Keep this scoped to blog listing owner cards; article pages and EN remain untouched. */
body.dsk-blog-hub.dsk-blog-hub--index.dsk-blog-listing-owner-v1 #blog li.items-grid__item.sb-blog-card,
body.dsk-blog-hub.dsk-blog-hub--index.dsk-blog-listing-owner-v1 #blog li.items-grid__item.sb-blog-card.dsk-blog-card{
  height:auto !important;
  min-height:0 !important;
}

body.dsk-blog-hub.dsk-blog-hub--index.dsk-blog-listing-owner-v1 #blog li.items-grid__item.sb-blog-card .items-grid__item-body,
body.dsk-blog-hub.dsk-blog-hub--index.dsk-blog-listing-owner-v1 #blog li.items-grid__item.sb-blog-card .dsk-blog-card__body{
  height:100% !important;
  min-height:0 !important;
}

body.dsk-blog-hub.dsk-blog-hub--index.dsk-blog-listing-owner-v1 #blog li.items-grid__item.sb-blog-card .items-grid__item-content,
body.dsk-blog-hub.dsk-blog-hub--index.dsk-blog-listing-owner-v1 #blog li.items-grid__item.sb-blog-card .dsk-blog-card__content{
  display:flex !important;
  flex:1 1 auto !important;
  flex-direction:column !important;
  min-height:0 !important;
  height:auto !important;
  max-height:none !important;
  overflow:visible !important;
}

body.dsk-blog-hub.dsk-blog-hub--index.dsk-blog-listing-owner-v1 #blog li.items-grid__item.sb-blog-card .items-grid__summary,
body.dsk-blog-hub.dsk-blog-hub--index.dsk-blog-listing-owner-v1 #blog li.items-grid__item.sb-blog-card .dsk-blog-card__summary{
  display:block !important;
  flex:0 1 auto !important;
  min-height:0 !important;
  max-height:none !important;
  overflow:visible !important;
  -webkit-line-clamp:unset !important;
  line-clamp:unset !important;
}

body.dsk-blog-hub.dsk-blog-hub--index.dsk-blog-listing-owner-v1 #blog li.items-grid__item.sb-blog-card .items-grid__link,
body.dsk-blog-hub.dsk-blog-hub--index.dsk-blog-listing-owner-v1 #blog li.items-grid__item.sb-blog-card .dsk-blog-card__link{
  display:block !important;
  flex:0 0 auto !important;
  margin-top:auto !important;
  padding-top:12px !important;
  opacity:1 !important;
  visibility:visible !important;
}

body.dsk-blog-hub.dsk-blog-hub--index.dsk-blog-listing-owner-v1 #blog li.items-grid__item.sb-blog-card .items-grid__link a,
body.dsk-blog-hub.dsk-blog-hub--index.dsk-blog-listing-owner-v1 #blog li.items-grid__item.sb-blog-card .dsk-blog-card__link a{
  display:inline-flex !important;
  align-items:center;
  max-width:100%;
  white-space:normal;
  opacity:1 !important;
  visibility:visible !important;
}

@media (min-width: 641px) and (max-width: 1023px) {
  .dsk-blog-hub.dsk-blog-listing-owner-v1 #blog.dsk-blog-feed {
    padding-left: 0;
    padding-right: 0;
  }
}

/* dsk-blog-pc-rail-symmetry-guarded-v1
   The blog hub rail must not collapse back to the legacy 1120-1320px shell
   on wide desktop. Keep listing, filters, intro and hero on one symmetric axis. */
@media (min-width: 1024px) {
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-blog-hub {
    --dsk-blog-wide-axis-rail: min(calc(100vw - 40px), 1728px);
    --dsk-blog-wide-axis-left: max(20px, calc((100vw - var(--dsk-blog-wide-axis-rail)) / 2));
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-blog-hub #blog.dsk-blog-feed {
    padding-left: 0;
    padding-right: 0;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-blog-hub .dsk-blog-quicknav,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-blog-hub .section-intro {
    width: var(--dsk-blog-wide-axis-rail);
    max-width: var(--dsk-blog-wide-axis-rail);
    margin-left: var(--dsk-blog-wide-axis-left);
    margin-right: auto;
    box-sizing: border-box;
  }
}

@media (min-width: 1181px) {
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-blog-hub {
    --dsk-blog-wide-axis-rail: var(--dsk-global-nav-footer-rail, min(calc(100vw - clamp(96px, 8vw, 180px)), 1728px));
    --dsk-blog-wide-axis-left: calc((100vw - var(--dsk-blog-wide-axis-rail)) / 2);
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-blog-hub #blog-hero .dsk-about-hero__inner,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-blog-hub .dsk-hub-filters__inner,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-blog-hub .dsk-blog-quicknav,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-blog-hub .dsk-blog-pagination,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-blog-hub .section-intro,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-blog-hub .dsk-blog-listing-owner__rail,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-blog-hub #blog > .container.sb-container-fixed,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-blog-hub #blog .container.sb-container-fixed {
    width: var(--dsk-blog-wide-axis-rail) !important;
    max-width: var(--dsk-blog-wide-axis-rail) !important;
    margin-left: var(--dsk-blog-wide-axis-left) !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-blog-hub .dsk-hub-filters__inner,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-blog-hub .dsk-blog-quicknav,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-blog-hub .dsk-blog-pagination,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-blog-hub .section-intro {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-blog-hub main#main-content #blog#blog > .container.sb-container-fixed.sb-container,
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-blog-hub main#main-content #blog#blog .container.sb-container-fixed.sb-container {
    width: var(--dsk-blog-wide-axis-rail) !important;
    max-width: var(--dsk-blog-wide-axis-rail) !important;
    flex-basis: var(--dsk-blog-wide-axis-rail) !important;
    margin-left: var(--dsk-blog-wide-axis-left) !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 1900px) {
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-blog-hub {
    --dsk-global-nav-footer-rail: min(calc(100vw - clamp(160px, 10vw, 280px)), 1760px);
    --dsk-blog-wide-axis-rail: var(--dsk-global-nav-footer-rail);
    --dsk-blog-wide-axis-left: calc((100vw - var(--dsk-blog-wide-axis-rail)) / 2);
  }
}

/* Blog release stability: keep the hero title measure independent from late
   font/ch metrics so the filter rail does not jump during first paint. */
@media (min-width: 1024px) {
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-blog-hub.dsk-blog-hub--index.dsk-blog-listing-owner-v1 main#main-content #blog-hero.dsk-hub-hero .dsk-about-hero__title {
    width: min(920px, 100%);
    max-width: min(920px, calc(100vw - 160px));
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-blog-hub:not(.dsk-blog-hub--index) main#main-content #blog-hero.dsk-hub-hero .dsk-about-hero__title {
    width: min(960px, 100%);
    max-width: min(960px, calc(100vw - 160px));
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-blog-hub:not(.dsk-blog-hub--index) main#main-content #blog-hero.dsk-hub-hero .dsk-about-hero__subtitle {
    width: min(782px, calc(100vw - 160px));
    max-width: min(782px, calc(100vw - 160px));
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-blog-hub.dsk-blog-hub--title-2line:not(.dsk-blog-hub--index) main#main-content #blog-hero.dsk-hub-hero .dsk-about-hero__title {
    min-height: calc(2 * 1.06em);
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-blog-hub.dsk-blog-hub--subtitle-3line:not(.dsk-blog-hub--index) main#main-content #blog-hero.dsk-hub-hero .dsk-about-hero__subtitle {
    min-height: calc(3 * 1.55em);
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-blog-hub.dsk-blog-hub--subtitle-4line:not(.dsk-blog-hub--index) main#main-content #blog-hero.dsk-hub-hero .dsk-about-hero__subtitle {
    min-height: calc(4 * 1.55em);
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-blog-hub.dsk-blog-hub--subtitle-5line:not(.dsk-blog-hub--index) main#main-content #blog-hero.dsk-hub-hero .dsk-about-hero__subtitle {
    min-height: calc(5 * 1.55em);
  }
}

@media (min-width: 1900px) {
  :is(html[lang="pl"], html[lang="uk"]) body.dsk-blog-hub.dsk-blog-hub--index.dsk-blog-listing-owner-v1 main#main-content #blog-hero.dsk-hub-hero .dsk-about-hero__title {
    --dsk-blog-hero-title-width: min(980px, 100%);
    --dsk-blog-hero-title-max: min(980px, calc(100vw - 220px));
    width: min(980px, 100%);
    max-width: min(980px, calc(100vw - 220px));
  }

  :is(html[lang="pl"], html[lang="uk"]) body.dsk-blog-hub:not(.dsk-blog-hub--index) main#main-content #blog-hero.dsk-hub-hero .dsk-about-hero__title {
    width: min(1060px, 100%);
    max-width: min(1060px, calc(100vw - 220px));
  }
}
