:root{
  --v3-blue:#1476ff;
  --v3-navy:#07192e;
  --v3-ink:#08142a;
  --v3-muted:#78849a;
  --v3-border:#e2e7ef;
  --v3-soft:#f5f7fa;
  --v3-shadow:0 10px 34px rgba(13,31,58,.08);
}
.public-body{background:#fff;color:var(--v3-ink);font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text","Helvetica Neue",Arial,sans-serif;padding-bottom:102px}
.public-body *{box-sizing:border-box}
.public-body button,.public-body input{font:inherit}
.v3-header{position:sticky;top:0;z-index:100;height:74px;background:rgba(255,255,255,.97);border-bottom:1px solid #eef1f5;backdrop-filter:blur(18px)}
.v3-header-inner{height:100%;max-width:1580px;margin:0 auto;padding:0 50px;display:grid;grid-template-columns:220px auto minmax(320px,500px) 1fr auto;gap:28px;align-items:center}
.v3-brand .brand img{width:190px;height:50px;object-fit:contain;object-position:left center}
.v3-nav{display:flex;align-self:stretch;gap:32px}
.v3-nav a{position:relative;display:flex;align-items:center;font-size:15px;font-weight:700;color:#202c40}
.v3-nav a.active{color:#07162a}.v3-nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:#1476ff;border-radius:999px}
.v3-search-wrap{position:relative;height:42px;background:#f0f2f6;border-radius:24px;display:flex;align-items:center;padding:0 16px;gap:10px}
.v3-search-wrap svg,.v3-mobile-search svg{width:20px;height:20px;fill:none;stroke:#17263a;stroke-width:1.8;stroke-linecap:round}
.v3-search-wrap input{width:100%;border:0;outline:0;background:transparent;color:#233047;font-size:13px}.v3-search-wrap input::placeholder{color:#8b95a7}
.v3-search-results{position:absolute;left:0;right:0;top:50px;background:#fff;border:1px solid #e2e7ef;border-radius:16px;box-shadow:0 20px 60px rgba(8,20,42,.15);overflow:hidden;z-index:130}
.v3-search-results a{display:flex;justify-content:space-between;gap:15px;padding:11px 14px;border-bottom:1px solid #eef1f5;font-size:13px}.v3-search-results a:last-child{border-bottom:0}.v3-search-results small{color:#8a94a6}
.v3-tagline{font-size:11px;letter-spacing:.08em;color:#263650;white-space:nowrap;text-align:right}.v3-socials{display:flex;gap:18px;font-weight:800;align-items:center}.v3-socials span{font-size:16px}.v3-mobile-search,.v3-menu{display:none;border:0;background:transparent;padding:0}.v3-mobile-menu-panel{display:none}
.v3-main{max-width:1580px!important;margin:0 auto!important;padding:0 50px 130px!important}

/* Hero */
.v3-hero{position:relative;height:205px;margin:0 -50px 16px;overflow:hidden;background:linear-gradient(90deg,#07182c 0%,#0b315f 50%,#06264a 100%);color:#fff}
.v3-hero-image{position:absolute;inset:0;background-image:url('/assets/v3/hero-noxym.jpg');background-size:auto 100%;background-repeat:no-repeat;background-position:67% center;opacity:.96}
.v3-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,17,33,.98) 0%,rgba(4,23,45,.88) 31%,rgba(4,24,48,.20) 58%,rgba(2,19,38,.52) 100%)}
.v3-hero-copy{position:absolute;z-index:3;left:7.3%;top:30px;width:520px}.v3-hero-copy>span{font-size:11px;letter-spacing:.17em;color:#c7d3e3}.v3-hero-copy h1{font-size:48px;line-height:.92;letter-spacing:-.045em;margin:14px 0 5px;font-weight:850}.v3-hero-copy p{font-size:18px;margin:0 0 18px;color:#fff}.v3-hero-copy>div{display:flex;align-items:center;gap:28px}.v3-hero-copy button{border:0;background:#fff;color:#07162b;border-radius:24px;height:42px;padding:0 20px;font-weight:750}.v3-hero-copy button b{margin-right:8px}.v3-hero-copy a{font-size:14px;color:#fff}
.v3-hero-side{position:absolute;z-index:3;right:7.5%;top:44px;display:grid;gap:5px;font-size:11px;letter-spacing:.17em}.v3-hero-side em{font-family:cursive;font-size:29px;letter-spacing:0;margin-top:6px}.v3-hero-arrow{position:absolute;z-index:4;top:50%;transform:translateY(-50%);border:0;background:transparent;color:#fff;font-size:28px}.v3-hero-arrow.left{left:1.8%}.v3-hero-arrow.right{right:1.8%}.v3-hero-dots{position:absolute;z-index:4;bottom:13px;left:48%;display:flex;gap:8px}.v3-hero-dots i{width:14px;height:4px;background:rgba(255,255,255,.3);border-radius:4px}.v3-hero-dots i.active{background:#fff;width:18px}

/* Home grids */
.v3-home-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:14px}.v3-home-grid.bottom{margin-top:22px}.v3-section-head{min-height:51px;display:flex;align-items:flex-start;justify-content:space-between;gap:15px;margin-bottom:9px}.v3-section-head h2{font-size:27px;line-height:1;margin:0 0 5px;letter-spacing:-.035em}.v3-section-head p{font-size:14px;color:#7d889b;margin:0}.v3-section-head>a{font-size:12px;color:#0876ff;margin-top:6px;white-space:nowrap}
.v3-live-card{position:relative;min-height:175px;border:1px solid var(--v3-border);border-radius:10px;padding:14px;display:grid;grid-template-columns:205px minmax(0,1fr) 52px;gap:18px;align-items:center;background:#fff}.v3-live-card>img{width:205px;height:145px;object-fit:cover;border-radius:7px}.v3-live-copy>span{display:flex;gap:7px;align-items:center;color:#008b9d;font-size:11px;font-weight:800}.v3-live-copy>span i{width:11px;height:11px;background:#1476ff;border-radius:50%}.v3-live-copy h3{font-size:23px;margin:15px 0 3px;letter-spacing:-.025em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.v3-live-copy>p{font-size:16px;margin:0;color:#263754}.v3-live-bottom{display:flex;align-items:center;gap:12px;margin-top:18px}.v3-live-bottom>b{background:#122037;color:#fff;border-radius:4px;padding:6px 10px;font-size:10px}.v3-live-bottom>a{font-size:11px;color:#1476ff;margin-left:auto}.v3-live-play{width:52px;height:52px;border-radius:50%;background:#172239;color:#fff;border:0;font-size:18px}.v3-wave{height:32px;display:flex;align-items:center;gap:2px;min-width:120px;overflow:hidden}.v3-wave i{width:2px;height:var(--h);background:#6a87b4;border-radius:2px}
.v3-radio-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.v3-station-card{border:0;background:transparent;padding:0;text-align:left;min-width:0}.v3-station-card img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:8px;box-shadow:0 8px 20px rgba(8,24,46,.10)}.v3-station-card strong{display:block;font-size:12px;margin-top:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.v3-station-card span{display:block;font-size:11px;color:#65728a;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.v3-podcast-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.v3-podcast-feature{min-width:0}.v3-podcast-feature img{width:100%;aspect-ratio:1.52;object-fit:cover;border-radius:8px}.v3-podcast-feature strong{display:block;font-size:13px;margin-top:8px}.v3-podcast-feature span{display:block;font-size:11px;color:#65728a;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.v3-podcast-feature small{display:block;font-size:10px;color:#52617a;margin-top:2px}
.v3-latest-layout{display:grid;grid-template-columns:1.15fr .85fr;gap:16px}.v3-latest-list{display:grid;gap:7px}.v3-latest-list article{min-height:60px;border:1px solid #e3e8ef;border-radius:8px;display:grid;grid-template-columns:70px minmax(0,1fr) 42px;gap:10px;align-items:center;padding:4px;background:#fff}.v3-latest-list article>img{width:70px;height:52px;object-fit:cover;border-radius:5px}.v3-latest-list article div{min-width:0}.v3-latest-list strong{display:block;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.v3-latest-list span,.v3-latest-list small{display:block;font-size:10px;color:#728098;margin-top:2px}.v3-latest-list button{width:34px;height:34px;border:1px solid #cfd7e2;background:#fff;border-radius:50%;color:#274668}.v3-devices{border:1px solid #edf0f4;border-radius:8px;background:#f7f8fa;overflow:hidden}.v3-devices img{width:100%;height:100%;object-fit:cover}

/* Library / podcast detail */
.v3-library-title{padding:48px 0 28px;border-bottom:1px solid #edf0f4}.v3-library-title span{font-size:11px;letter-spacing:.15em;color:#7a879a}.v3-library-title h1{font-size:56px;letter-spacing:-.05em;margin:8px 0 6px}.v3-library-title p{color:#778399;font-size:16px;margin:0}.v3-podcast-library-grid{padding-top:28px;display:grid;grid-template-columns:repeat(4,1fr);gap:26px}.v3-podcast-card img{width:100%;aspect-ratio:1.2;object-fit:cover;border-radius:10px}.v3-podcast-card strong{display:block;font-size:17px;margin-top:10px}.v3-podcast-card span{display:block;color:#6d798e;font-size:13px;margin-top:5px}.v3-podcast-card small{display:block;color:#8b95a4;font-size:11px;margin-top:4px}.v3-radio-library-grid{padding-top:28px;display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.v3-radio-library-card{border:1px solid #e1e6ed;border-radius:12px;padding:14px;display:grid;grid-template-columns:180px 1fr;gap:18px;align-items:center}.v3-radio-library-card>img{width:180px;height:180px;object-fit:cover;border-radius:9px}.v3-radio-library-card>div>span{font-size:11px;color:#078d9c;font-weight:800}.v3-radio-library-card>div>span i{display:inline-block;width:8px;height:8px;background:#1476ff;border-radius:50%;margin-right:7px}.v3-radio-library-card h2{font-size:23px;margin:14px 0 3px}.v3-radio-library-card p{color:#6c7890;margin:0}.v3-radio-library-card button{margin-top:17px;border:0;background:#10213b;color:#fff;border-radius:20px;padding:10px 16px;font-weight:700}.v3-podcast-detail{padding:30px 0 40px}.v3-back{font-size:13px;color:#4c607d}.v3-podcast-detail-grid{display:grid;grid-template-columns:360px 1fr;gap:55px;align-items:center;margin:24px 0 42px}.v3-podcast-detail-cover img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:15px}.v3-podcast-detail-copy>span{font-size:12px;color:#7b8798;letter-spacing:.08em}.v3-podcast-detail-copy h1{font-size:55px;letter-spacing:-.05em;margin:10px 0}.v3-podcast-detail-copy p{font-size:17px;color:#6a768a;max-width:720px;line-height:1.55}.v3-podcast-detail-actions{display:flex;gap:10px;margin-top:20px}.v3-podcast-detail-actions button,.v3-podcast-detail-actions a{border:0;border-radius:24px;padding:12px 18px;font-weight:700}.v3-podcast-detail-actions button{background:#10213b;color:#fff}.v3-podcast-detail-actions a{background:#eef2f7}.v3-episode-list{border:1px solid #e4e8ef;border-radius:12px;overflow:hidden}.v3-episode-row{display:grid;grid-template-columns:66px 1fr 42px;gap:12px;align-items:center;padding:8px 12px;border-bottom:1px solid #edf0f4}.v3-episode-row:last-child{border-bottom:0}.v3-episode-row img{width:56px;height:56px;object-fit:cover;border-radius:7px}.v3-episode-row strong{display:block}.v3-episode-row span{display:block;color:#7b879a;font-size:12px;margin-top:3px}.v3-episode-row button{width:34px;height:34px;border:1px solid #cfd7e2;background:#fff;border-radius:50%}.v3-generic{max-width:900px;margin:50px auto}.v3-generic h1{font-size:48px}.v3-generic p,.v3-generic .legal-copy{color:#67748a;line-height:1.7}.v3-empty{padding:30px;color:#7b8796}.v3-empty.small{padding:12px}

/* Footer */
.v3-footer{max-width:1580px;margin:30px auto 0;padding:24px 50px 36px;border-top:1px solid #edf0f4;display:flex;justify-content:space-between;color:#8a94a4;font-size:11px}.v3-footer div{display:flex;gap:18px}

/* Player */
.v3-player{position:fixed!important;left:0!important;right:0!important;bottom:0!important;z-index:250!important;height:102px!important;width:100%!important;transform:translateY(110%)!important;background:linear-gradient(90deg,#1d2533,#26303f,#1b2431)!important;color:#fff!important;border:0!important;border-radius:0!important;box-shadow:0 -15px 45px rgba(7,17,31,.22)!important;display:grid!important;grid-template-columns:minmax(300px,1.2fr) auto minmax(360px,1fr) minmax(300px,1.2fr)!important;align-items:center!important;padding:0 55px!important;gap:26px!important;transition:transform .28s ease!important}.v3-player.show{transform:translateY(0)!important}.v3-player-track{display:grid;grid-template-columns:70px minmax(0,1fr);gap:14px;align-items:center;min-width:0}.v3-player .player-art{width:70px!important;height:70px!important;border-radius:7px!important;overflow:hidden!important;position:relative!important}.v3-player .player-art img{width:100%;height:100%;object-fit:cover}.v3-player .player-live-badge{position:absolute;bottom:4px;left:4px;background:#1476ff;color:#fff;font-size:7px;padding:3px 5px;border-radius:3px}.v3-player .player-text{min-width:0}.v3-player .player-text strong{display:block;font-size:15px!important;color:#fff!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.v3-player .player-text small{display:block;font-size:13px!important;color:#fff!important;margin-top:3px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.v3-player .player-text span{display:block;font-size:10px!important;color:#d4dae3!important;margin-top:6px!important;text-transform:uppercase}.v3-player-quick,.v3-player-center,.v3-player-right{display:flex;align-items:center;justify-content:center;gap:22px}.v3-player button{border:0;background:transparent;color:#fff}.v3-player-quick button{font-size:28px}.v3-player-center .player-toggle{width:54px!important;height:54px!important;background:#fff!important;color:#172239!important;border-radius:50%!important;display:grid!important;place-items:center!important}.v3-secondary-control{font-size:18px}.v3-player .player-volume{display:flex;align-items:center;gap:12px}.v3-player .player-volume input{width:150px;accent-color:#fff}.v3-player-right{justify-content:flex-end}.v3-player-right>button{font-size:24px}.v3-player .player-close{font-size:22px!important}.v3-player .player-timeline{position:absolute;left:50%;bottom:6px;transform:translateX(-50%);width:380px;color:#a9b4c4;font-size:8px;display:grid;grid-template-columns:30px 1fr 30px;gap:6px;align-items:center}.v3-player .player-timeline[hidden]{display:none!important}.v3-player .player-timeline input{width:100%;accent-color:#fff}
.v3-mobile-bottom{display:none}

/* Tablet */
@media(max-width:1180px){
 .v3-header-inner{grid-template-columns:180px auto 1fr auto;padding:0 28px;gap:20px}.v3-tagline,.v3-socials{display:none}.v3-search-wrap{max-width:420px}.v3-main{padding-left:28px!important;padding-right:28px!important}.v3-hero{margin-left:-28px;margin-right:-28px}.v3-hero-copy{left:6%;}.v3-hero-side{right:5%}.v3-home-grid{gap:24px}.v3-live-card{grid-template-columns:155px minmax(0,1fr) 46px}.v3-live-card>img{width:155px;height:135px}.v3-wave{min-width:70px}.v3-latest-layout{grid-template-columns:1fr}.v3-devices{display:none}.v3-player{grid-template-columns:minmax(260px,1.2fr) auto minmax(280px,1fr)!important;padding:0 25px!important}.v3-player-quick{display:none}.v3-radio-library-grid{grid-template-columns:1fr}
}
/* Mobile */
@media(max-width:760px){
 .public-body{padding-bottom:150px}.v3-header{height:92px}.v3-header-inner{padding:0 24px;grid-template-columns:1fr auto auto;gap:20px}.v3-brand .brand img{width:170px;height:58px}.v3-nav,.v3-search-wrap,.v3-tagline,.v3-socials{display:none}.v3-mobile-search,.v3-menu{display:block}.v3-mobile-search svg{width:30px;height:30px}.v3-menu{width:30px}.v3-menu span{display:block;height:2px;background:#10213b;margin:6px 0;border-radius:2px}.v3-mobile-menu-panel{position:fixed;top:92px;left:0;right:0;z-index:140;background:#fff;border-bottom:1px solid #e6eaf0;padding:12px 22px;box-shadow:0 15px 35px rgba(7,24,44,.12)}.v3-mobile-menu-panel:not([hidden]){display:grid}.v3-mobile-menu-panel a{padding:12px 3px;border-bottom:1px solid #eef1f4;font-weight:700}.v3-mobile-menu-panel a:last-child{border-bottom:0}
 .v3-main{padding:0 16px 150px!important;max-width:none!important}.v3-hero{height:255px;margin:0 -16px 12px}.v3-hero-image{background-size:auto 100%;background-position:72% center}.v3-hero-overlay{background:linear-gradient(90deg,rgba(3,16,31,.98) 0%,rgba(3,20,39,.86) 45%,rgba(4,22,42,.05) 80%)}.v3-hero-copy{left:32px;top:27px;width:58%}.v3-hero-copy>span{font-size:9px}.v3-hero-copy h1{font-size:34px;margin-top:10px}.v3-hero-copy p{font-size:15px;line-height:1.25;margin-bottom:13px}.v3-hero-copy>div{display:grid;gap:9px}.v3-hero-copy button{height:38px;font-size:13px;padding:0 15px;width:max-content}.v3-hero-copy a{font-size:12px}.v3-hero-side,.v3-hero-arrow{display:none}.v3-hero-dots{left:auto;right:28px;bottom:18px}
 .v3-home-grid{grid-template-columns:1fr;gap:18px;margin-top:12px}.v3-section-head{min-height:0;margin-bottom:10px}.v3-section-head h2{font-size:25px}.v3-section-head p{font-size:13px}.v3-section-head>a{font-size:11px}
 .v3-live-card{min-height:145px;grid-template-columns:135px minmax(0,1fr) 44px;gap:12px;padding:10px}.v3-live-card>img{width:135px;height:125px}.v3-live-copy>span{font-size:9px}.v3-live-copy>span i{width:9px;height:9px}.v3-live-copy h3{font-size:19px;margin:9px 0 2px}.v3-live-copy>p{font-size:14px}.v3-live-bottom{margin-top:10px;gap:8px}.v3-live-bottom>b{font-size:8px;padding:5px 7px}.v3-live-bottom>a{font-size:9px}.v3-wave{min-width:60px;height:24px}.v3-wave i{width:1px}.v3-live-play{width:44px;height:44px;font-size:15px}
 .v3-radio-strip{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.v3-station-card img{border-radius:7px}.v3-station-card strong{font-size:9px;margin-top:5px}.v3-station-card span{font-size:8px}.v3-podcast-strip{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.v3-podcast-feature img{aspect-ratio:1.15}.v3-podcast-feature strong{font-size:10px;margin-top:5px}.v3-podcast-feature span,.v3-podcast-feature small{font-size:8px}.v3-latest-layout{grid-template-columns:1fr}.v3-latest-list article{grid-template-columns:60px 1fr 38px}.v3-latest-list article>img{width:60px;height:50px}.v3-devices{display:none}
 .v3-footer{display:none}.v3-library-title{padding:26px 0 18px}.v3-library-title h1{font-size:42px}.v3-podcast-library-grid{grid-template-columns:repeat(2,1fr);gap:16px;padding-top:18px}.v3-podcast-card strong{font-size:13px}.v3-podcast-card span{font-size:10px}.v3-podcast-detail{padding-top:20px}.v3-podcast-detail-grid{grid-template-columns:1fr;gap:22px;margin:20px 0 30px}.v3-podcast-detail-cover{max-width:280px}.v3-podcast-detail-copy h1{font-size:42px}.v3-podcast-detail-copy p{font-size:15px}.v3-radio-library-card{grid-template-columns:125px 1fr;padding:10px}.v3-radio-library-card>img{width:125px;height:125px}.v3-radio-library-card h2{font-size:19px;margin-top:8px}.v3-radio-library-card button{margin-top:10px;padding:8px 12px;font-size:11px}
 .v3-player{height:86px!important;bottom:66px!important;left:12px!important;right:12px!important;width:auto!important;border-radius:0!important;padding:8px 12px!important;grid-template-columns:minmax(0,1fr) auto auto!important;gap:10px!important}.v3-player-track{grid-template-columns:58px minmax(0,1fr);gap:10px}.v3-player .player-art{width:58px!important;height:58px!important}.v3-player .player-text strong{font-size:14px!important}.v3-player .player-text small{font-size:12px!important}.v3-player .player-text span{font-size:9px!important;margin-top:3px!important}.v3-player-quick{display:flex;gap:0}.v3-player-quick button:first-child{display:block;font-size:28px}.v3-player-quick button:last-child{display:none}.v3-player-center{gap:0}.v3-player-center .v3-secondary-control,.v3-player .player-timeline{display:none!important}.v3-player-center .player-toggle{width:48px!important;height:48px!important}.v3-player-right{display:none}.v3-mobile-bottom{display:grid;grid-template-columns:repeat(5,1fr);position:fixed;z-index:260;left:0;right:0;bottom:0;height:66px;background:#fff;border-top:1px solid #e1e6ed;padding-bottom:env(safe-area-inset-bottom)}.v3-mobile-bottom a{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:3px;color:#263650;font-size:9px}.v3-mobile-bottom a b{font-size:20px;font-weight:500}.v3-mobile-bottom a.active{color:#1476ff}.v3-mobile-bottom a.active b{color:#1476ff}
}
@media(max-width:460px){.v3-header-inner{padding:0 18px}.v3-brand .brand img{width:155px}.v3-hero-copy{left:24px;width:63%}.v3-hero-copy h1{font-size:30px}.v3-live-card{grid-template-columns:120px minmax(0,1fr) 40px}.v3-live-card>img{width:120px;height:118px}.v3-live-copy h3{font-size:17px}.v3-wave{display:none}.v3-radio-strip{gap:7px}.v3-section-head h2{font-size:23px}.v3-podcast-library-grid{grid-template-columns:1fr 1fr}}
/* TV / very large screens */
@media(min-width:1800px){.v3-header-inner,.v3-main,.v3-footer{max-width:1740px}.v3-main{padding-left:65px!important;padding-right:65px!important}.v3-hero{margin-left:-65px;margin-right:-65px;height:235px}.v3-hero-copy{left:7%;top:35px}.v3-hero-copy h1{font-size:56px}.v3-section-head h2{font-size:31px}.v3-live-card{min-height:190px}.v3-station-card strong{font-size:14px}.v3-podcast-feature strong{font-size:15px}}
/* Remote/keyboard focus */
@media(hover:none){.v3-station-card:focus,.v3-podcast-feature:focus,.v3-live-play:focus,.v3-player button:focus,.v3-mobile-bottom a:focus{outline:3px solid #1476ff;outline-offset:3px}}

/* v3.1 — accueil sans "Podcasts à la une" */
.v3-home-grid.bottom.v3-latest-only{grid-template-columns:1fr;max-width:none}
.v3-home-grid.bottom.v3-latest-only .v3-latest-layout{grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:22px}
.v3-home-grid.bottom.v3-latest-only .v3-latest-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.v3-home-grid.bottom.v3-latest-only .v3-latest-list article{grid-template-columns:72px minmax(0,1fr) 40px;min-height:72px}
@media(max-width:1180px){.v3-home-grid.bottom.v3-latest-only .v3-latest-layout{grid-template-columns:1fr}.v3-home-grid.bottom.v3-latest-only .v3-latest-list{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.v3-home-grid.bottom.v3-latest-only .v3-latest-list{grid-template-columns:1fr}.v3-home-grid.bottom.v3-latest-only .v3-latest-layout{grid-template-columns:1fr}}
