/* Version 1.3.0: six-item focus layout and independent press section. */
.lcp-hu-focus-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:20px}
.lcp-hu-support{grid-template-columns:1fr}
.lcp-hu-support .lcp-hu-card{display:grid;grid-template-columns:41% 1fr;align-items:stretch}
.lcp-hu-support .lcp-hu-card .lcp-hu-card__image{height:100%;min-height:158px;aspect-ratio:auto}
.lcp-hu-support .lcp-hu-card>div{display:flex;flex-direction:column;justify-content:center}
.lcp-hu-press-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.lcp-hu-press-grid article{overflow:hidden;padding:20px;border:1px solid #dbe5ef;border-left:4px solid #e5ae08;border-radius:12px;background:#fff;box-shadow:0 9px 22px rgba(25,54,90,.05)}
.lcp-hu-press-grid p{margin:0 0 8px;color:#0867b6;font-size:.87rem;font-weight:800}
.lcp-hu-press-grid h3{font-size:1.13rem;margin:0 0 9px;line-height:1.45}
.lcp-hu-press-grid h3 a{color:#073e73!important;text-decoration:none!important}
.lcp-hu-press-grid span{color:#58708c;line-height:1.72}
@media(max-width:900px){.lcp-hu-press-grid{grid-template-columns:1fr}.lcp-hu-focus-row{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.lcp-hu-focus-row{grid-template-columns:1fr}.lcp-hu-support .lcp-hu-card{grid-template-columns:38% 1fr}.lcp-hu-support .lcp-hu-card .lcp-hu-card__image{min-height:138px}}
