/* Dynamic catalogue copy must inherit the site's real content container.
   No extra centering container: start on the same LHS as the H1/catalogue UI. */
.cdp-auto-intro{width:100%;max-width:none;margin:8px 0 0;color:#475467;font-size:16px;line-height:1.65;text-align:left}
.cdp-auto-intro p{max-width:980px;margin:0}
.cdp-auto-intro a,.cdp-auto-bottom a{color:#0675e8;text-decoration:none}
.cdp-auto-intro a:hover,.cdp-auto-intro a:focus,.cdp-auto-bottom a:hover,.cdp-auto-bottom a:focus{text-decoration:underline;text-underline-offset:2px}
.cdp-auto-bottom{clear:both;width:100%;margin:42px 0 12px;padding:0;text-align:left}
.cdp-auto-bottom__inner{width:100%;max-width:none;margin:0;padding:0}
.cdp-auto-bottom h2{margin:0 0 12px;font-size:24px;line-height:1.25;color:#16181d}
.cdp-auto-bottom p{max-width:980px;margin:0 0 12px;color:#475467;font-size:15px;line-height:1.7}
.cdp-auto-bottom p:last-of-type{margin-bottom:0}

/* Contextual link hub. It favours indexable catalogue destinations and only
   exposes product links where the page is narrow enough for them to be useful. */
.cdp-related-links{max-width:980px;margin:22px 0 0;padding:16px 0 0;border-top:1px solid #e7ebf0}
.cdp-related-links__title{display:block;margin:0 0 10px;color:#16181d;font-size:14px;font-weight:700;line-height:1.35}
.cdp-related-links__group{display:flex;align-items:baseline;gap:10px;margin:7px 0;min-width:0}
.cdp-related-links__label{flex:0 0 92px;color:#667085;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}
.cdp-related-links__items{display:flex;flex-wrap:wrap;align-items:center;gap:6px 9px;min-width:0;font-size:14px;line-height:1.5}
.cdp-related-links__sep{color:#c2c9d2;font-size:11px}
.cdp-related-links a{font-weight:500}

@media (max-width:767px){
  .cdp-auto-intro{font-size:14px;line-height:1.55;text-align:left}
  .cdp-auto-intro p,.cdp-auto-bottom p,.cdp-related-links{max-width:none}
  .cdp-auto-bottom{margin-top:30px}
  .cdp-auto-bottom__inner{padding:0}
  .cdp-auto-bottom h2{font-size:20px}
  .cdp-auto-bottom p{font-size:14px;line-height:1.6}
  .cdp-related-links{margin-top:18px;padding-top:14px}
  .cdp-related-links__group{display:block;margin:10px 0}
  .cdp-related-links__label{display:block;margin-bottom:4px}
}
