/* Shared width and density contract for catalogue families outside the 12 landings. */
.lh-catalogue-page .lhp,
.lh-catalogue-page .lhf,
.lh-catalogue-page .lhta,
.lh-catalogue-page .lh-learn__wrap{
	width:min(calc(100% - 32px),1760px);
	max-width:1760px;
	margin-inline:auto;
	box-sizing:border-box;
}
.lh-catalogue-page .lh-lx{width:100%;max-width:none;margin-inline:0;box-sizing:border-box}
.lh-catalogue-page .lh-lx>.lxe{width:min(calc(100% - 32px),1760px);max-width:1760px;margin-inline:auto;box-sizing:border-box}
.lh-catalogue-page .lhp-hero,
.lh-catalogue-page .lhf__stage,
.lh-catalogue-page .lhta__hero,
.lh-catalogue-page .lh-h{
	border-bottom:5px solid #ffd84d;
}
.lh-catalogue-page .lhp-grid,
.lh-catalogue-page .lhf__grid,
.lh-catalogue-page .lhta__grid,
.lh-catalogue-page .lh-cg,
.lh-catalogue-page .lh-learn--topic .lh-learn__reslist,
.lh-catalogue-page #lxResults:not(.list){
	display:grid;
	grid-template-columns:1fr;
	gap:14px;
}
.lh-catalogue-page .lhp-card,
.lh-catalogue-page .lhf__card,
.lh-catalogue-page .lhta__card,
.lh-catalogue-page .lh-sc,
.lh-catalogue-page .lh-learn__rescard,
.lh-catalogue-page #lxResults>.rc{
	min-width:0;
	border-radius:18px;
}
.lh-catalogue-page .lhp-card:focus-visible,
.lh-catalogue-page .lhf__card:focus-within,
.lh-catalogue-page .lhta__card:focus-visible,
.lh-catalogue-page .lh-sc:focus-visible,
.lh-catalogue-page .lh-learn__rescard:focus-visible,
.lh-catalogue-page #lxResults>.rc:focus-within{
	outline:3px solid #6b2fa0;
	outline-offset:3px;
}
@media (min-width:600px){
	.lh-catalogue-page .lhp-grid,.lh-catalogue-page .lhf__grid,.lh-catalogue-page .lhta__grid,.lh-catalogue-page .lh-cg,.lh-catalogue-page .lh-learn--topic .lh-learn__reslist,.lh-catalogue-page #lxResults:not(.list){grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (min-width:960px){
	.lh-catalogue-page .lhp-grid,.lh-catalogue-page .lhf__grid,.lh-catalogue-page .lhta__grid,.lh-catalogue-page .lh-cg,.lh-catalogue-page .lh-learn--topic .lh-learn__reslist{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (min-width:1180px){
	.lh-catalogue-page #lxResults:not(.list){grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (min-width:1440px){
	.lh-catalogue-page .lhp-grid,.lh-catalogue-page .lhf__grid,.lh-catalogue-page .lhta__grid,.lh-catalogue-page .lh-cg,.lh-catalogue-page .lh-learn--topic .lh-learn__reslist,.lh-catalogue-page #lxResults:not(.list){grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media (max-width:599px){
	.lh-catalogue-page .lhp,.lh-catalogue-page .lhf,.lh-catalogue-page .lhta,.lh-catalogue-page .lh-learn__wrap{width:min(calc(100% - 24px),1760px)}
	.lh-catalogue-page .lh-lx>.lxe{width:min(calc(100% - 24px),1760px)}
	.lh-catalogue-page .lhp-selects{grid-template-columns:1fr}
}
