.mixed-section-v1{background-color:var(--color-white);}
.mixed-grid-v1{display:grid;grid-template-columns:1.4fr 1fr;gap:20px;}
.mixed-left{display:flex;flex-direction:column;gap:20px;}
.mixed-featured{display:flex;flex-direction:column;gap:20px;}
.mixed-featured-image .img-wrapper{height:400px;padding-bottom:0;}
.mixed-featured-content{display:flex;flex-direction:column;gap:12px;}
.mixed-featured-title{font-size:var(--fs-mixed-featured-title,28px);font-weight:700;line-height:1.3;color:var(--color-news-title);}
.mixed-featured-title a:hover{color:var(--color-primary);}
.mixed-featured-excerpt{font-size:var(--fs-mixed-featured-excerpt,15px);line-height:1.6;color:var(--color-text-light);}
.mixed-double-list{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;padding-top:20px;border-top:1px solid var(--color-border-light);}
.mixed-sidebar{display:flex;flex-direction:column;gap:20px;}
.mixed-top-cards,.mixed-bottom-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;}
.mixed-list{display:flex;flex-direction:column;gap:16px;}
.mixed-sidebar .mixed-list{padding:20px 0;border-top:1px solid var(--color-border-light);border-bottom:1px solid var(--color-border-light);}
@media (max-width:1024px){
.mixed-grid-v1{grid-template-columns:1fr;gap:40px;}
.mixed-featured-image .img-wrapper{height:350px;}
.mixed-double-list{gap:20px;}
.mixed-sidebar{gap:16px;}
}
@media (max-width:768px){
.mixed-grid-v1{gap:16px;}
.mixed-featured-image .img-wrapper{height:280px;}
.mixed-featured-title{font-size:var(--fs-mixed-featured-title,24px);}
.mixed-double-list{grid-template-columns:1fr;gap:16px;padding-top:16px;}
.mixed-top-cards,.mixed-bottom-cards{grid-template-columns:1fr;gap:15px;}
.mixed-top-cards .news-card,.mixed-bottom-cards .news-card{flex-direction:row;gap:15px;}
.mixed-top-cards .news-card .img-wrapper,.mixed-bottom-cards .news-card .img-wrapper{width:120px;height:90px;padding-bottom:0;flex-shrink:0;}
.mixed-top-cards .news-card > div:not(.img-wrapper),.mixed-bottom-cards .news-card > div:not(.img-wrapper){flex:1;justify-content:center;}
.mixed-top-cards .news-card .card-mini-thumb-title,.mixed-bottom-cards .news-card .card-mini-thumb-title{margin-bottom:6px;}
.mixed-list .img-fixed{width:120px;height:90px;}
.mixed-list{gap:16px;}
.mixed-sidebar .mixed-list{gap:16px;padding:0;border-top:0;border-bottom:0;}
/* Nadpisuje niescope'owaną .article-horizontal,.article-vertical{padding:0 15px}
   z hero.css (błąd zgłoszony przez klienta — zostawiony tam celowo, dotyka
   zbyt wielu innych sekcji). Podwójna klasa (2 specyficzność) wygrywa
   niezależnie od kolejności enqueue, nie tylko dzięki niej. */
.article-horizontal.mixed-v1-list-item{padding:0;}
}
@media (max-width:480px){
.mixed-featured-image .img-wrapper{height:220px;}
}
.mixed-section-v2{background-color:var(--color-white);}
.mixed-grid-v2{display:grid;grid-template-columns:1.5fr 1fr;gap:20px;}
.mixed-left-v2{display:flex;flex-direction:column;gap:0;}
.mixed-left-v2 .article-featured{min-height:400px;border-radius:8px;}
.mixed-bottom-cards-v2{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
.mixed-sidebar-v2{display:flex;flex-direction:column;gap:20px;}
.mixed-v2-sidebar-title{font-size:16px;}
@media (max-width:1024px){
.mixed-grid-v2{grid-template-columns:1fr;gap:20px;}
.mixed-left-v2 .article-featured{min-height:420px;}
.mixed-bottom-cards-v2{grid-template-columns:repeat(3,1fr);}
.mixed-sidebar-v2{gap:16px;}
}
@media (max-width:768px){
.mixed-grid-v2{gap:16px;}
.mixed-left-v2 .article-featured{min-height:340px;}
.mixed-bottom-cards-v2{grid-template-columns:1fr;gap:15px;}
.mixed-bottom-cards-v2 .news-card{flex-direction:row;gap:15px;}
.mixed-bottom-cards-v2 .news-card .img-wrapper{width:120px;height:90px;padding-bottom:0;flex-shrink:0;margin-bottom:0;}
.mixed-bottom-cards-v2 .news-card .badge{display:none;}
.mixed-bottom-cards-v2 .news-card .news-card-meta-category{display:inline;color:var(--color-news-date);}
.mixed-bottom-cards-v2 .news-card .news-meta{font-size:var(--hero-fs-meta);gap:4px;font-weight:500;}
.mixed-bottom-cards-v2 .news-card .news-meta svg{display:none;}
.mixed-bottom-cards-v2 .news-card .news-card-content{flex:1;display:flex;flex-direction:column;justify-content:center;}
.mixed-bottom-cards-v2 .news-card .card-basic-title{margin-bottom:6px;font-size:16px;line-height:1.4;transition:all 0.3s ease;}
.mixed-sidebar-v2{gap:16px;}
.article-horizontal.mixed-v2-sidebar-item{padding:0;}
}
@media (max-width:480px){
.mixed-left-v2 .article-featured{min-height:280px;}
}
.mixed-section-v3{background-color:var(--color-white);}
.mixed-grid-v3{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
.mixed-left-v3{display:flex;flex-direction:column;gap:0;}
.mixed-left-v3 .article-featured{min-height:400px;border-radius:8px;}
.mixed-news-grid-v3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
@media (max-width:1024px){
.mixed-grid-v3{grid-template-columns:1fr;gap:20px;}
.mixed-left-v3 .article-featured{min-height:360px;}
.mixed-news-grid-v3{grid-template-columns:repeat(3,1fr);gap:20px;}
}
@media (max-width:768px){
.mixed-left-v3 .article-featured{min-height:320px;}
.mixed-left-v3 .hero-v4-breaking{margin-top:0;}
.mixed-left-v3 .hero-v4-breaking-list article{padding:0;}
.mixed-left-v3 .hero-v4-breaking-list .news-title-base{margin-bottom:6px;}
.mixed-news-grid-v3{grid-template-columns:1fr;gap:15px;}
.mixed-news-grid-v3 .news-card{flex-direction:row;gap:15px;}
.mixed-news-grid-v3 .news-card .img-wrapper{width:120px;height:90px;padding-bottom:0;flex-shrink:0;margin-bottom:0;}
.mixed-news-grid-v3 .news-card .article-content{flex:1;display:flex;flex-direction:column;justify-content:center;}
.mixed-news-grid-v3 .news-card .card-compact-title{margin-bottom:6px;font-size:16px;line-height:1.4;}
.mixed-news-grid-v3 .news-card .card-compact-meta{font-size:var(--hero-fs-meta);}
}
.mixed-section-v4{background-color:var(--color-white);}
.mixed-grid-v4{display:grid;grid-template-columns:1.2fr 1.1fr 1fr;gap:20px;}
.mixed-col-v4{display:flex;flex-direction:column;}
.mixed-col-v4:first-child .article-featured{min-height:570px;border-radius:8px;}
.news-card-featured{display:flex;flex-direction:column;}
.mixed-top-cards-v4{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;}
.mixed-list-v4{display:flex;flex-direction:column;gap:16px;}
.mixed-right-list-v4{display:flex;flex-direction:column;gap:20px;}
@media (max-width:1024px){
.mixed-grid-v4{grid-template-columns:repeat(2,1fr);gap:20px;}
.mixed-col-v4:first-child .article-featured{min-height:610px;}
.mixed-col-v4:nth-child(3){grid-column:span 2;display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:start;}
.mixed-col-v4:nth-child(3) .news-card-featured .img-wrapper{padding-bottom:45%;}
.mixed-right-list-v4 .article-horizontal-img-right-title{font-size:16px;}
}
@media (max-width:768px){
.mixed-grid-v4{grid-template-columns:1fr;gap:16px;}
.mixed-col-v4:first-child .article-featured{min-height:280px;margin-bottom:10px;}
.mixed-col-v4:nth-child(3){grid-column:span 1;display:flex;flex-direction:column;}
.mixed-col-v4:nth-child(3) .news-card-featured{flex-direction:row;gap:15px;align-items:center;margin-bottom:0;}
.mixed-col-v4:nth-child(3) .news-card-featured .img-wrapper{width:120px;height:90px;padding-bottom:0;flex-shrink:0;margin-bottom:0;}
.mixed-col-v4:nth-child(3) .news-card-featured .badge{display:none;}
.mixed-col-v4:nth-child(3) .news-card-featured .article-content{flex:1;display:flex;flex-direction:column;justify-content:center;}
.mixed-col-v4:nth-child(3) .news-card-featured .card-featured-inline-title{font-size:16px;line-height:1.4;margin-bottom:6px;}
.mixed-col-v4:nth-child(3) .news-card-featured .card-featured-inline-meta{font-size:var(--hero-fs-meta);}
.mixed-top-cards-v4{grid-template-columns:1fr;gap:15px;margin-bottom:15px;}
.mixed-top-cards-v4 .news-card{flex-direction:row;gap:15px;}
.mixed-top-cards-v4 .news-card .img-wrapper{width:120px;height:90px;padding-bottom:0;flex-shrink:0;margin-bottom:0;}
.mixed-top-cards-v4 .news-card .article-content{flex:1;display:flex;flex-direction:column;justify-content:center;}
.mixed-top-cards-v4 .news-card .card-compact-title{margin-bottom:6px;font-size:16px;line-height:1.4;}
.mixed-top-cards-v4 .news-card .card-compact-meta{font-size:var(--hero-fs-meta);}
.mixed-list-v4{gap:16px;}
.mixed-list-v4 .img-fixed{width:120px;height:90px;}
.mixed-list-v4 .article-horizontal{padding:0;}
.mixed-right-list-v4{gap:16px;}
.mixed-right-list-v4 .img-fixed{width:120px;height:90px;}
.mixed-right-list-v4 .article-horizontal{padding:0;}
.mixed-right-list-v4 .article-horizontal-img-right-title{margin-bottom:6px;}
.mixed-right-list-v4 .article-horizontal-img-right-meta{margin-top:0;}
}
@media (max-width:480px){
.mixed-col-v4:first-child .article-featured{min-height:220px;}
}
.mixed-section-v5{background-color:var(--color-white);}
.mixed-grid-v5{display:grid;grid-template-columns:3fr 1fr;gap:20px;}
.mixed-col-v5-left{display:flex;flex-direction:column;}
.mixed-v5-featured-row{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;}
.mixed-v5-featured-row .article-featured{min-height:320px;border-radius:8px;}
.mixed-v5-featured-title{border-left:4px solid var(--color-primary);padding-left:20px;}
.mixed-v5-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.mixed-col-v5-right{display:flex;flex-direction:column;gap:15px;}
.mixed-v5-featured-row .article-featured:nth-child(2) .badge{display:none;}
@media (max-width:1024px){
.mixed-grid-v5{grid-template-columns:1fr;gap:40px;}
.mixed-v5-featured-row{grid-template-columns:repeat(2,1fr);gap:20px;}
.mixed-v5-featured-row .article-featured{min-height:360px;}
.mixed-v5-cards-grid{grid-template-columns:repeat(3,1fr);gap:20px;}
.mixed-col-v5-right{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;align-items:start;}
}
@media (max-width:768px){
.mixed-grid-v5{gap:16px;}
.mixed-v5-featured-row{grid-template-columns:1fr;gap:15px;margin-bottom:15px;}
.mixed-v5-featured-row .article-featured{min-height:280px;}
.mixed-v5-featured-row .article-featured .mixed-v5-featured-title{font-size:20px;line-height:1.3;}
.mixed-v5-featured-row .article-featured:nth-child(2){display:flex;flex-direction:row;align-items:center;gap:15px;min-height:0;border-radius:0;overflow:visible;}
.mixed-v5-featured-row .article-featured:nth-child(2) .img-fill-absolute{position:static;display:block;width:120px;height:90px;flex-shrink:0;border-radius:8px;object-fit:cover;}
.mixed-v5-featured-row .article-featured:nth-child(2) .overlay-gradient{position:static;background:none;padding:0;flex:1;display:flex;flex-direction:column;}
.mixed-v5-featured-row .article-featured:nth-child(2) .mixed-v5-featured-title{font-size:16px;line-height:1.4;margin-bottom:0;color:var(--color-news-title);border:none;padding:0;}
.mixed-v5-featured-row .article-featured:nth-child(2) .badge{display:block;order:1;margin:4px 0 0;background:none;color:var(--color-news-date);font-size:var(--hero-fs-meta);font-weight:500;text-transform:none;letter-spacing:normal;padding:0;border-radius:0;}
.mixed-v5-cards-grid{grid-template-columns:1fr;gap:15px;}
.mixed-v5-cards-grid .news-card{flex-direction:row;gap:15px;}
.mixed-v5-cards-grid .news-card .img-wrapper{width:120px;height:90px;padding-bottom:0;flex-shrink:0;margin-bottom:0;}
.mixed-v5-cards-grid .news-card .article-content{flex:1;display:flex;flex-direction:column;justify-content:center;}
.mixed-v5-cards-grid .news-card .card-compact-title{margin-bottom:6px;font-size:16px;line-height:1.4;}
.mixed-v5-cards-grid .news-card .card-compact-meta{font-size:var(--hero-fs-meta);}
.mixed-col-v5-right{display:flex;flex-direction:column;gap:16px;}
.mixed-col-v5-right .img-fixed{width:120px;height:90px;}
.mixed-col-v5-right .article-horizontal{padding:0;}
.mixed-col-v5-right .article-horizontal-img-right-title{margin-bottom:6px;}
.mixed-col-v5-right .article-horizontal-img-right-meta{margin-top:0;}
}
@media (max-width:480px){
.mixed-v5-featured-row .article-featured:first-child{min-height:220px;}
.mixed-v5-featured-title{padding-left:16px;border-left-width:3px;}
}
.mixed-grid-v7{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:auto auto auto;gap:24px;}
.mixed-v7-featured{grid-column:1;grid-row:1 / 3;}
.mixed-v7-featured .news-card-overlay{height:100%;min-height:240px;}
.mixed-v7-quad{grid-column:2 / 4;grid-row:1 / 3;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:24px;}
.mixed-v7-bottom-row{grid-column:1 / 4;grid-row:3;display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.mixed-v7-links{grid-column:4;grid-row:1 / 4;align-self:start;background:var(--color-bg-light);border-radius:8px;padding:20px;box-sizing:border-box;}
.mixed-v7-links--white{background:var(--color-white);border:1px solid var(--color-border-light);}
.mixed-v7-links-list{list-style:none;margin:0;padding:0;}
.mixed-v7-links-list li{border-top:1px solid var(--color-border-light);}
.mixed-v7-links-list li:first-child{border-top:0;}
.mixed-v7-links-list a{display:block;padding:12px 0;font-size:15px;line-height:1.4;color:var(--color-text,#1a1a1a);text-decoration:none;transition:color 0.2s ease;}
.mixed-v7-links-list a:hover{color:var(--color-primary,#52b8fa);}
.mixed-links-toggle{display:none;}
@media (max-width:1024px){
.mixed-grid-v7{grid-template-columns:repeat(2,1fr);grid-template-rows:auto auto auto auto;}
.mixed-v7-featured{grid-column:1 / 3;grid-row:1;}
.mixed-v7-featured .news-card-overlay{height:260px;min-height:0;}
.mixed-v7-quad{grid-column:1 / 3;grid-row:2;}
.mixed-v7-bottom-row{grid-column:1 / 3;grid-row:3;}
.mixed-v7-links{grid-column:1 / 3;grid-row:4;}
}
@media (max-width:768px){
.mixed-grid-v7{grid-template-columns:1fr;grid-template-rows:auto;gap:15px;}
.mixed-v7-featured,.mixed-v7-quad,.mixed-v7-bottom-row,.mixed-v7-links{grid-column:1 !important;grid-row:auto !important;}
.mixed-v7-quad,.mixed-v7-bottom-row{grid-template-columns:1fr;gap:15px;}
.mixed-v7-featured .news-card-overlay{height:240px;}
.mixed-v7-featured .card-overlay-title{font-size:var(--hero-fs-title);}
.mixed-v7-quad .news-card,.mixed-v7-bottom-row .news-card{flex-direction:row;gap:15px;}
.mixed-v7-quad .news-card .img-wrapper,.mixed-v7-bottom-row .news-card .img-wrapper{width:120px;height:90px;padding-bottom:0;flex-shrink:0;margin-bottom:0;}
.mixed-v7-quad .news-card .badge,.mixed-v7-bottom-row .news-card .badge{display:none;}
.mixed-v7-quad .news-card .news-card-content,.mixed-v7-bottom-row .news-card .news-card-content{flex:1;display:flex;flex-direction:column;justify-content:center;}
.mixed-v7-quad .news-card .card-basic-title,.mixed-v7-bottom-row .news-card .card-basic-title{margin-bottom:6px;font-size:16px;line-height:1.4;}
.mixed-v7-quad .news-card .news-card-meta-category,.mixed-v7-bottom-row .news-card .news-card-meta-category{display:inline;color:var(--color-news-date);}
.mixed-v7-quad .news-card .news-meta,.mixed-v7-bottom-row .news-card .news-meta{font-size:var(--hero-fs-meta);gap:4px;font-weight:500;}
.mixed-v7-quad .news-card .news-meta svg,.mixed-v7-bottom-row .news-card .news-meta svg{display:none;}
/* Boks "Pozostałe" (rozwiń/zwiń) — klasy generyczne (mixed-links-*),
   współdzielone przez V7 i V8 (dodane 7.43.118), żeby nie duplikować
   tego samego mechanizmu dla każdego wariantu z osobna. */
.mixed-links-extra{display:none;}
.mixed-links-box.is-expanded .mixed-links-extra{display:list-item;}
.mixed-links-toggle{display:flex;align-items:center;justify-content:flex-end;gap:6px;width:100%;margin-top:12px;padding:0;background:none;border:0;font-size:var(--hero-fs-14);font-weight:700;color:var(--color-primary,#52b8fa);cursor:pointer;text-align:right;transition:color 0.2s ease;}
.mixed-links-toggle::after{content:'';width:12px;height:12px;flex-shrink:0;background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black' stroke-width='3'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black' stroke-width='3'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;transform:rotate(-90deg);transition:transform 0.3s ease;}
.mixed-links-box.is-expanded .mixed-links-toggle::after{transform:rotate(0deg);}
.mixed-links-toggle:hover{color:var(--color-menu,#282837);}
}
.mixed-grid-v8{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;}
.mixed-v8-row1{grid-column:1 / 4;display:flex;gap:24px;}
.mixed-v8-featured{flex:2.08 1 0;min-width:0;display:flex;}
.mixed-v8-featured .news-card-overlay{flex:1 1 auto;height:290px;}
.mixed-v8-featured .card-split-solid{flex:1 1 auto;height:290px;}
.mixed-v8-row1-extra{flex:1 1 0;min-width:0;}
.mixed-v8-row1-extra .news-meta:has(.news-card-meta-category:last-child) svg,.mixed-v8-row2-item .news-meta:has(.news-card-meta-category:last-child) svg{display:none;}
.mixed-v8-row2{grid-column:1 / 4;display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.mixed-v8-links{grid-column:4;grid-row:1 / 3;align-self:start;background:var(--color-bg-light);border-radius:8px;padding:20px;box-sizing:border-box;}
.mixed-v8-links--white{background:var(--color-white);border:1px solid var(--color-border-light);}
@media (max-width:1024px){
.mixed-grid-v8{grid-template-columns:repeat(2,1fr);}
.mixed-v8-row1{display:contents;}
.mixed-v8-featured{grid-column:1 / 3;}
.mixed-v8-row2{display:contents;}
.mixed-v8-links{grid-column:1 / 3;grid-row:auto;}
}
@media (max-width:768px){
.mixed-grid-v8{grid-template-columns:1fr;gap:15px;}
.mixed-v8-row1{display:flex;flex-direction:column;grid-column:1;gap:15px;}
.mixed-v8-featured{grid-column:auto;}
.mixed-v8-featured .news-card-overlay{height:240px;}
.mixed-v8-featured .card-overlay-title{font-size:var(--hero-fs-title);}
.mixed-v8-featured .card-split-solid-title{font-size:var(--hero-fs-title);}
.mixed-v8-row2{display:grid;grid-column:1;grid-template-columns:1fr;gap:15px;}
.mixed-v8-links{grid-column:1;grid-row:auto;}
.mixed-v8-row1-extra .news-card,.mixed-v8-row2-item .news-card{flex-direction:row;gap:15px;}
.mixed-v8-row1-extra .news-card .img-wrapper,.mixed-v8-row2-item .news-card .img-wrapper{width:120px;height:90px;padding-bottom:0;flex-shrink:0;margin-bottom:0;}
.mixed-v8-row1-extra .news-card .badge,.mixed-v8-row2-item .news-card .badge{display:none;}
.mixed-v8-row1-extra .news-card .news-card-content,.mixed-v8-row2-item .news-card .news-card-content{flex:1;display:flex;flex-direction:column;justify-content:center;}
.mixed-v8-row1-extra .news-card .card-basic-title,.mixed-v8-row2-item .news-card .card-basic-title{margin-bottom:6px;font-size:16px;line-height:1.4;}
.mixed-v8-row1-extra .news-card .news-card-meta-category,.mixed-v8-row2-item .news-card .news-card-meta-category{display:inline;color:var(--color-news-date);}
.mixed-v8-row1-extra .news-card .news-meta,.mixed-v8-row2-item .news-card .news-meta{font-size:var(--hero-fs-meta);gap:4px;font-weight:500;}
.mixed-v8-row1-extra .news-card .news-meta svg,.mixed-v8-row2-item .news-card .news-meta svg{display:none;}
}
.mixed-grid-v9{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;}
.mixed-v9-grid{grid-column:1 / 4;display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.mixed-v9-grid .news-meta:has(.news-card-meta-category:last-child) svg{display:none;}
.mixed-v9-links{grid-column:4;align-self:start;background:var(--color-bg-light);border-radius:8px;padding:20px;box-sizing:border-box;}
.mixed-v9-links--white{background:var(--color-white);border:1px solid var(--color-border-light);}
@media (max-width:1024px){
.mixed-grid-v9{grid-template-columns:repeat(2,1fr);}
.mixed-v9-grid{grid-column:1 / 3;}
.mixed-v9-links{grid-column:1 / 3;}
}
@media (max-width:768px){
.mixed-grid-v9{grid-template-columns:1fr;gap:15px;}
.mixed-v9-grid{grid-column:1;grid-template-columns:1fr;gap:15px;}
.mixed-v9-links{grid-column:1;}
.mixed-v9-grid .news-card{flex-direction:row;gap:15px;}
.mixed-v9-grid .news-card .img-wrapper{width:120px;height:90px;padding-bottom:0;flex-shrink:0;margin-bottom:0;}
.mixed-v9-grid .news-card .badge{display:none;}
.mixed-v9-grid .news-card .news-card-content{flex:1;display:flex;flex-direction:column;justify-content:center;}
.mixed-v9-grid .news-card .card-basic-title{margin-bottom:6px;font-size:16px;line-height:1.4;}
.mixed-v9-grid .news-card .news-card-meta-category{display:inline;color:var(--color-news-date);}
.mixed-v9-grid .news-card .news-meta{font-size:var(--hero-fs-meta);gap:4px;font-weight:500;}
.mixed-v9-grid .news-card .news-meta svg{display:none;}
/* Pierwszy news wyróżniony jak featured w V8 (overlay: zdjęcie w tle,
   tytuł+meta na dole z gradientem) — tylko na mobile, tylko wygląd,
   nadal ten sam komponent tpl_card_basic() co reszta. */
.mixed-v9-grid .news-card:first-child{position:relative;overflow:hidden;border-radius:8px;min-height:240px;flex-direction:column;}
.mixed-v9-grid .news-card:first-child .img-wrapper{position:absolute;inset:0;width:100%;height:100%;padding-bottom:0;margin-bottom:0;border-radius:0;}
.mixed-v9-grid .news-card:first-child .badge{display:block;top:10px;left:10px;bottom:auto;}
.mixed-v9-grid .news-card:first-child .news-card-content{position:relative;z-index:2;margin-top:auto;padding:20px;background:linear-gradient(to top,var(--overlay-dark) 0%,var(--overlay-dark-mid) 70%,transparent 100%);flex:0 0 auto;}
.mixed-v9-grid .news-card:first-child .card-basic-title{color:var(--color-white);font-size:20px;font-weight:700;}
.mixed-v9-grid .news-card:first-child .news-card-meta-category{display:none;}
.mixed-v9-grid .news-card:first-child .news-meta{color:var(--white-90);}
}
