/* PGC Category Hero Image Overrides - v2.5.1 */
.pgc-cat-hero--with-img{min-height:400px;display:flex;align-items:stretch}
.pgc-cat-hero--with-img .pgc-cat-hero-content{position:relative;z-index:2;max-width:540px;margin:0;padding:64px 40px 56px;margin-left:max(40px,calc((100vw - var(--pgc-max-w))/2 + 40px));display:flex;flex-direction:column;justify-content:center}
.pgc-cat-hero-img{position:absolute;inset:0;z-index:0;background-size:cover;background-position:center 30%;background-color:var(--pgc-surface2)}
.pgc-cat-hero-fade{position:absolute;inset:0;z-index:1;background:linear-gradient(to right,#fff 0%,#fff 28%,rgba(255,255,255,.92) 42%,rgba(255,255,255,.35) 60%,rgba(255,255,255,0) 78%)}
.pgc-cat-hero--with-img .pgc-cat-hero-badge{background:rgba(255,255,255,.85);border-color:rgba(255,255,255,.5);backdrop-filter:blur(4px)}
@media(max-width:780px){.pgc-cat-hero--with-img{min-height:320px}.pgc-cat-hero--with-img .pgc-cat-hero-content{padding:40px 20px;margin-left:20px;max-width:calc(100vw - 40px)}.pgc-cat-hero-fade{background:linear-gradient(to right,#fff 0%,#fff 40%,rgba(255,255,255,.75) 65%,rgba(255,255,255,0) 100%)}}
@media(max-width:600px){.pgc-cat-hero-fade{background:linear-gradient(to bottom,rgba(255,255,255,.95) 0%,rgba(255,255,255,.7) 60%,rgba(255,255,255,0) 100%)}.pgc-cat-hero--with-img{min-height:auto}.pgc-cat-hero--with-img .pgc-cat-hero-content{margin-left:16px;max-width:calc(100vw - 32px)}}