/* Busux blogPostCarousel / blogPostItem01, adapted to JUPACH editorial cards. */
.jn-section.container{padding-left:24px;padding-right:24px}
.jn-section .calendar-grid{grid-template-columns:repeat(7,minmax(0,1fr))}
.jn-section .calendar-grid button{min-width:0;padding:12px 0}
.jp-news-carousel{--news-accent:#d92327;--news-ink:#344553;--news-muted:#6d747c;font-family:'DM Sans',Arial,sans-serif;min-width:0}
.jp-news-carousel *{box-sizing:border-box}
.jp-news-carousel [hidden]{display:none!important}
.jp-news-carousel .blogPostCarousel:not(.owl-loaded){display:flex;gap:28px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:12px}
.jp-news-carousel .blogPostCarousel:not(.owl-loaded)>.jn-card{flex:0 0 34%;scroll-snap-align:start}
.jp-news-carousel .owl-stage{display:flex}
.jp-news-carousel .owl-stage:after{display:none}
.jp-news-carousel .owl-item{display:flex;float:none;flex-shrink:0;min-height:0}
.jp-news-carousel .owl-stage-outer{overflow:hidden;padding:4px 0 8px}
.jp-news-carousel .jn-card{display:flex;flex-direction:column;background:#fff;border:0;border-radius:0;box-shadow:none;overflow:hidden;width:100%;margin:0;min-width:0;height:auto}
.jp-news-carousel .jn-media{position:relative;aspect-ratio:1.32;background:#eef1f0;overflow:hidden;flex-shrink:0}
.jp-news-carousel .bpi_thumb{display:block;width:100%;height:100%;margin:0;padding:0;position:static;border-radius:0}
.jp-news-carousel .bpi_thumb:after,.jp-news-carousel .bpi_thumb:before{display:none}
.jp-news-carousel .bpi_thumb img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .3s}
.jp-news-carousel .bpi_thumb:hover img{transform:scale(1.035)}
.jp-news-carousel .jn-category{position:absolute;left:18px;top:20px;max-width:calc(100% - 76px);background:var(--news-accent);color:white;font-size:12px;line-height:1.4;padding:6px 9px;pointer-events:none}
.jp-news-carousel .jn-date{position:absolute;bottom:20px;left:22px;background:#fff;color:#62676c;padding:7px 14px;font-size:12px;line-height:1.4;pointer-events:none}
.jp-news-carousel .jn-share{position:absolute;top:18px;right:17px;width:32px;height:32px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:#ffffffed;color:#70777d;cursor:pointer}
.jp-news-carousel .jn-share svg{width:15px;height:15px}
.jp-news-carousel .bpi_details{display:flex;flex:1;flex-direction:column;align-items:flex-start;padding:26px 22px 6px;margin:0;border:0;background:transparent;box-shadow:none}
.jp-news-carousel .bpi_details h3{color:var(--news-ink);font-family:'Manrope',Arial,sans-serif;font-size:20px;font-weight:800;letter-spacing:-.25px;line-height:1.45;margin:0 0 12px;min-height:58px}
.jp-news-carousel .bpi_details h3 a{color:inherit;text-decoration:none}
.jp-news-carousel .bpi_details h3 a:hover{color:var(--news-accent)}
.jp-news-carousel .jn-summary{font-size:13px;color:var(--news-muted);line-height:1.7;margin:0 0 22px}
.jp-news-carousel .jn-more{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--news-accent);color:var(--news-accent);font-size:11px;font-weight:800;line-height:1.4;letter-spacing:1.3px;text-decoration:none;text-transform:uppercase;min-height:44px;padding:12px 20px;margin-top:auto;background:#fff;transition:background .2s,color .2s}
.jp-news-carousel .jn-more:hover{background:var(--news-accent);color:#fff}
.jp-news-carousel .jn-controls{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-top:55px}
.jp-news-carousel .jn-all{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:13px 20px;background:var(--news-accent);border:1px solid var(--news-accent);color:#fff;text-decoration:none;text-transform:uppercase;letter-spacing:1.2px;font-size:11px;font-weight:800;line-height:1.4;text-align:center}
.jp-news-carousel .jn-navigation{display:flex;align-items:center;gap:28px;margin-left:auto}
.jp-news-carousel .jn-position{display:flex;align-items:center;gap:13px;min-width:170px;color:var(--news-muted);font-size:13px;font-variant-numeric:tabular-nums}
.jp-news-carousel .jn-progress{height:4px;width:160px;background:#c8cace;overflow:hidden}
.jp-news-carousel .jn-progress span{height:100%;width:33.333%;background:#65666b;display:block;transition:transform .3s}
.jp-news-carousel .jn-arrows{display:flex;gap:7px}
.jp-news-carousel .jn-arrow{display:flex;align-items:center;justify-content:center;width:58px;height:58px;border:0;border-radius:50%;background:var(--news-accent);color:#fff;cursor:pointer;padding:0;transition:background .2s}
.jp-news-carousel .jn-arrow:hover{background:#ab171c}
.jp-news-carousel .jn-arrow:disabled{opacity:.45;cursor:default}
.jp-news-carousel .jn-arrow svg{width:18px;height:18px}
.jp-news-carousel .jn-status{min-height:19px;margin:12px 0 0;font-size:12px;color:var(--news-muted)}
.jp-news-carousel .jn-hint{font-size:11px;color:var(--news-muted);margin:15px 0 0}
.jp-news-carousel :is(a,button):focus-visible{outline:3px solid #f0b900;outline-offset:3px}
.jp-news-carousel .jn-track:focus-visible{outline:2px solid var(--news-accent);outline-offset:4px}
@media(max-width:900px){.jp-news-carousel .bpi_details{padding:22px 16px 6px}.jp-news-carousel .bpi_details h3{font-size:19px}.jp-news-carousel .jn-controls{gap:18px}.jp-news-carousel .jn-navigation{gap:18px}.jp-news-carousel .jn-progress{width:95px}.jp-news-carousel .jn-position{min-width:130px}.jp-news-carousel .jn-arrow{width:50px;height:50px}.jp-news-carousel .blogPostCarousel:not(.owl-loaded)>.jn-card{flex-basis:47%}}
@media(max-width:600px){.jp-news-carousel .jn-media{aspect-ratio:1.25}.jp-news-carousel .jn-category{left:14px;top:16px;font-size:11px}.jp-news-carousel .jn-date{left:15px;bottom:16px;font-size:11px}.jp-news-carousel .bpi_details{padding:22px 14px 6px}.jp-news-carousel .bpi_details h3{font-size:19px;min-height:56px}.jp-news-carousel .jn-controls{flex-wrap:wrap;margin-top:28px}.jp-news-carousel .jn-all{width:100%;order:2;margin-top:8px}.jp-news-carousel .jn-navigation{width:100%;justify-content:space-between;gap:16px}.jp-news-carousel .jn-progress{width:100px}.jp-news-carousel .jn-arrow{width:50px;height:50px}.jp-news-carousel .blogPostCarousel:not(.owl-loaded)>.jn-card{flex-basis:90%}.jp-news-carousel .jn-hint{font-size:10px}}
@media(prefers-reduced-motion:reduce){.jp-news-carousel *{transition:none!important;scroll-behavior:auto!important}}
