/* GLIP 2.0.23: News → Blog → Publications, shared card sizing and responsive layout. */
/* Live homepage lists; deliberately independent of the captured Swiper slides. */
.cx-site .cx-home-feed{padding:72px 24px;position:relative;clear:both}
.cx-site .cx-home-inner{max-width:1160px;margin:0 auto;position:relative;z-index:1}
.cx-site .cx-home-feed-header{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:32px}
.cx-site .cx-home-feed h2{margin:0;font-size:clamp(25px,2.6vw,36px);line-height:1.3;font-weight:500;text-transform:none;letter-spacing:normal}
.cx-site .cx-home-feed h2 a{color:inherit;text-decoration:none;line-height:inherit}
.cx-site .cx-home-feed h2 a:hover{text-decoration:underline;text-underline-offset:6px}
.cx-site .cx-home-view-all{display:inline-flex;gap:12px;align-items:center;justify-content:center;flex:none;border:1px solid #1c427b;border-radius:6px;padding:11px 17px;min-height:46px;color:#1c427b;font-size:15px;line-height:1.5;text-decoration:none;position:relative;background:transparent;white-space:normal;text-align:center}
.cx-site .cx-home-view-all:hover{background:#edf2f8;color:#15325f}
.cx-site .cx-home-view-all::before,.cx-site .cx-home-view-all::after,.cx-site .cx-home-card-more::before,.cx-site .cx-home-card-more::after{content:none!important;display:none!important}
.cx-site .cx-home-blog{background-color:#18385e;background-attachment:scroll}
.cx-site .cx-home-blog::before{background:rgba(10,24,42,.61)}
.cx-site .cx-home-blog .cx-home-feed-header,.cx-site .cx-home-blog .cx-home-empty{color:white}
.cx-site .cx-home-blog .cx-home-view-all{border-color:#fff;color:#fff;background:rgba(0,0,0,.1)}
.cx-site .cx-home-blog .cx-home-view-all:hover{background:white;color:#1c427b}
.cx-site .cx-home-news,.cx-site .cx-home-publications{background:#fff;color:#162c49}
.cx-site .cx-home-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px;align-items:stretch}
.cx-site .cx-home-card{display:flex;flex-direction:column;min-width:0;border:1px solid #e1e7ef;border-radius:9px;background:white;overflow:hidden;box-shadow:0 9px 28px #11233d10;color:#202938}
.cx-site .cx-home-card-media{display:block;aspect-ratio:3/2;background:#edf2f8;overflow:hidden;flex:none}
.cx-site .cx-home-card-media img{display:block;width:100%;height:100%;object-fit:cover;aspect-ratio:3/2;transform:none}
.cx-site .cx-home-card-placeholder{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px;height:100%;padding:25px;background:#edf2f8;color:#1c427b;text-align:center}
.cx-site .cx-home-card-placeholder strong{font-size:38px;font-weight:600;letter-spacing:.12em}
.cx-site .cx-home-card-placeholder span{font-size:15px}
.cx-site .cx-home-card-copy{display:flex;flex-direction:column;flex:1;align-items:flex-start;padding:24px;min-width:0}
.cx-site .cx-home-card-date{font-size:13px;line-height:1.5;color:#63738a;margin-bottom:10px}
.cx-site .cx-home-card h3{font-size:20px;line-height:1.45;margin:0 0 12px;font-weight:500;text-transform:none;overflow-wrap:anywhere;letter-spacing:normal}
.cx-site .cx-home-card h3 a{color:#172c46;text-decoration:none}
.cx-site .cx-home-card h3 a:hover{color:#1c427b;text-decoration:underline;text-underline-offset:3px}
.cx-site .cx-home-card p{margin:0 0 16px;font-size:15px;line-height:1.65;overflow-wrap:anywhere}
.cx-site .cx-home-card-more{display:inline-flex;align-items:center;gap:10px;margin-top:auto;min-height:44px;line-height:1.5;color:#1c427b;font-size:14px;font-weight:600;text-decoration:none}
.cx-site .cx-home-card-more:hover{text-decoration:underline;text-underline-offset:4px}
.cx-site .cx-home-feed a:focus-visible{outline:3px solid #d38b1f;outline-offset:4px}
.cx-site .cx-home-empty{padding:24px 0;margin:0;line-height:1.7}
.cx-home-sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
@media(max-width:900px){.cx-site .cx-home-feed{padding:52px 24px}.cx-site .cx-home-grid{gap:18px}.cx-site .cx-home-card-copy{padding:20px}.cx-site .cx-home-card h3{font-size:18px}}
@media(max-width:767px){.cx-site .cx-home-feed{padding:42px 18px}.cx-site .cx-home-feed-header{align-items:flex-start;flex-direction:column;gap:17px;margin-bottom:24px}.cx-site .cx-home-grid{grid-template-columns:1fr;gap:24px}.cx-site .cx-home-view-all{font-size:14px}.cx-site .cx-home-card h3{font-size:21px}}
/* Heading elements have their own theme colour; inheritance alone is not sufficient. */
.cx-site .cx-home-blog .cx-home-feed-header h2,.cx-site .cx-home-blog .cx-home-feed-header h2 a{color:#fff}
.cx-site .cx-home-news .cx-home-feed-header h2,.cx-site .cx-home-news .cx-home-feed-header h2 a,.cx-site .cx-home-publications .cx-home-feed-header h2,.cx-site .cx-home-publications .cx-home-feed-header h2 a{color:#162c49}
