.seo-intro { margin: 12px 0 20px; line-height: 1.6; }
.seo-home { margin: 18px 0 24px; }
.seo-home h1 { margin: 0 0 12px; font-size: 26px; line-height: 1.25; }
.seo-home p { margin: 0 0 14px; line-height: 1.6; }
.seo-related { margin: 24px 0; }
.seo-related ul, .seo-home ul { display: flex; flex-wrap: wrap; gap: 10px 20px; margin: 12px 0; padding: 0; list-style: none; }
.seo-related li, .seo-home li { margin: 0; }
.seo-related a, .seo-home a { text-decoration: underline; }
/* The pagination/description pair is shared by desktop and mobile catalogue templates. */
/* Scope typography to category copy: never change cards, product details or the home layout. */
#bottom_navigation + .description {
    box-sizing: border-box;
    width: 100%;
    max-width: 780px;
    margin: 28px 0 24px;
    padding: 24px 0 0;
    border-top: 1px solid #e0e5ed;
    color: #27344b;
    font-size: 16px;
    line-height: 1.7;
    text-align: left;
    overflow-wrap: break-word;
}
#bottom_navigation + .description:empty { display: none; }
#bottom_navigation + .description p,
#bottom_navigation + .description div,
#bottom_navigation + .description li {
    font-family: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
}
#bottom_navigation + .description p {
    margin: 0 0 16px !important;
    color: inherit !important;
}
#bottom_navigation + .description p:empty { display: none; }
#bottom_navigation + .description div { display: block; margin: 0 0 16px; }
#bottom_navigation + .description .seo-copy { margin: 0; }
#bottom_navigation + .description p span,
#bottom_navigation + .description p font,
#bottom_navigation + .description li span,
#bottom_navigation + .description li font {
    font-size: inherit !important;
    line-height: inherit !important;
    font-weight: inherit !important;
}
#bottom_navigation + .description h2,
#bottom_navigation + .description h3 {
    margin: 28px 0 12px !important;
    color: #071b60 !important;
    font-size: 22px !important;
    line-height: 1.35;
    font-weight: 700;
    text-align: left;
}
#bottom_navigation + .description h3 { font-size: 18px !important; }
#bottom_navigation + .description ul,
#bottom_navigation + .description ol { margin: 0 0 18px; padding-left: 24px; }
#bottom_navigation + .description ul { list-style: disc; }
#bottom_navigation + .description ol { list-style: decimal; }
#bottom_navigation + .description li { display: list-item; margin: 0 0 8px; }
#bottom_navigation + .description .seo-related { margin: 24px 0 0; }
#bottom_navigation + .description .seo-related ul { padding: 0; list-style: none; }
#bottom_navigation + .description .seo-related li { display: block; margin: 0; }
#bottom_navigation + .description > :first-child,
#bottom_navigation + .description .seo-copy > :first-child { margin-top: 0 !important; }
#bottom_navigation + .description > :last-child,
#bottom_navigation + .description .seo-copy > :last-child { margin-bottom: 0 !important; }
#bottom_navigation + .description img { max-width: 100%; height: auto; }
#bottom_navigation + .description iframe,
#bottom_navigation + .description video { max-width: 100%; }
@media (max-width: 767px) {
    .seo-home h1 { font-size: 22px; }
    .seo-intro, .seo-home, .seo-related { padding: 0 10px; }
    #bottom_navigation + .description { max-width: 100%; margin-top: 24px; padding-top: 20px; }
    #bottom_navigation + .description h2 { font-size: 20px !important; }
    #bottom_navigation + .description .seo-related { padding: 0; }
}
