/**
 * Multi-site knowledge blog frontend.
 * One responsive system, with per-site accent and content configuration.
 */

@font-face {
	font-family: "Euclid Circular A";
	src: url("https://g.lazcdn.com/g/lzd/assets/1.2.13/font/EuclidCircularA-Regular.woff2") format("woff2");
	font-style: normal;
	font-weight: 400;
	font-display: optional;
}

@font-face {
	font-family: "Euclid Circular A";
	src: url("https://g.lazcdn.com/g/lzd/assets/1.2.13/font/EuclidCircularA-Medium.woff2") format("woff2");
	font-style: normal;
	font-weight: 500;
	font-display: optional;
}

@font-face {
	font-family: "Euclid Circular A";
	src: url("https://g.lazcdn.com/g/lzd/assets/1.2.13/font/EuclidCircularA-Medium.woff2") format("woff2");
	font-style: normal;
	font-weight: 600;
	font-display: optional;
}

@font-face {
	font-family: "Euclid Circular A";
	src: url("https://g.lazcdn.com/g/lzd/assets/1.2.13/font/EuclidCircularA-Bold.woff2") format("woff2");
	font-style: normal;
	font-weight: 700;
	font-display: optional;
}

:root {
	--ms-accent: #315f8c;
	--ms-secondary: #c78035;
	--ms-text: #202124;
	--ms-muted: #686d73;
	--ms-line: #e3e5e8;
	--ms-soft: color-mix(in srgb, var(--ms-accent) 8%, #fff);
	--ms-soft-strong: color-mix(in srgb, var(--ms-accent) 16%, #fff);
	--ms-secondary-soft: color-mix(in srgb, var(--ms-secondary) 9%, #fff);
	--ms-dark: #20252b;
	--ms-max: 1120px;
	--ms-nav-max: 1760px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.ms-toc { margin: 0; background: #fff; color: var(--ms-text); font-family: "Euclid Circular A", Arial, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.ms-toc img { max-width: 100%; }
body.ms-toc a { color: inherit; text-decoration: none; cursor: pointer; }
body.ms-toc button,
body.ms-toc summary { cursor: pointer; font: inherit; }
body.ms-toc h1,
body.ms-toc h2,
body.ms-toc h3 { color: var(--ms-text); line-height: 1.22; letter-spacing: -.02em; }
body.ms-toc h1 { font-size: clamp(1.65rem, 2.6vw, 2.4rem); }
body.ms-toc h2 { font-size: clamp(1.45rem, 2.5vw, 2.15rem); }
body.ms-toc h3 { font-size: 1.14rem; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

/* Header */
.ms-header { position: sticky; top: 0; z-index: 100; background: rgba(255, 255, 255, .97); border-bottom: 1px solid var(--ms-line); backdrop-filter: blur(12px); }
.ms-header-main { width: min(100%, var(--ms-max)); min-height: 62px; margin: 0 auto; padding: 12px 22px; display: grid; grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr); align-items: center; gap: 24px; }
.ms-brand { justify-self: center; font-size: 1.25rem; }
.ms-brand-lockup { display: inline-flex; align-items: baseline; gap: .38em; white-space: nowrap; }
.ms-header .ms-brand-lockup { align-items: center; flex-direction: column; gap: 2px; line-height: 1.05; }
.ms-brand-name { max-width: 100%; display: inline-flex; align-items: baseline; gap: .38em; }
.ms-brand-family { font-weight: 700; }
.ms-brand-separator { color: var(--ms-secondary); font-size: .88em; font-weight: 500; }
.ms-brand-vertical { font-weight: 500; }
.ms-brand-tagline { color: var(--ms-muted); font-size: .56em; font-weight: 500; letter-spacing: .01em; line-height: 1.2; }
.ms-icon-action { min-height: 38px; padding: 0; border: 0; background: transparent; color: var(--ms-muted); display: inline-flex; align-items: center; gap: 9px; }
.ms-icon-action svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.ms-icon-action:hover { color: var(--ms-accent); }
.ms-header-actions { justify-self: end; display: flex; align-items: center; gap: 16px; }
.ms-menu-toggle { display: none; }
.ms-venture-label { color: var(--ms-muted); font-size: .88rem; }
.ms-country-switcher { position: relative; z-index: 260; color: var(--ms-muted); font-size: .88rem; }
.ms-country-switcher summary { list-style: none; padding: 8px 0; }
.ms-country-switcher summary::-webkit-details-marker { display: none; }
.ms-country-switcher summary::after { content: "⌄"; display: inline-block; margin-left: 6px; }
.ms-country-menu { position: absolute; z-index: 270; top: calc(100% + 8px); right: 0; min-width: 230px; padding: 8px 0; background: #fff; border: 1px solid var(--ms-line); box-shadow: 0 12px 30px rgba(20, 24, 30, .14); }
.ms-country-menu::before { content: ""; position: absolute; left: 0; right: 0; top: -9px; height: 9px; }
.ms-country-menu a { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 8px 14px; }
.ms-country-name { color: var(--ms-text); }
.ms-country-meta { color: var(--ms-muted); font-size: .78rem; white-space: nowrap; }
.ms-country-menu a:hover,
.ms-country-menu a[aria-current="page"] { color: var(--ms-accent); background: var(--ms-soft); }
.ms-country-menu a:hover .ms-country-name,
.ms-country-menu a[aria-current="page"] .ms-country-name { color: var(--ms-accent); }
.ms-primary-nav { border-top: 1px solid var(--ms-line); }
.ms-primary-nav-inner { width: min(100%, var(--ms-nav-max)); margin: 0 auto; padding: 9px 22px; display: flex; align-items: center; justify-content: center; flex-wrap: nowrap; gap: 12px clamp(12px, 1.15vw, 22px); }
.ms-primary-nav-inner > a,
.ms-primary-nav-inner > .ms-nav-item { flex: 0 0 auto; }
.ms-primary-nav a { font-size: .92rem; font-weight: 600; }
.ms-primary-nav a:hover,
.ms-primary-nav a[aria-current="page"] { color: var(--ms-accent); }
.ms-nav-item { position: relative; }
.ms-nav-parent { display: flex; align-items: center; gap: 4px; white-space: nowrap; }
.ms-submenu-toggle { width: 22px; height: 22px; padding: 0; display: grid; place-items: center; border: 0; background: transparent; color: var(--ms-muted); }
.ms-submenu-toggle svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; transition: transform .18s ease; }
.ms-nav-item.is-open .ms-submenu-toggle svg { transform: rotate(180deg); }
.ms-submenu { position: absolute; z-index: 210; top: calc(100% + 9px); left: 50%; min-width: 220px; padding: 8px 0; display: none; transform: translateX(-50%); background: #fff; border-top: 2px solid var(--ms-secondary); box-shadow: 0 12px 30px rgba(20, 24, 30, .12); }
.ms-submenu::before { content: ""; position: absolute; left: 0; right: 0; top: -11px; height: 11px; }
.ms-nav-item:hover .ms-submenu,
.ms-nav-item:focus-within .ms-submenu,
.ms-nav-item.is-open .ms-submenu { display: block; }
.ms-primary-nav .ms-submenu a { display: block; padding: 8px 15px; color: var(--ms-text); font-size: .86rem; font-weight: 500; line-height: 1.35; }
.ms-primary-nav .ms-submenu a:hover,
.ms-primary-nav .ms-submenu a[aria-current="page"] { background: var(--ms-soft); color: var(--ms-accent); }
.ms-more-toggle { width: auto; height: 22px; display: flex; align-items: center; gap: 4px; color: var(--ms-text); font: inherit; font-size: .92rem; font-weight: 600; }
.ms-more-toggle:hover,
.ms-more-toggle[aria-current="page"] { color: var(--ms-accent); }
.ms-more-menu { left: auto; right: 0; width: min(720px, calc(100vw - 44px)); max-height: min(70vh, 520px); padding: 14px; transform: none; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px 18px; overflow-y: auto; }
.ms-nav-more::after { content: ""; position: absolute; z-index: 209; top: 100%; right: 0; width: min(720px, calc(100vw - 44px)); height: 9px; display: none; }
.ms-nav-more:hover::after,
.ms-nav-more:focus-within::after,
.ms-nav-more.is-open::after { display: block; }
.ms-nav-more:hover .ms-more-menu,
.ms-nav-more:focus-within .ms-more-menu,
.ms-nav-more.is-open .ms-more-menu { display: grid; }
.ms-more-group { min-width: 0; }
.ms-primary-nav .ms-more-menu .ms-more-category { padding: 4px 8px 7px; color: var(--ms-text); font-size: .9rem; font-weight: 700; }
.ms-mobile-country-nav { display: none; }
.ms-header.has-collapsed-nav .ms-menu-toggle { display: inline-flex; }
.ms-header.has-collapsed-nav .ms-primary-nav { position: absolute; left: 0; right: 0; top: 100%; display: none; background: #fff; box-shadow: 0 14px 28px rgba(20, 24, 30, .1); }
.ms-header.has-collapsed-nav .ms-primary-nav.is-open { display: block; }
.ms-header.has-collapsed-nav .ms-primary-nav-inner { width: min(100%, var(--ms-max)); max-height: calc(100vh - 62px); padding: 12px 22px 18px; display: grid; justify-content: stretch; gap: 0; overflow-y: auto; }
.ms-header.has-collapsed-nav .ms-primary-nav-inner > a { padding: 10px 2px; border-bottom: 1px solid var(--ms-line); }
.ms-header.has-collapsed-nav .ms-nav-item { border-bottom: 1px solid var(--ms-line); }
.ms-header.has-collapsed-nav .ms-nav-parent { display: grid; grid-template-columns: minmax(0, 1fr) 42px; gap: 0; }
.ms-header.has-collapsed-nav .ms-nav-parent > a { padding: 10px 2px; }
.ms-header.has-collapsed-nav .ms-submenu-toggle { width: 42px; height: 42px; justify-self: end; }
.ms-header.has-collapsed-nav .ms-nav-item:hover .ms-submenu,
.ms-header.has-collapsed-nav .ms-nav-item:focus-within .ms-submenu { display: none; }
.ms-header.has-collapsed-nav .ms-nav-item.is-open .ms-submenu { display: block; }
.ms-header.has-collapsed-nav .ms-submenu { position: static; min-width: 0; padding: 2px 0 10px 16px; transform: none; border-top: 0; box-shadow: none; }
.ms-header.has-collapsed-nav .ms-submenu::before { display: none; }
.ms-header.has-collapsed-nav .ms-primary-nav .ms-submenu a { padding: 8px 2px; border: 0; color: var(--ms-muted); font-size: .88rem; }
.ms-header.has-collapsed-nav .ms-nav-more .ms-nav-parent { grid-template-columns: minmax(0, 1fr); }
.ms-header.has-collapsed-nav .ms-nav-more::after { display: none; }
.ms-header.has-collapsed-nav .ms-more-toggle { width: 100%; height: 42px; padding: 10px 2px; justify-content: space-between; justify-self: stretch; }
.ms-header.has-collapsed-nav .ms-more-menu { width: auto; max-height: none; padding: 2px 0 10px 16px; overflow: visible; }
.ms-header.has-collapsed-nav .ms-nav-more.is-open .ms-more-menu { display: block; }
.ms-header.has-collapsed-nav .ms-more-group { padding: 4px 0 8px; }
.ms-search-panel { border-top: 1px solid var(--ms-line); background: #fff; }
.ms-search-panel form { width: min(100%, 720px); margin: 0 auto; padding: 15px 22px; display: flex; gap: 12px; }
.ms-search-panel input { min-width: 0; flex: 1; border: 0; border-bottom: 1px solid var(--ms-muted); padding: 9px 2px; background: transparent; color: var(--ms-text); font: inherit; }
.ms-search-panel button { border: 0; padding: 9px 16px; background: var(--ms-text); color: #fff; }

/* Shared layout */
.ms-main { width: min(100%, var(--ms-max)); min-height: 52vh; margin: 0 auto; padding: 24px 22px 64px; }
.ms-section { margin-top: 54px; }
.ms-section-heading { margin-bottom: 20px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.ms-section-heading h2,
.ms-section-heading p { margin: 0; }
.ms-section-heading h2 { font-size: clamp(1.4rem, 1.8vw, 1.75rem); }
.ms-section-kicker,
.ms-category-label { display: inline-block; font-size: .86rem; font-weight: 700; letter-spacing: .01em; }
.ms-section-kicker { color: var(--ms-secondary); }
.ms-category-label { padding: 4px 8px; background: var(--ms-accent); color: #fff; line-height: 1.25; }
.ms-text-link { color: var(--ms-accent); font-weight: 650; text-decoration: underline; text-underline-offset: 4px; }
.ms-breadcrumb { margin: 0 0 28px; display: flex; flex-wrap: wrap; align-items: center; gap: 7px; color: var(--ms-muted); font-size: .9rem; }
.ms-breadcrumb a:hover { color: var(--ms-accent); }
.ms-empty { padding: 56px 0; text-align: center; color: var(--ms-muted); }
.ms-image-fallback { display: block; width: 100%; height: 100%; min-height: inherit; background: var(--ms-secondary-soft); }

/* Homepage editorial carousel */
.ms-editorial-gallery { position: relative; margin-bottom: 44px; background: #fff; }
.ms-gallery-slides { height: clamp(390px, 39vw, 440px); display: grid; grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr); grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 10px; }
.ms-gallery-slide { position: relative; min-width: 0; min-height: 0; overflow: hidden; background: var(--ms-soft-strong); }
.ms-gallery-slide[hidden] { display: none; }
.ms-gallery-slide.is-featured { grid-column: 1; grid-row: 1 / 3; }
.ms-gallery-slide.is-secondary-top { grid-column: 2; grid-row: 1; }
.ms-gallery-slide.is-secondary-bottom { grid-column: 2; grid-row: 2; }
.ms-editorial-gallery[data-gallery-count="1"] .ms-gallery-slide.is-featured { grid-column: 1 / 3; }
.ms-editorial-gallery[data-gallery-count="2"] .ms-gallery-slide.is-secondary { grid-row: 1 / 3; }
.ms-gallery-media { position: absolute; inset: 0; display: block; overflow: hidden; background: var(--ms-soft-strong); }
.ms-gallery-media img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s ease; }
.ms-gallery-slide:hover .ms-gallery-media img { transform: scale(1.015); }
.ms-gallery-copy { position: absolute; z-index: 2; }
.ms-gallery-copy > a { display: block; }
.ms-gallery-slide.is-featured .ms-gallery-copy { left: 20px; bottom: 20px; width: calc(100% - 40px); padding: 16px 20px 24px; background: rgba(255, 255, 255, .4); -webkit-backdrop-filter: blur(20px) saturate(1.1); backdrop-filter: blur(20px) saturate(1.1); }
.ms-editorial-gallery .ms-gallery-copy h2 { margin: 5px 0 0; color: var(--ms-text); }
.ms-editorial-gallery .ms-gallery-slide.is-featured .ms-gallery-copy h2 { max-width: none; color: var(--ms-accent); font-size: clamp(1.35rem, 2.1vw, 1.9rem); }
.ms-gallery-slide.is-secondary .ms-gallery-copy { left: 10px; right: auto; bottom: 10px; padding: 0; background: transparent; -webkit-backdrop-filter: none; backdrop-filter: none; }
.ms-gallery-slide.is-secondary .ms-gallery-copy > a { overflow: hidden; line-height: 1.3; white-space: nowrap; text-overflow: ellipsis; }
.ms-gallery-slide.is-secondary .ms-category-label { display: block; max-width: 100%; overflow: hidden; padding: 8px 11px; color: #fff; font-size: .82rem; font-weight: 700; white-space: nowrap; text-overflow: ellipsis; }
.ms-gallery-slide.is-secondary .ms-gallery-copy h2 { display: none; }
.ms-editorial-gallery .ms-gallery-copy a:hover h2 { color: var(--ms-accent); }
.ms-carousel-arrow { position: absolute; z-index: 3; top: 50%; width: 42px; height: 42px; padding: 0; display: grid; place-items: center; border: 0; background: transparent; color: rgba(32, 33, 36, .44); transform: translateY(-50%); }
.ms-carousel-arrow:hover { background: transparent; color: color-mix(in srgb, var(--ms-accent) 72%, transparent); }
.ms-carousel-arrow svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.ms-carousel-prev { left: 12px; }
.ms-carousel-next { left: calc(66.666% - 46px); }
.ms-carousel-progress { position: absolute; z-index: 3; right: calc(33.333% + 20px); bottom: 5px; display: flex; gap: 7px; }
.ms-carousel-progress button { width: 24px; height: 3px; padding: 0; border: 0; background: rgba(32, 33, 36, .2); }
.ms-carousel-progress button.is-active { background: var(--ms-secondary); }

.ms-section-heading h2::after { content: ""; display: block; width: 46px; height: 3px; margin-top: 10px; background: var(--ms-secondary); }
.ms-child-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 28px; }
.ms-child-link { min-height: 58px; padding: 15px 0; border-top: 1px solid var(--ms-line); display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.ms-child-link strong { display: block; }
.ms-child-link small { display: block; margin-top: 4px; color: var(--ms-muted); font-size: .88rem; font-weight: 400; }
.ms-child-link > span:last-child { color: var(--ms-secondary); }
.ms-child-link:hover strong { color: var(--ms-accent); }

/* Reusable post cards */
.ms-post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 34px 22px; }
.ms-post-card { min-width: 0; }
.ms-post-image { width: 100%; aspect-ratio: 16 / 9; overflow: hidden; background: var(--ms-soft); }
.ms-post-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: filter .18s ease; }
.ms-post-copy { padding-top: 15px; }
.ms-post-copy h3 { margin: 7px 0 8px; }
.ms-post-copy p { margin: 0; color: var(--ms-muted); }
.ms-post-card-link:hover h3 { color: var(--ms-accent); }
.ms-post-card-link:hover img { filter: saturate(1.08); }

/* Homepage latest articles: one lead story, two compact stories, and two rows of three supporting stories. */
.ms-latest-grid { grid-template-columns: repeat(12, minmax(0, 1fr)); grid-template-rows: repeat(2, 150px) auto; grid-auto-flow: dense; gap: 18px; }
.ms-latest-grid .ms-post-card:first-child { grid-column: span 7; grid-row: span 2; }
.ms-latest-grid .ms-post-card:nth-child(2),
.ms-latest-grid .ms-post-card:nth-child(3) { grid-column: span 5; }
.ms-latest-grid .ms-post-card:nth-child(n+4) { grid-column: span 4; }
.ms-latest-grid .ms-post-card:first-child .ms-post-card-link { position: relative; height: 100%; display: block; overflow: hidden; background: var(--ms-soft); }
.ms-latest-grid .ms-post-card:first-child .ms-post-card-link::after { display: none; }
.ms-latest-grid .ms-post-card:first-child .ms-post-image { height: 100%; aspect-ratio: auto; }
.ms-latest-grid .ms-post-card:first-child .ms-post-copy { position: absolute; z-index: 2; left: 16px; right: 16px; bottom: 16px; padding: 14px 16px 16px; background: rgba(255, 255, 255, .68); color: var(--ms-text); -webkit-backdrop-filter: blur(16px) saturate(1.06); backdrop-filter: blur(16px) saturate(1.06); }
.ms-latest-grid .ms-post-card:first-child .ms-category-label { color: #fff; }
.ms-latest-grid .ms-post-card:first-child h3 { max-width: none; margin: 7px 0 0; color: var(--ms-text); font-size: clamp(1.18rem, 1.7vw, 1.45rem); display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.ms-latest-grid .ms-post-card:first-child p { display: none; }
.ms-latest-grid .ms-post-card:first-child .ms-post-card-link:hover h3 { color: var(--ms-accent); text-decoration: none; }
.ms-latest-grid .ms-post-card:nth-child(2) .ms-post-card-link,
.ms-latest-grid .ms-post-card:nth-child(3) .ms-post-card-link { height: 100%; display: grid; grid-template-columns: minmax(132px, 40%) minmax(0, 1fr); gap: 16px; align-items: start; padding-bottom: 12px; border-bottom: 1px solid var(--ms-line); }
.ms-latest-grid .ms-post-card:nth-child(2) .ms-post-image,
.ms-latest-grid .ms-post-card:nth-child(3) .ms-post-image { height: 134px; aspect-ratio: auto; }
.ms-latest-grid .ms-post-card:nth-child(2) .ms-post-copy,
.ms-latest-grid .ms-post-card:nth-child(3) .ms-post-copy { padding-top: 0; }
.ms-latest-grid .ms-post-card:nth-child(2) .ms-post-copy p,
.ms-latest-grid .ms-post-card:nth-child(3) .ms-post-copy p { display: none; }
.ms-latest-grid .ms-post-card:nth-child(2) h3,
.ms-latest-grid .ms-post-card:nth-child(3) h3 { margin-bottom: 0; font-size: 1rem; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.ms-latest-grid .ms-post-card:nth-child(n+4) .ms-post-image { aspect-ratio: 16 / 9; }
.ms-latest-grid .ms-post-card:nth-child(n+4) .ms-post-copy p { display: none; }

/* Three rotating editorial guides. */
.ms-focus-section { padding: 22px 30px 26px; background: var(--ms-secondary-soft); }
body.ms-toc .ms-home-positioning { margin: 0 0 14px; color: var(--ms-muted); font-size: .88rem; font-weight: 600; line-height: 1.3; letter-spacing: .02em; }
body.ms-toc .ms-home-positioning-standalone { margin-bottom: 22px; color: var(--ms-text); font-size: clamp(1.25rem, 2vw, 1.55rem); letter-spacing: -.01em; }
.ms-focus-guides { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 48px; }
.ms-guide-card { position: relative; min-width: 0; }
.ms-guide-card + .ms-guide-card::before { content: ""; position: absolute; top: 0; bottom: 0; left: -24px; width: 1px; background: color-mix(in srgb, var(--ms-secondary) 25%, transparent); }
.ms-guide-heading { min-height: 50px; margin-bottom: 12px; display: flex; align-items: start; justify-content: space-between; gap: 12px; }
body.ms-toc .ms-guide-heading h2 { margin: 0; font-size: 1.08rem; line-height: 1.25; }
.ms-guide-heading h2 a:hover { color: var(--ms-accent); }
body.ms-toc .ms-guide-more { flex: 0 0 auto; width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; background: var(--ms-secondary); color: #fff; }
.ms-guide-more svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
body.ms-toc .ms-guide-more:hover { background: var(--ms-accent); color: #fff; }
.ms-guide-image { aspect-ratio: 16 / 9; overflow: hidden; background: var(--ms-soft); }
.ms-guide-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: filter .18s ease; }
body.ms-toc .ms-guide-lead h3 { height: 2.8em; margin: 12px 0 0; font-size: 1.06rem; line-height: 1.4; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.ms-guide-lead:hover h3 { color: var(--ms-accent); text-decoration: none; }
.ms-guide-lead:hover img { filter: saturate(1.08); }
.ms-guide-related { min-height: 58px; margin-top: 14px; padding-top: 13px; border-top: 1px solid color-mix(in srgb, var(--ms-secondary) 22%, transparent); display: flex; align-items: start; justify-content: space-between; gap: 12px; color: var(--ms-muted); font-size: .9rem; font-weight: 600; line-height: 1.4; }
.ms-guide-related > span:first-child { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.ms-guide-related > span:last-child { color: var(--ms-secondary); }
.ms-guide-related:hover { color: var(--ms-accent); text-decoration: none; }
.ms-latest-section { margin-top: 58px; }

/* Category landing page */
.ms-category-header { padding-bottom: 28px; border-bottom: 1px solid var(--ms-line); }
.ms-category-header h1 { margin: 0; }
.ms-category-header h1,
.ms-list-header h1 { font-size: clamp(1.75rem, 2.4vw, 2.35rem); }
.ms-category-header h1::after,
.ms-list-header h1::after,
.ms-category-children h2::after,
.ms-products h2::after,
.ms-related h2::after { content: ""; display: block; width: 38px; height: 3px; margin-top: 10px; background: var(--ms-secondary); }
.ms-category-description { margin-top: 12px; max-width: 720px; color: var(--ms-muted); }
.ms-category-description p { margin: 0; }
.ms-category-children { padding: 30px 0 36px; }
.ms-category-children h2 { margin: 0 0 18px; }
.ms-category-feature { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr); align-items: stretch; margin: 4px 0 54px; background: var(--ms-soft); }
.ms-category-feature-image { position: relative; min-height: 360px; height: 100%; overflow: hidden; background: var(--ms-soft-strong); }
.ms-category-feature-image img,
.ms-category-feature-image > .ms-image-fallback { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; }
.ms-category-feature-copy { padding: 32px 36px; display: flex; flex-direction: column; justify-content: center; align-self: stretch; }
.ms-category-feature-copy h2 { margin: 8px 0 12px; font-size: clamp(1.55rem, 2vw, 2rem); line-height: 1.18; }
.ms-category-feature-copy p { margin: 0 0 17px; color: var(--ms-muted); }
.ms-category-feature:hover h2 { color: var(--ms-accent); }
.ms-list-header { margin-bottom: 28px; padding-bottom: 24px; border-bottom: 1px solid var(--ms-line); }
.ms-list-header h1 { margin: 0; }

/* Pagination */
.ms-pagination { margin-top: 46px; padding-top: 22px; border-top: 1px solid var(--ms-line); display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 20px; }
.ms-pagination .page-numbers { padding: 4px 0; color: var(--ms-muted); }
.ms-pagination a:hover { color: var(--ms-accent); }
.ms-pagination .current { color: var(--ms-text); border-bottom: 2px solid var(--ms-secondary); }
.ms-pagination .prev,
.ms-pagination .next { color: var(--ms-accent); font-weight: 650; }

/* Article */
.ms-article { max-width: 960px; margin: 0 auto; }
.ms-article .ms-breadcrumb,
.ms-article-header,
.ms-article-content,
.ms-article-disclaimer,
.ms-faq,
.ms-author-card { max-width: 740px; margin-left: auto; margin-right: auto; }
.ms-article-layout { max-width: 740px; margin-left: auto; margin-right: auto; }
.ms-article.has-related-rail { max-width: 1100px; }
.ms-article.has-related-rail .ms-breadcrumb,
.ms-article.has-related-rail .ms-article-header,
.ms-article.has-related-rail .ms-article-disclaimer,
.ms-article.has-related-rail .ms-author-card,
.ms-article.has-related-rail .ms-comments { margin-left: 0; margin-right: auto; }
.ms-article.has-related-rail .ms-article-layout { max-width: none; display: grid; grid-template-columns: minmax(0, 740px) minmax(232px, 304px); align-items: start; gap: 56px; }
.ms-article.has-related-rail .ms-article-content { max-width: none; width: 100%; margin: 0; }
.ms-article-header { margin-bottom: 28px; }
.ms-article-header a.ms-category-label { color: #fff; }
.ms-article-header h1 { margin: 10px 0 14px; }
.ms-article-deck { margin: 0 0 18px; color: var(--ms-muted); font-size: 1.12rem; line-height: 1.6; }
.ms-article-byline { color: var(--ms-muted); font-size: .92rem; display: flex; align-items: center; flex-wrap: wrap; gap: 5px 10px; }
.ms-article-byline strong { color: var(--ms-text); }
.ms-article-byline > * + *::before { margin-right: 10px; color: var(--ms-line); content: "\2022"; }
.ms-google-preferred { width: fit-content; margin-top: 10px; display: inline-flex; align-items: center; gap: 6px; color: var(--ms-muted); font-size: .82rem; line-height: 1.4; }
.ms-google-preferred:hover { color: var(--ms-accent); text-decoration: underline; text-underline-offset: 3px; }
.ms-google-preferred .lazada-footer-link-icon { width: 15px !important; height: 15px !important; flex-basis: 15px !important; }
.ms-article-content { color: #2d3136; font-family: Georgia, "Times New Roman", serif; font-size: 1.08rem; line-height: 1.82; }
.ms-article-content > :first-child { margin-top: 0; }
.ms-article-content h2,
.ms-article-content h3,
.ms-article-content h4 { margin: 2em 0 .7em; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
.ms-article-content p { margin: 0 0 1.25em; text-align: justify; text-justify: inter-word; }
.ms-article-content a { color: var(--ms-accent); text-decoration: underline; text-underline-offset: 3px; }
.ms-article-content ul,
.ms-article-content ol { margin: 0 0 1.35em 1.4em; padding: 0; }
.ms-article-content li { margin-bottom: .48em; }
.ms-article-content blockquote { margin: 1.6em 0; padding: .2em 0 .2em 20px; border-left: 3px solid var(--ms-accent); color: #4e5359; }
.ms-article-content img { max-width: 100%; height: auto; display: block; margin: 1.6em auto; }
.ms-article-content figure { max-width: 100%; margin: 1.7em 0; }
.ms-article-content figcaption { color: var(--ms-muted); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; font-size: .85rem; }
.ms-article-content .ms-ai-image-wrap { display: block; margin: 1.7em 0; text-align: center; }
.ms-article-content .ms-ai-image img,
.ms-article-content .ms-ai-image-wrap img { margin: 0 auto; }
.ms-article-content .ms-ai-image-caption,
.ms-article-content .ms-ai-image-disclosure { color: var(--ms-muted); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; font-size: .82rem; line-height: 1.5; }
.ms-article-content .ms-ai-image-caption { display: block; margin-top: .55rem; text-align: center; }
.ms-article-content figcaption .ms-ai-image-disclosure { display: block; margin-top: .35rem; }
.ms-article-content .ms-ai-image-wrap > .ms-ai-image-disclosure { display: block; margin-top: .55rem; }
.ms-article-content table { width: 100%; border-collapse: collapse; display: block; overflow-x: auto; margin: 1.6em 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; font-size: .94rem; }
.ms-article-content th,
.ms-article-content td { padding: 10px 12px; border-bottom: 1px solid var(--ms-line); text-align: left; }
.ms-article-content th { background: var(--ms-soft); color: var(--ms-dark); font-weight: 700; }

/* Product block */
.ms-products { margin: 42px 0; padding: 26px 0 28px; border-top: 1px solid var(--ms-line); border-bottom: 1px solid var(--ms-line); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
.ms-products-heading { margin-bottom: 20px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.ms-products h2 { margin: 0; }
.ms-product-controls { display: inline-flex; align-items: center; gap: 7px; }
.ms-product-total { min-width: 26px; color: var(--ms-muted); text-align: center; font-size: .82rem; }
.ms-product-controls button { width: 34px; height: 34px; padding: 0; border: 1px solid var(--ms-line); border-radius: 50%; background: #fff; color: var(--ms-text); cursor: pointer; }
.ms-product-controls button:hover:not(:disabled) { border-color: var(--ms-accent); color: var(--ms-accent); }
.ms-product-controls button:disabled { opacity: .34; cursor: default; }
.ms-product-grid { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 48px) / 4); align-items: stretch; justify-content: start; gap: 16px; overflow-x: auto; padding: 0 0 10px; scroll-behavior: smooth; scroll-snap-type: x mandatory; overscroll-behavior-inline: contain; scrollbar-width: thin; }
.ms-products-count-1 .ms-product-grid { grid-auto-columns: minmax(0, 300px); }
.ms-products-count-2 .ms-product-grid { grid-auto-columns: minmax(0, 300px); }
.ms-products-count-3 .ms-product-grid { grid-auto-columns: calc((100% - 32px) / 3); }
.ms-product-card { min-width: 0; display: flex; flex-direction: column; align-self: start; scroll-snap-align: start; }
.ms-product-image { width: 100%; aspect-ratio: 1; overflow: hidden; background: var(--ms-soft); }
.ms-product-image img { width: 100%; height: 100%; margin: 0; object-fit: contain; display: block; }
.ms-product-copy { min-width: 0; padding-top: 12px; display: flex; flex-direction: column; }
.ms-product-brand { min-height: 1.2em; display: block; margin-bottom: 4px; overflow: hidden; color: var(--ms-muted); font-size: .78rem; line-height: 1.2; white-space: nowrap; text-overflow: ellipsis; }
.ms-product-copy strong { height: 2.84em; display: -webkit-box; overflow: hidden; line-height: 1.42; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.ms-product-price { min-height: 1.35em; display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px; margin-top: 7px; font-size: .9rem; }
.ms-product-price b { color: var(--ms-accent); }
.ms-product-price s { color: var(--ms-muted); }
.ms-product-copy .ms-text-link { display: inline-block; margin-top: 9px; font-size: .86rem; }
.ms-product-card:hover strong { color: var(--ms-accent); }
.ms-price-notice { margin: 10px 0 0 !important; color: var(--ms-muted); font-size: .78rem; line-height: 1.5; }

/* FAQ */
.ms-faq { margin-top: 46px; }
.ms-faq h2 { margin: 0 0 18px; }
.ms-faq-list { border-top: 1px solid var(--ms-line); }
.ms-faq-item { border-bottom: 1px solid var(--ms-line); }
.ms-faq-item summary { position: relative; padding: 18px 38px 18px 0; color: var(--ms-text); font-weight: 650; cursor: pointer; list-style: none; }
.ms-faq-item summary::-webkit-details-marker { display: none; }
.ms-faq-item summary::after { position: absolute; top: 17px; right: 4px; color: var(--ms-accent); content: "+"; font-size: 1.25rem; font-weight: 400; }
.ms-faq-item[open] summary::after { content: "\2212"; }
.ms-faq-item p { margin: -4px 0 20px; color: var(--ms-muted); line-height: 1.72; }

/* RSS subscription hub */
.ms-rss-main { max-width: 1000px; padding-top: 24px; }
.ms-rss-hero { padding: 34px; display: grid; grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr); align-items: center; gap: 34px; background: linear-gradient(135deg, var(--ms-soft), #fff 68%); border-top: 4px solid var(--ms-secondary); }
.ms-rss-intro { max-width: 520px; }
.ms-rss-icon { width: 44px; height: 44px; margin-bottom: 14px; display: inline-flex; align-items: center; justify-content: center; background: var(--ms-secondary); color: #fff; }
.ms-rss-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
body.ms-toc .ms-rss-intro h1 { margin: 5px 0 10px; font-size: clamp(1.85rem, 3.4vw, 2.65rem); }
.ms-rss-intro p { margin: 0; color: var(--ms-muted); font-size: .98rem; line-height: 1.58; }
.ms-rss-current { min-width: 0; padding: 22px; border: 1px solid var(--ms-line); background: #fff; box-shadow: 0 14px 34px rgba(25, 35, 45, .08); }
.ms-rss-current-label { display: block; color: var(--ms-secondary); font-size: .78rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.ms-rss-current > strong { margin: 4px 0 12px; display: block; font-size: 1.12rem; }
.ms-rss-current label { display: block; margin-bottom: 7px; color: var(--ms-muted); font-size: .8rem; font-weight: 650; }
.ms-rss-address { min-width: 0; display: grid; grid-template-columns: minmax(0, 1fr) auto; }
.ms-rss-address input { width: 100%; min-width: 0; padding: 11px 12px; border: 1px solid var(--ms-line); background: #fff; color: var(--ms-text); font: inherit; font-size: .86rem; }
.ms-rss-address input:focus { position: relative; z-index: 1; border-color: var(--ms-accent); outline: 2px solid color-mix(in srgb, var(--ms-accent) 18%, transparent); }
.ms-rss-address button { min-width: 120px; padding: 10px 14px; border: 0; display: inline-flex; align-items: center; justify-content: center; gap: 7px; background: var(--ms-dark); color: #fff; font: inherit; font-size: .82rem; font-weight: 700; white-space: nowrap; }
.ms-rss-address button:hover { background: var(--ms-accent); }
.ms-rss-address button.is-copied { background: #16835f; }
.ms-rss-address button.is-copied::before { width: .42em; height: .72em; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; content: ""; transform: translateY(-.08em) rotate(45deg); }
.ms-rss-actions { margin-top: 10px; display: flex; align-items: center; gap: 14px; }
.ms-rss-primary { min-height: 38px; padding: 8px 14px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; background: var(--ms-accent); color: #fff !important; font-weight: 700; }
.ms-rss-primary:hover { background: var(--ms-dark); }
.ms-rss-external::after { width: .62em; height: .62em; margin-left: .42em; border-top: 1.5px solid currentColor; border-right: 1.5px solid currentColor; display: inline-block; flex: 0 0 auto; background: linear-gradient(to top right, transparent 43%, currentColor 44%, currentColor 54%, transparent 55%); content: ""; transform: translateY(-.08em); }
.ms-rss-how { margin-top: 22px; padding: 13px 0; border-top: 1px solid var(--ms-line); border-bottom: 1px solid var(--ms-line); display: grid; grid-template-columns: 150px minmax(0, 1fr); align-items: center; gap: 18px; }
body.ms-toc .ms-rss-how h2 { margin: 0; font-size: 1.12rem; line-height: 1.25; }
.ms-rss-how ol { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; list-style: none; counter-reset: ms-rss-step; }
.ms-rss-how li { min-height: 0; padding: 9px 11px; border-left: 2px solid var(--ms-accent); display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: start; gap: 7px; background: var(--ms-soft); color: var(--ms-muted); font-size: .82rem; line-height: 1.45; counter-increment: ms-rss-step; }
.ms-rss-how li::before { margin: 0; color: var(--ms-accent); content: counter(ms-rss-step, decimal-leading-zero); font-size: .82rem; font-weight: 750; line-height: 1.45; }
.ms-rss-recommended { margin-top: 24px; }
.ms-rss-country-tabs { margin-bottom: 18px; border-bottom: 1px solid var(--ms-line); display: flex; gap: 4px; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: none; }
.ms-rss-country-tabs::-webkit-scrollbar { display: none; }
.ms-rss-country-tabs button { min-width: 118px; min-height: 48px; padding: 8px 12px 9px; border: 0; border-bottom: 3px solid transparent; display: inline-flex; flex: 1 0 auto; align-items: center; justify-content: center; gap: 7px; background: transparent; color: var(--ms-muted); font: inherit; cursor: pointer; }
.ms-rss-country-tabs button span { font-size: .88rem; font-weight: 700; white-space: nowrap; }
.ms-rss-country-tabs button small { color: inherit; font-size: .7rem; font-weight: 750; letter-spacing: .05em; }
.ms-rss-country-tabs button:hover { background: var(--ms-soft); color: var(--ms-text); }
.ms-rss-country-tabs button[aria-selected="true"] { border-bottom-color: var(--ms-accent); background: var(--ms-soft); color: var(--ms-accent); }
.ms-rss-country-tabs button:focus-visible { position: relative; outline: 2px solid var(--ms-accent); outline-offset: -3px; }
.ms-rss-country-panels [hidden] { display: none; }
.ms-rss-site-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.ms-rss-site-card { min-width: 0; padding: 22px; border: 1px solid var(--ms-line); border-top: 3px solid var(--ms-secondary); }
.ms-rss-site-card > span { color: var(--ms-muted); font-size: .76rem; font-weight: 650; text-transform: uppercase; }
body.ms-toc .ms-rss-site-card h3 { margin: 5px 0 4px; font-size: 1.12rem; }
.ms-rss-site-card code { max-width: 100%; display: block; overflow: hidden; color: var(--ms-muted); font-family: inherit; font-size: .78rem; text-overflow: ellipsis; white-space: nowrap; }
.ms-rss-site-card > div { margin-top: 18px; display: flex; flex-wrap: wrap; align-items: center; gap: 10px 16px; font-size: .84rem; font-weight: 700; }
.ms-rss-site-card .ms-rss-subscribe { min-width: 108px; padding: 7px 11px; border: 0; display: inline-flex; align-items: center; justify-content: center; gap: 7px; background: var(--ms-accent); color: #fff; font: inherit; font-weight: inherit; cursor: pointer; }
.ms-rss-site-card .ms-rss-subscribe:hover { background: var(--ms-dark); }
.ms-rss-site-card .ms-rss-subscribe:focus-visible { outline: 3px solid color-mix(in srgb, var(--ms-accent) 28%, #fff); outline-offset: 2px; }
.ms-rss-site-card .ms-rss-subscribe.is-copied { background: #16835f; }
.ms-rss-site-card .ms-rss-subscribe.is-copied::before { width: .42em; height: .72em; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; content: ""; transform: translateY(-.08em) rotate(45deg); }
.ms-rss-site-card > div > a:last-child { color: var(--ms-accent); }

/* Disclaimer and innerlinks */
.ms-article-disclaimer { margin-top: 46px; padding: 22px 0; border-top: 2px solid var(--ms-secondary); border-bottom: 1px solid var(--ms-line); }
.ms-article-disclaimer > div { margin-top: 6px; color: var(--ms-muted); }
.ms-article-disclaimer p { margin: 0; }
.ms-author-card { margin-top: 46px; padding: 22px 0; border-top: 1px solid var(--ms-line); border-bottom: 1px solid var(--ms-line); }
.ms-author-kicker { color: var(--ms-secondary); font-size: .82rem; font-weight: 700; letter-spacing: .02em; }
body.ms-toc .ms-author-card h2 { margin: 4px 0 0; font-size: 1.2rem; }
.ms-author-card p { margin: 8px 0 0; color: var(--ms-muted); line-height: 1.65; }
.ms-author-card .ms-author-role { margin-top: 4px; color: var(--ms-text); font-size: .9rem; font-weight: 600; }
.ms-related { min-width: 0; position: sticky; top: 132px; margin: 0; }
.ms-related-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
body.ms-toc .ms-related h2 { margin: 0 0 10px; font-size: 1.08rem; }
.ms-related-title-icon { width: 18px; height: auto; margin-right: 7px; display: inline-block; vertical-align: -.28em; }
.ms-related h2::after { width: 30px; height: 2px; margin-top: 8px; margin-left: 25px; }
.ms-related-drawer-close,
.ms-related-fab,
.ms-related-backdrop { display: none; }
.ms-related-list { display: grid; }
.ms-related-item { min-width: 0; padding: 13px 0; border-top: 1px solid var(--ms-line); display: grid; grid-template-columns: 104px minmax(0, 1fr); gap: 12px; align-items: start; }
.ms-related-image { width: 104px; aspect-ratio: 16 / 9; overflow: hidden; background: var(--ms-soft); }
.ms-related-image picture { width: 100%; height: 100%; display: block; }
.ms-related-image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.ms-related-copy { min-width: 0; }
body.ms-toc .ms-related-item h3 { margin: 0; font-size: .86rem; line-height: 1.36; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.ms-related-item time { display: block; margin-top: 5px; color: var(--ms-muted); font-size: .75rem; line-height: 1.35; }
.ms-related-item:hover h3 { color: var(--ms-accent); }

/* Community comments */
.ms-comments { max-width: 740px; margin: 56px auto 0; padding-top: 26px; border-top: 2px solid var(--ms-secondary); scroll-margin-top: 132px; }
.ms-comments-header { margin-bottom: 28px; }
.ms-comments-header h2 { margin: 0; font-size: clamp(1.35rem, 2vw, 1.7rem); }
.ms-comments-header h2 span { margin-left: 5px; color: var(--ms-muted); font-size: .78em; font-weight: 500; }
.ms-comments-header p { max-width: 620px; margin: 9px 0 0; color: var(--ms-muted); line-height: 1.65; }
.ms-comment-list,
.ms-comment-list .children { margin: 0; padding: 0; list-style: none; }
.ms-comment-list .comment-body { position: relative; padding: 22px 0; border-top: 1px solid var(--ms-line); }
.ms-comment-list > li:first-child > .comment-body { border-top: 0; }
.ms-comment-list .children { margin-left: 54px; }
.ms-comment-list .comment-author { min-height: 42px; padding-left: 54px; display: flex; align-items: center; gap: 5px; }
.ms-comment-list .comment-author .avatar { position: absolute; top: 22px; left: 0; width: 42px; height: 42px; margin: 0; border-radius: 50%; }
.ms-comment-list .comment-author .fn { color: var(--ms-text); font-style: normal; font-weight: 700; }
.ms-comment-list .comment-author .says { color: var(--ms-muted); font-size: .82rem; }
.ms-comment-list .comment-metadata { margin: -13px 0 0 54px; font-size: .78rem; }
.ms-comment-list .comment-metadata a { color: var(--ms-muted); }
.ms-comment-list .comment-content { margin: 16px 0 0 54px; color: var(--ms-text); line-height: 1.68; }
.ms-comment-list .comment-content p { margin: 0 0 10px; }
.ms-comment-list .reply { margin: 8px 0 0 54px; }
.ms-comment-list .reply a { color: var(--ms-accent); font-size: .82rem; font-weight: 650; }
.ms-comments .navigation { margin: 18px 0; display: flex; justify-content: space-between; }
.ms-comments .comment-respond { margin-top: 34px; padding-top: 26px; border-top: 1px solid var(--ms-line); }
.ms-comments .comment-reply-title { margin: 0 0 8px; font-size: 1.25rem; }
.ms-comments .comment-reply-title small { margin-left: 10px; font-size: .72rem; }
.ms-comments .comment-reply-title small a { color: var(--ms-muted); }
.ms-comments .comment-notes,
.ms-comments .logged-in-as { margin: 0 0 18px; color: var(--ms-muted); font-size: .86rem; line-height: 1.55; }
.ms-comments .comment-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.ms-comments .comment-form p { margin: 0; }
.ms-comments .comment-notes,
.ms-comments .logged-in-as,
.ms-comments .comment-form-comment,
.ms-comments .form-submit { grid-column: 1 / -1; }
.ms-comments .comment-form label { display: block; margin-bottom: 7px; color: var(--ms-text); font-size: .84rem; font-weight: 650; }
.ms-comments .required { color: var(--ms-accent); }
.ms-comments input[type="text"],
.ms-comments input[type="email"],
.ms-comments textarea { width: 100%; padding: 11px 12px; border: 1px solid var(--ms-line); border-radius: 0; background: #fff; color: var(--ms-text); font: inherit; line-height: 1.5; }
.ms-comments textarea { min-height: 150px; resize: vertical; }
.ms-comments .has-error input,
.ms-comments .has-error textarea { border-color: #b42318; }
.ms-comments .ms-comment-field-error { display: block; margin-top: 6px; color: #b42318; font-size: .8rem; font-weight: 600; line-height: 1.4; }
.ms-comments .ms-comment-field-error[hidden] { display: none; }
.ms-comments input:focus,
.ms-comments textarea:focus { border-color: var(--ms-accent); outline: 2px solid color-mix(in srgb, var(--ms-accent) 18%, transparent); outline-offset: 0; }
.ms-comments .submit { min-height: 42px; padding: 10px 18px; border: 0; border-radius: 0; background: var(--ms-accent); color: #fff; font: inherit; font-weight: 700; cursor: pointer; }
.ms-comments .submit:hover { background: var(--ms-dark); }
.ms-comments .comment-awaiting-moderation { display: block; margin: 7px 0 0 54px; color: var(--ms-secondary); font-size: .82rem; }
.ms-comment-fab { position: fixed; z-index: 300; right: 24px; bottom: 24px; min-width: 48px; height: 44px; padding: 0 12px; border: 1px solid rgba(255, 255, 255, .72); border-radius: 999px; display: inline-flex; visibility: visible; opacity: 1; align-items: center; justify-content: center; gap: 5px; background: var(--ms-secondary); color: #fff !important; box-shadow: 0 7px 22px rgba(20, 24, 30, .2); font-size: .78rem; font-weight: 700; line-height: 1; }
.ms-comment-fab svg { width: 21px; height: 21px; fill: currentColor; }
.ms-comment-fab:hover { background: var(--ms-accent); color: #fff !important; text-decoration: none; }
.ms-comment-fab:focus-visible { outline: 3px solid color-mix(in srgb, var(--ms-accent) 32%, #fff); outline-offset: 3px; }
.ms-comment-fab--related { position: static; min-width: 42px; width: fit-content; height: 38px; margin-top: 14px; padding: 0 10px; display: flex; box-shadow: none; }
.ms-comment-fab--mobile { display: none; }

@media (min-width: 1060px) {
	.ms-comment-fab--content-edge { left: calc(50% + 382px); right: auto; }
	.ms-article.has-related-rail .ms-related-item { grid-template-columns: 96px minmax(0, 1fr); }
	.ms-article.has-related-rail .ms-related-image { width: 96px; }
}

/* Footer */
.ms-footer { margin-top: 20px; background: var(--ms-dark); color: #fff; }
.ms-footer-grid { width: min(100%, var(--ms-max)); margin: 0 auto; padding: 36px 22px; display: grid; grid-template-columns: minmax(260px, 1.5fr) repeat(2, minmax(150px, 1fr)); gap: 34px; }
.ms-footer-brand { font-size: 1.1rem; }
.ms-footer-intro p { max-width: 520px; margin: 8px 0 0; }
.ms-footer-intro .ms-footer-slogan { color: #fff; font-weight: 500; }
.ms-footer-intro .ms-footer-description { margin-top: 5px; color: rgba(255, 255, 255, .68); }
.ms-footer-links { display: grid; align-content: start; gap: 7px; }
.ms-footer-links strong { margin-bottom: 3px; }
.ms-footer-links a { color: rgba(255, 255, 255, .72); }
.ms-footer-links a:hover { color: #fff; }
.ms-footer-bottom { width: min(100%, var(--ms-max)); margin: 0 auto; padding: 18px 22px 24px; border-top: 1px solid rgba(255, 255, 255, .12); color: rgba(255, 255, 255, .55); font-size: .83rem; }
.ms-footer-ai-policy { max-width: 920px; margin: 0 0 12px; line-height: 1.6; }
.ms-footer-ai-policy strong { color: rgba(255, 255, 255, .82); }
.ms-footer-copyright { margin: 0; }

@media (max-width: 1059px) {
	.ms-related-title-icon { display: none; }
	.ms-related h2::after { margin-left: 0; }
	.ms-comment-fab--related { display: none; }
	.ms-comment-fab--mobile { display: inline-flex; }
	.ms-article.has-related-rail { max-width: 960px; }
	.ms-article.has-related-rail .ms-breadcrumb,
	.ms-article.has-related-rail .ms-article-header,
	.ms-article.has-related-rail .ms-article-disclaimer,
	.ms-article.has-related-rail .ms-author-card,
	.ms-article.has-related-rail .ms-comments { margin-left: auto; margin-right: auto; }
	.ms-article.has-related-rail .ms-article-layout { max-width: 740px; margin-left: auto; margin-right: auto; display: block; }
	.ms-related { position: static; margin-top: 46px; }
	.ms-related-list { grid-auto-flow: column; grid-auto-columns: min(82%, 320px); gap: 18px; overflow-x: auto; padding-bottom: 2px; scroll-snap-type: x mandatory; overscroll-behavior-inline: contain; -ms-overflow-style: none; scrollbar-width: none; }
	.ms-related-list::-webkit-scrollbar { display: none; }
	.ms-related-item { grid-template-columns: 104px minmax(0, 1fr); scroll-snap-align: start; }
	.ms-related-image { width: 104px; }
}

@media (max-width: 900px) {
	.ms-rss-hero { grid-template-columns: 1fr; gap: 30px; }
	.ms-rss-intro { max-width: 660px; }
	.ms-rss-site-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.ms-header-main { grid-template-columns: 1fr auto 1fr; }
	.ms-search-toggle span { display: none; }
	.ms-post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.ms-latest-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: auto; gap: 30px 22px; }
	.ms-latest-grid .ms-post-card:first-child { grid-column: 1 / -1; grid-row: auto; }
	.ms-latest-grid .ms-post-card:nth-child(n+2) { grid-column: auto; }
	.ms-latest-grid .ms-post-card:nth-child(2) .ms-post-card-link,
	.ms-latest-grid .ms-post-card:nth-child(3) .ms-post-card-link { height: auto; display: block; padding-bottom: 0; border-bottom: 0; }
	.ms-latest-grid .ms-post-card:nth-child(2) .ms-post-image,
	.ms-latest-grid .ms-post-card:nth-child(3) .ms-post-image { height: auto; aspect-ratio: 16 / 9; }
	.ms-latest-grid .ms-post-card:nth-child(2) .ms-post-copy,
	.ms-latest-grid .ms-post-card:nth-child(3) .ms-post-copy { padding-top: 15px; }
	.ms-latest-grid .ms-post-card:nth-child(2) .ms-post-copy p,
	.ms-latest-grid .ms-post-card:nth-child(3) .ms-post-copy p { display: none; }
	.ms-child-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.ms-category-feature { grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr); }
	.ms-category-feature-copy { padding: 28px; }
}

@media (max-width: 680px) {
	body.ms-toc { font-size: 15px; }
	.ms-header-main { min-height: 58px; padding: 10px 14px; grid-template-columns: 42px minmax(0, 1fr) 42px; gap: 6px; }
	.ms-brand { width: 100%; max-width: none; min-width: 0; justify-content: center; overflow: hidden; text-overflow: ellipsis; font-size: 1rem; }
	.ms-brand-lockup { gap: .3em; }
	.ms-header .ms-brand-lockup { gap: 0; }
	.ms-brand-tagline { display: none; }
	.ms-header-leading { min-width: 0; }
	.ms-header-actions { gap: 10px; }
	.ms-menu-toggle { display: inline-flex; }
	.ms-country-switcher,
	.ms-venture-label { display: none; }
	.ms-primary-nav { display: none; position: absolute; left: 0; right: 0; top: 58px; background: #fff; box-shadow: 0 14px 28px rgba(20, 24, 30, .1); }
	.ms-primary-nav.is-open { display: block; }
	.ms-primary-nav-inner { padding: 12px 14px 18px; display: grid; justify-content: stretch; gap: 0; }
	.ms-primary-nav-inner > a { padding: 10px 2px; border-bottom: 1px solid var(--ms-line); }
	.ms-nav-item { border-bottom: 1px solid var(--ms-line); }
	.ms-nav-parent { display: grid; grid-template-columns: minmax(0, 1fr) 42px; gap: 0; }
	.ms-nav-parent > a { padding: 10px 2px; }
	.ms-submenu-toggle { width: 42px; height: 42px; justify-self: end; }
	.ms-nav-item:hover .ms-submenu,
	.ms-nav-item:focus-within .ms-submenu { display: none; }
	.ms-nav-item.is-open .ms-submenu { display: block; }
	.ms-submenu { position: static; min-width: 0; padding: 2px 0 10px 16px; transform: none; border-top: 0; box-shadow: none; }
	.ms-submenu::before { display: none; }
	.ms-primary-nav .ms-submenu a { padding: 8px 2px; border: 0; color: var(--ms-muted); font-size: .88rem; }
	.ms-nav-more { display: none; }
	.ms-mobile-country-nav { display: block; padding-top: 14px; }
	.ms-mobile-country-nav > strong { display: block; margin-bottom: 7px; color: var(--ms-muted); font-size: .82rem; }
	.ms-mobile-country-nav > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px 18px; }
	.ms-primary-nav .ms-mobile-country-nav a { padding: 6px 0; border: 0; display: flex; align-items: center; justify-content: space-between; gap: 8px; font-size: .86rem; }
	.ms-search-panel form { padding-left: 14px; padding-right: 14px; }
	.ms-main { padding: 20px 14px 50px; }
	.ms-rss-main { padding-top: 20px; }
	.ms-rss-hero { margin-left: -14px; margin-right: -14px; padding: 30px 18px; gap: 26px; }
	.ms-rss-icon { width: 44px; height: 44px; margin-bottom: 15px; }
	body.ms-toc .ms-rss-intro h1 { font-size: 2rem; }
	.ms-rss-current { padding: 20px 16px; }
	.ms-rss-address { grid-template-columns: 1fr; gap: 8px; }
	.ms-rss-address button { min-height: 42px; }
	.ms-rss-how { margin-top: 24px; padding: 12px 0; display: block; }
	body.ms-toc .ms-rss-how h2 { margin-bottom: 12px; }
	.ms-rss-how ol { grid-template-columns: 1fr; gap: 10px; }
	.ms-rss-how li { min-height: 0; }
	.ms-rss-recommended { margin-top: 32px; }
	.ms-rss-site-grid { grid-template-columns: 1fr; }
	.ms-editorial-gallery { margin-left: -14px; margin-right: -14px; margin-bottom: 36px; }
	.ms-gallery-slides { height: auto; display: block; }
	.ms-gallery-slide { height: auto; }
	.ms-gallery-slide.is-secondary { display: none; }
	.ms-gallery-media { position: relative; inset: auto; height: auto; aspect-ratio: 16 / 9; }
	.ms-gallery-copy { position: static; width: auto; padding: 20px 18px 28px; background: #fff; backdrop-filter: none; }
	.ms-gallery-slide.is-featured .ms-gallery-copy { width: auto; padding: 20px 18px 24px; background: #fff; box-shadow: none; backdrop-filter: none; }
	.ms-gallery-copy .ms-category-label { color: #fff; }
	.ms-editorial-gallery .ms-gallery-copy h2 { max-width: none; color: var(--ms-text); }
	.ms-editorial-gallery .ms-gallery-copy a:hover h2 { color: var(--ms-accent); text-decoration: none; }
	.ms-carousel-arrow { top: 28.125vw; width: 40px; height: 40px; }
	.ms-carousel-prev { left: 8px; }
	.ms-carousel-next { left: auto; right: 8px; }
	.ms-carousel-progress { top: calc(56.25vw - 14px); right: 18px; bottom: auto; left: auto; }
	.ms-carousel-progress button { background: rgba(255, 255, 255, .42); }
	.ms-carousel-progress button.is-active { background: #fff; }
	.ms-child-grid,
	.ms-post-grid { grid-template-columns: 1fr; }
	.ms-latest-grid { grid-template-columns: 1fr; }
	.ms-latest-grid .ms-post-card:first-child,
	.ms-latest-grid .ms-post-card:nth-child(n+2) { grid-column: auto; }
	.ms-latest-grid .ms-post-card:first-child .ms-post-card-link { height: auto; overflow: visible; background: transparent; }
	.ms-latest-grid .ms-post-card:first-child .ms-post-card-link::after { display: none; }
	.ms-latest-grid .ms-post-card:first-child .ms-post-image { height: auto; aspect-ratio: 16 / 9; }
	.ms-latest-grid .ms-post-card:first-child .ms-post-copy { position: static; padding: 15px 0 0; background: transparent; color: var(--ms-text); -webkit-backdrop-filter: none; backdrop-filter: none; }
	.ms-latest-grid .ms-post-card:first-child .ms-category-label { color: #fff; }
	.ms-latest-grid .ms-post-card:first-child h3 { max-width: none; color: var(--ms-text); font-size: 1.2rem; display: block; overflow: visible; }
	.ms-latest-grid .ms-post-card:first-child p { display: none; }
	.ms-latest-grid .ms-post-card:first-child .ms-post-card-link:hover h3 { color: var(--ms-accent); text-decoration: none; }
	.ms-post-grid { gap: 32px; }
	.ms-section { margin-top: 46px; }
	.ms-section-heading { align-items: start; }
	.ms-focus-section { margin-left: -14px; margin-right: -14px; padding: 24px 18px 28px; }
	.ms-focus-guides { grid-template-columns: 1fr; gap: 0; }
	.ms-guide-card { padding: 22px 0 0; border-top: 1px solid color-mix(in srgb, var(--ms-secondary) 25%, transparent); border-left: 0; }
	.ms-guide-card + .ms-guide-card::before { display: none; }
	.ms-guide-card:first-child { padding-top: 0; border-top: 0; }
	.ms-guide-card + .ms-guide-card { margin-top: 22px; }
	.ms-guide-heading { min-height: 0; margin-bottom: 12px; }
	.ms-guide-lead { display: grid; grid-template-columns: 116px minmax(0, 1fr); gap: 14px; align-items: start; }
	.ms-guide-image { aspect-ratio: 4 / 3; }
	body.ms-toc .ms-guide-lead h3 { height: auto; margin-top: 0; -webkit-line-clamp: 3; }
	.ms-guide-related { min-height: 0; margin-top: 12px; padding-top: 11px; }
	.ms-category-feature { display: flex; flex-direction: column; margin-left: -14px; margin-right: -14px; }
	.ms-category-feature-image { min-height: 0; height: auto; aspect-ratio: 16 / 9; }
	.ms-category-feature-copy { padding: 22px 18px 26px; }
	.ms-article-main { padding-top: 20px; }
	.ms-article-content { font-size: 1.05rem; line-height: 1.78; }
	.ms-product-grid,
	.ms-products-count-2 .ms-product-grid,
	.ms-products-count-3 .ms-product-grid { grid-auto-columns: min(86%, 300px); gap: 14px; }
	.ms-products-count-1 .ms-product-grid { grid-auto-columns: min(100%, 300px); }
	.ms-related-list { grid-auto-columns: calc(40% - 8px); gap: 10px; }
	.ms-related-item { padding: 0 0 8px; border-top: 0; display: block; }
	.ms-related-image { width: 100%; }
	.ms-related-copy { padding-top: 7px; }
	body.ms-toc .ms-related-item h3 { font-size: .78rem; line-height: 1.34; }
	.ms-related-item time { margin-top: 3px; font-size: .68rem; }
	.ms-related-fab { position: fixed; z-index: 300; right: max(14px, env(safe-area-inset-right)); bottom: calc(max(14px, env(safe-area-inset-bottom)) + 56px); width: 48px; height: 48px; padding: 3px; border: 1px solid rgba(255, 255, 255, .9); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: #fff; box-shadow: 0 7px 22px rgba(20, 24, 30, .2); }
	.ms-related-fab:hover { text-decoration: none; }
	.ms-related-fab:focus-visible { outline: 3px solid color-mix(in srgb, var(--ms-accent) 32%, #fff); outline-offset: 3px; }
	.ms-related-fab-image { width: 100%; height: 100%; border-radius: 50%; display: block; overflow: hidden; background: var(--ms-soft); }
	.ms-related-fab-image img,
	.ms-related-fab-fallback { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: var(--ms-soft); color: var(--ms-accent); }
	.ms-related-fab-image img { width: 100%; height: 100%; display: block; object-fit: cover; }
	.ms-related-fab-fallback svg { width: 24px; height: 24px; fill: currentColor; }
	.ms-related-fab::after { position: absolute; top: 1px; right: 1px; width: 10px; height: 10px; border: 2px solid #fff; border-radius: 50%; background: var(--ms-secondary); box-shadow: 0 1px 3px rgba(20, 24, 30, .18); content: ""; }
	body.ms-related-drawer-ready .ms-related { position: fixed; z-index: 420; right: 0; bottom: 0; left: 0; top: auto; width: 100%; max-width: none; max-height: min(78vh, 620px); margin: 0; border-radius: 18px 18px 0 0; display: grid; grid-template-rows: auto minmax(0, 1fr); overflow: hidden; background: #fff; box-shadow: 0 -16px 42px rgba(20, 24, 30, .2); transform: translateY(calc(100% + 24px)); visibility: hidden; }
	body.ms-related-drawer-ready.ms-related-drawer-animated .ms-related { transition: transform .24s ease, visibility 0s linear .24s; }
	body.ms-related-drawer-ready.ms-related-drawer-open { overflow: hidden; }
	body.ms-related-drawer-ready.ms-related-drawer-open .ms-related { transform: translateY(0); visibility: visible; transition-delay: 0s; }
	body.ms-related-drawer-ready .ms-related-heading { min-height: 64px; padding: 15px 16px 12px 18px; border-bottom: 1px solid var(--ms-line); }
	body.ms-related-drawer-ready .ms-related h2 { margin: 0; font-size: 1.08rem; }
	body.ms-related-drawer-ready .ms-related h2::after { display: none; }
	body.ms-related-drawer-ready .ms-related-drawer-close { width: 38px; height: 38px; padding: 0; border: 0; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; background: var(--ms-soft); color: var(--ms-text); cursor: pointer; }
	body.ms-related-drawer-ready .ms-related-drawer-close svg { width: 22px; height: 22px; fill: currentColor; }
	body.ms-related-drawer-ready .ms-related-list { min-height: 0; padding: 0 18px max(18px, env(safe-area-inset-bottom)); grid-auto-flow: row; grid-auto-columns: auto; gap: 0; overflow-x: hidden; overflow-y: auto; scroll-snap-type: none; overscroll-behavior: contain; }
	body.ms-related-drawer-ready .ms-related-item { padding: 13px 0; border-top: 1px solid var(--ms-line); display: grid; grid-template-columns: 92px minmax(0, 1fr); gap: 13px; align-items: start; scroll-snap-align: none; }
	body.ms-related-drawer-ready .ms-related-item:first-child { border-top: 0; }
	body.ms-related-drawer-ready .ms-related-image { width: 92px; }
	body.ms-related-drawer-ready .ms-related-copy { padding-top: 0; }
	body.ms-related-drawer-ready .ms-related-item h3 { font-size: .88rem; line-height: 1.4; -webkit-line-clamp: 3; }
	body.ms-related-drawer-ready .ms-related-item time { margin-top: 5px; font-size: .72rem; }
	body.ms-related-drawer-ready .ms-related-backdrop { position: fixed; z-index: 410; inset: 0; border: 0; display: block; visibility: hidden; opacity: 0; background: rgba(16, 20, 26, .46); }
	body.ms-related-drawer-ready.ms-related-drawer-animated .ms-related-backdrop { transition: opacity .2s ease, visibility 0s linear .2s; }
	body.ms-related-drawer-ready.ms-related-drawer-open .ms-related-backdrop { visibility: visible; opacity: 1; transition-delay: 0s; }
	.ms-comments { margin-top: 46px; }
	.ms-comment-list .children { margin-left: 22px; }
	.ms-comments .comment-form { grid-template-columns: 1fr; gap: 15px; }
	.ms-comments .comment-form-author,
	.ms-comments .comment-form-email { grid-column: 1 / -1; }
	.ms-comment-fab { right: max(14px, env(safe-area-inset-right)); bottom: max(14px, env(safe-area-inset-bottom)); min-width: 46px; height: 42px; padding: 0 11px; }
	.ms-pagination { justify-content: space-between; gap: 14px; }
	.ms-pagination .page-numbers:not(.prev):not(.next):not(.current) { display: none; }
	.ms-footer-grid { padding: 32px 14px; grid-template-columns: 1fr; gap: 28px; }
	.ms-footer-bottom { padding-left: 14px; padding-right: 14px; }
}

@media print {
	.ms-comment-fab,
	.ms-related-fab,
	.ms-related-backdrop { display: none; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	* { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
