.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% - 24px);
  }.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;
}

/* 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: 1600px) {
  body.dsk-blog-hub.dsk-blog-hub--index.dsk-blog-listing-owner-v1 {
    --dsk-blog-wide-axis-rail: min(1600px, calc(100vw - 220px));
  }

  body.dsk-blog-hub.dsk-blog-hub--index.dsk-blog-listing-owner-v1 #blog-hero .dsk-about-hero__inner,
  body.dsk-blog-hub.dsk-blog-hub--index.dsk-blog-listing-owner-v1 .dsk-hub-filters__inner,
  body.dsk-blog-hub.dsk-blog-hub--index.dsk-blog-listing-owner-v1 .dsk-blog-quicknav,
  body.dsk-blog-hub.dsk-blog-hub--index.dsk-blog-listing-owner-v1 .section-intro,
  body.dsk-blog-hub.dsk-blog-hub--index.dsk-blog-listing-owner-v1 #blog > .container.sb-container-fixed,
  body.dsk-blog-hub.dsk-blog-hub--index.dsk-blog-listing-owner-v1 #blog .container.sb-container-fixed {
    width: var(--dsk-blog-wide-axis-rail) !important;
    max-width: var(--dsk-blog-wide-axis-rail) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

  body.dsk-blog-hub.dsk-blog-hub--index.dsk-blog-listing-owner-v1 .dsk-hub-filters__inner,
  body.dsk-blog-hub.dsk-blog-hub--index.dsk-blog-listing-owner-v1 .dsk-blog-quicknav,
  body.dsk-blog-hub.dsk-blog-hub--index.dsk-blog-listing-owner-v1 .section-intro {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  html[lang="pl"] body#sb-body-data-attr.dsk-blog-hub.dsk-blog-hub--index.dsk-blog-listing-owner-v1 main#main-content #blog#blog > .container.sb-container-fixed.sb-container,
  html[lang="pl"] body#sb-body-data-attr.dsk-blog-hub.dsk-blog-hub--index.dsk-blog-listing-owner-v1 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: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
