/* Blog and search presentation, 2026-09-12. Scoped to the new templates. */
body.testin-blog { background:#fff; color:#18243d; }
body.testin-blog main,body.testin-blog #primary { margin:0; }
body.testin-blog :is(.container,.max-width) { box-sizing:border-box; width:100%; max-width:1280px; margin-inline:auto; padding-inline:40px; }
body.testin-blog header.navigation { display:block; background:#fff; }
body.testin-blog .top-bar { background:#f2f4fc; }
body.testin-blog .top-bar-inner { min-height:36px; align-items:center; }
body.testin-blog .navigation_social span,body.testin-blog .navigation_contact-list a { font-size:12px; }
body.testin-blog .navigation_contact-list li { padding:7px 0 7px 24px; }
body.testin-blog .navigation_social span { margin-bottom:0; }
body.testin-blog .navigation_social-list img { width:17px; height:17px; }
body.testin-blog .top-header { min-height:88px; margin-inline:auto; align-items:center; flex-wrap:nowrap; gap:26px; order:0; }
body.testin-blog .top-header_left { flex:1; min-width:0; align-items:center; flex-direction:row; gap:36px; }
body.testin-blog .top-header_right { flex:0 0 auto; }
body.testin-blog .navigation_logo { flex:0 0 auto; width:auto; padding:0; }
body.testin-blog .navigation_logo img { width:126px; height:auto; }
body.testin-blog .upper-logo_txt { margin-top:4px; padding:0; font-size:8px; letter-spacing:.14em; line-height:1.4; }
body.testin-blog .audit-menu { gap:22px; }
body.testin-blog .audit-menu>li>a { font-size:14px; letter-spacing:0; }
body.testin-blog .audit-nav-cta { padding:12px 21px; font-size:13px; letter-spacing:0; line-height:1.4; }
body.testin-blog :is(a,button,input):focus-visible { outline:3px solid #496dc7; outline-offset:5px; }
body.testin-blog .knowledge-hero { background:#f4f6fb; padding:46px 0 43px; }
body.testin-blog .knowledge-hero__grid { display:grid; grid-template-columns:minmax(0,1.3fr) minmax(0,.7fr); gap:76px; align-items:center; }
body.testin-blog .knowledge-eyebrow { margin:0 0 17px; font-size:10px; font-weight:600; line-height:1.6; letter-spacing:.13em; text-transform:uppercase; color:#385797; }
body.testin-blog .knowledge-hero h1 { margin:0; max-width:700px; font-size:clamp(38px,3.8vw,54px); line-height:1.12; letter-spacing:-.045em; font-weight:600; color:#18243d; }
body.testin-blog .knowledge-hero__lead { margin:20px 0 0; max-width:670px; color:#566680; font-size:14px; line-height:1.85; overflow-wrap:anywhere; }
body.testin-blog .knowledge-hero__lead strong { font-weight:500; color:#2b4065; }
body.testin-blog .knowledge-search { margin:0; }
body.testin-blog .knowledge-search>label { display:block; margin-bottom:11px; color:#253750; font-size:14px; line-height:1.6; font-weight:500; }
body.testin-blog .knowledge-search__control { display:flex; border:1px solid #bdcadd; border-radius:10px; background:#fff; padding:4px; }
body.testin-blog .knowledge-search input[type='search'] { flex:1; width:100%; min-width:0; min-height:48px; padding:10px 12px; border:0; border-radius:6px; color:#18243d; font-family:inherit; font-size:16px; line-height:1.5; background:transparent; }
body.testin-blog .knowledge-search input::placeholder { color:#72819a; opacity:1; }
body.testin-blog .knowledge-search button { display:grid; place-items:center; flex:0 0 48px; width:48px; height:48px; padding:12px; border:0; border-radius:7px; background:#ed9b46; color:#18243d; cursor:pointer; transition:background-color .18s; }
body.testin-blog .knowledge-search button:hover { background:#e18c34; }
body.testin-blog .knowledge-search button svg { width:23px; height:23px; }
body.testin-blog .knowledge-topics { display:flex; flex-wrap:wrap; gap:7px 12px; align-items:center; margin-top:14px; font-size:11px; line-height:1.7; }
body.testin-blog .knowledge-topics>span { color:#64738a; }
body.testin-blog .knowledge-topics a { color:#365b9d; min-height:28px; display:inline-flex; align-items:center; text-decoration:underline; text-underline-offset:4px; text-decoration-color:#a9b9d8; }
body.testin-blog .knowledge-topics a:hover { text-decoration-color:#365b9d; }
body.testin-blog .knowledge-back { display:inline-block; margin-top:15px; min-height:30px; color:#365b9d; font-size:12px; text-decoration:underline; text-underline-offset:5px; }
body.testin-blog .knowledge-articles { padding:40px 0 58px; }
body.testin-blog .knowledge-section-heading { display:flex; gap:24px; justify-content:space-between; align-items:center; margin-bottom:25px; }
body.testin-blog .knowledge-section-heading h2,body.testin-blog .knowledge-more-heading { margin:0; font-size:26px; line-height:1.3; letter-spacing:-.03em; color:#18243d; font-weight:600; }
body.testin-blog .knowledge-section-heading>p { margin:0; color:#66758d; font-size:11px; line-height:1.7; }
body.testin-blog .knowledge-section-heading strong { font-weight:500; color:#314568; }
body.testin-blog .knowledge-section-heading>p>span { margin:0 9px; }
body.testin-blog .knowledge-featured { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:27px 32px; }
body.testin-blog .knowledge-card { min-width:0; margin:0; padding:0; }
body.testin-blog .knowledge-card__link { display:flex; flex-direction:column; height:100%; color:inherit; text-decoration:none; border-radius:11px; }
body.testin-blog .knowledge-cover { min-width:0; overflow:hidden; border-radius:11px; background:#f1f4f8; aspect-ratio:16/9; }
body.testin-blog .knowledge-cover__image { display:block; width:100%; height:100%; object-fit:cover; margin:0; padding:0; transition:filter .2s; }
body.testin-blog .knowledge-card__link:hover .knowledge-cover__image { filter:brightness(.96); }
body.testin-blog .knowledge-card__body { display:flex; flex-direction:column; align-items:flex-start; flex:1; min-width:0; padding-top:18px; }
body.testin-blog .knowledge-card__meta { display:flex; flex-wrap:wrap; align-items:center; gap:6px 13px; margin-bottom:12px; font-size:10px; line-height:1.6; color:#617089; }
body.testin-blog .knowledge-card__meta time { color:inherit; }
body.testin-blog .knowledge-card h3 { margin:0 0 12px; color:#18243d; font-size:22px; line-height:1.35; font-weight:500; letter-spacing:-.03em; overflow-wrap:break-word; transition:color .18s; }
body.testin-blog .knowledge-card__link:hover h3 { color:#365b9d; }
body.testin-blog .knowledge-card__excerpt { display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden; margin:0 0 19px; font-size:12px; line-height:1.85; color:#617089; }
body.testin-blog .knowledge-card__read { display:flex; justify-content:space-between; align-items:center; gap:20px; width:100%; margin-top:auto; padding-top:13px; border-top:1px solid #dde4ef; font-size:11px; line-height:1.7; font-weight:500; color:#365b9d; }
body.testin-blog .knowledge-card__read>span { font-size:17px; line-height:1; }
body.testin-blog .knowledge-card--featured { grid-column:1/-1; background:#f3f5fa; border:1px solid #e2e7ef; border-radius:15px; overflow:hidden; }
body.testin-blog .knowledge-card--featured .knowledge-card__link { display:grid; grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr); align-items:center; }
body.testin-blog .knowledge-card--featured .knowledge-card__link:focus-visible { outline-offset:-3px; }
body.testin-blog .knowledge-card--featured .knowledge-cover { border-radius:0; }
body.testin-blog .knowledge-card--featured .knowledge-card__body { padding:28px 32px; }
body.testin-blog .knowledge-card--featured h3 { font-size:30px; line-height:1.25; font-weight:600; margin-bottom:16px; }
body.testin-blog .knowledge-card--featured .knowledge-card__excerpt { font-size:13px; margin-bottom:19px; line-height:1.8; }
body.testin-blog .knowledge-card--featured .knowledge-card__meta { font-size:10px; gap:7px 12px; }
body.testin-blog .knowledge-card__badge { display:inline-block; padding:4px 8px; background:#dde6f6; border-radius:4px; color:#31538e; font-size:9px; line-height:1.5; font-weight:500; }
body.testin-blog .knowledge-card--featured .knowledge-card__read { font-size:12px; padding-top:14px; }
body.testin-blog .knowledge-card--compact { border-bottom:1px solid #dbe2ed; padding-bottom:26px; }
body.testin-blog .knowledge-card--compact .knowledge-card__link { display:grid; grid-template-columns:180px minmax(0,1fr); gap:22px; align-items:start; }
body.testin-blog .knowledge-card--compact .knowledge-cover { border-radius:8px; }
body.testin-blog .knowledge-card--compact .knowledge-card__body { padding:0; }
body.testin-blog .knowledge-card--compact h3 { font-size:20px; line-height:1.35; margin-bottom:10px; }
body.testin-blog .knowledge-card--compact .knowledge-card__meta { font-size:10px; margin-bottom:8px; }
body.testin-blog .knowledge-card--compact .knowledge-card__read { justify-content:flex-start; border:0; padding-top:0; gap:18px; }
body.testin-blog .knowledge-more-heading { margin:42px 0 25px; }
body.testin-blog .knowledge-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:42px 28px; }
body.testin-blog .knowledge-pagination { display:flex; flex-wrap:wrap; justify-content:center; align-items:center; gap:8px; margin-top:48px; padding:25px 0 0; border-top:1px solid #dce3ee; }
body.testin-blog .knowledge-pagination .page-numbers { display:grid; place-items:center; width:auto; min-width:43px; min-height:43px; padding:8px; margin:0; border:1px solid #d4ddeb; border-radius:8px; background:#fff; color:#405a86; font-size:13px; line-height:1; text-decoration:none; box-sizing:border-box; }
body.testin-blog .knowledge-pagination .current { color:#fff; background:#2c4e87; border-color:#2c4e87; }
body.testin-blog .knowledge-pagination .dots { border-color:transparent; min-width:25px; padding-inline:0; }
body.testin-blog .knowledge-pagination a:hover { background:#edf2fa; border-color:#95aacd; }
body.testin-blog .knowledge-cover--empty { position:relative; display:flex; align-items:center; justify-content:space-between; padding:32px; background:#eaf0f9; color:#627faf; box-sizing:border-box; }
body.testin-blog .knowledge-cover--empty>span { font-size:31px; letter-spacing:.08em; font-weight:500; color:#283e64; }
body.testin-blog .knowledge-cover--empty>span>span { color:#e79744; }
body.testin-blog .knowledge-cover--empty svg { width:100px; height:100px; }
body.testin-blog .knowledge-card--compact .knowledge-cover--empty { padding:16px; }
body.testin-blog .knowledge-card--compact .knowledge-cover--empty>span { font-size:20px; }
body.testin-blog .knowledge-card--compact .knowledge-cover--empty svg { display:none; }
body.testin-blog .knowledge-empty { padding:42px; border-radius:15px; background:#f4f6fb; text-align:center; }
body.testin-blog .knowledge-empty>span { display:block; font-size:50px; line-height:1; color:#5878b2; margin-bottom:20px; }
body.testin-blog .knowledge-empty h2 { margin:0 0 14px; font-size:29px; line-height:1.3; font-weight:500; letter-spacing:-.025em; }
body.testin-blog .knowledge-empty p { max-width:520px; margin:0 auto 20px; color:#617089; font-size:14px; line-height:1.8; }
body.testin-blog .knowledge-empty a { display:inline-block; padding:13px 20px; color:#fff; background:#365b9d; border-radius:8px; font-size:12px; line-height:1.6; text-decoration:none; }
body.testin-blog .knowledge-contact { padding-bottom:58px; }
body.testin-blog .knowledge-contact__card { display:flex; gap:46px; justify-content:space-between; align-items:center; padding:36px 40px; border-radius:15px; background:#1c2f50; color:#fff; }
body.testin-blog .knowledge-contact .knowledge-eyebrow { color:#bdcff1; margin-bottom:11px; }
body.testin-blog .knowledge-contact h2 { color:#fff; max-width:760px; margin:0 0 13px; font-size:33px; line-height:1.2; font-weight:500; letter-spacing:-.035em; }
body.testin-blog .knowledge-contact p:last-child { margin:0; color:#c9d4e6; font-size:12px; line-height:1.8; }
body.testin-blog .knowledge-contact__card>a { display:flex; align-items:center; justify-content:space-between; gap:24px; flex-shrink:0; padding:13px 18px; border-radius:8px; background:#ed9b46; color:#18243d; font-size:12px; line-height:1.6; font-weight:500; text-decoration:none; transition:background-color .18s; }
body.testin-blog .knowledge-contact__card>a:hover { background:#e18c34; }
@media(max-width:1180px) {
 body.testin-blog .top-header_right { display:none; }
 body.testin-blog .audit-mobile-nav summary { box-sizing:border-box; width:44px; height:44px; align-content:center; }
 body.testin-blog #menu-mobile.audit-mobile-menu { box-sizing:border-box; left:40px; right:40px; top:calc(100% - 4px); width:auto; max-height:calc(100dvh - 130px); padding:14px; }
 body.testin-blog .audit-mobile-menu a { font-size:14px; letter-spacing:0; }
 body.testin-blog .knowledge-hero__grid { gap:44px; grid-template-columns:1.15fr .85fr; }
 body.testin-blog .knowledge-card--featured h3 { font-size:27px; }
 body.testin-blog .knowledge-card--featured .knowledge-card__body { padding:25px; }
 body.testin-blog .knowledge-card--compact .knowledge-card__link { grid-template-columns:145px minmax(0,1fr); gap:18px; }
 body.testin-blog .knowledge-card--compact h3 { font-size:18px; }
 body.testin-blog .knowledge-grid { gap:36px 24px; }
 body.testin-blog .knowledge-card--standard h3 { font-size:21px; }
}
@media(max-width:980px) {
 body.testin-blog :is(.container,.max-width) { padding-inline:28px; }
 body.testin-blog .knowledge-hero { padding-block:36px; }
 body.testin-blog .knowledge-hero__grid { grid-template-columns:1fr; gap:28px; }
 body.testin-blog .knowledge-hero h1 { max-width:720px; font-size:46px; }
 body.testin-blog .knowledge-hero__search { max-width:620px; }
 body.testin-blog .knowledge-hero__lead { max-width:670px; margin-top:17px; }
 body.testin-blog .knowledge-card--featured .knowledge-card__body { padding:23px; }
 body.testin-blog .knowledge-card--featured h3 { font-size:25px; }
 body.testin-blog .knowledge-card--featured .knowledge-card__excerpt { font-size:12px; -webkit-line-clamp:2; }
 body.testin-blog .knowledge-card--featured .knowledge-card__meta>span:last-child:not(:first-child) { display:none; }
 body.testin-blog .knowledge-card--compact .knowledge-card__link { grid-template-columns:120px minmax(0,1fr); gap:16px; }
 body.testin-blog .knowledge-card--compact h3 { font-size:17px; }
 body.testin-blog .knowledge-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:34px 25px; }
 body.testin-blog #menu-mobile.audit-mobile-menu { left:28px; right:28px; }
 body.testin-blog .knowledge-contact__card { padding:30px; gap:28px; }
 body.testin-blog .knowledge-contact h2 { font-size:28px; }
}
@media(max-width:700px) {
 body.testin-blog :is(.container,.max-width) { padding-inline:22px; }
 body.testin-blog .top-header { min-height:80px; }
 body.testin-blog .navigation_logo img { width:118px; }
 body.testin-blog .knowledge-hero { padding:30px 0; }
 body.testin-blog .knowledge-hero h1 { font-size:clamp(32px,8.8vw,43px); line-height:1.14; }
 body.testin-blog .knowledge-hero__grid { gap:24px; }
 body.testin-blog .knowledge-hero__lead { font-size:13px; line-height:1.8; margin-top:16px; }
 body.testin-blog .knowledge-eyebrow { font-size:9px; margin-bottom:15px; }
 body.testin-blog .knowledge-search>label { font-size:12px; margin-bottom:9px; }
 body.testin-blog .knowledge-search__control { border-radius:9px; }
 body.testin-blog .knowledge-search input[type='search'] { min-height:44px; padding:8px 10px; }
 body.testin-blog .knowledge-search button { width:44px; height:44px; flex-basis:44px; }
 body.testin-blog .knowledge-topics { gap:4px 12px; margin-top:10px; font-size:10px; }
 body.testin-blog .knowledge-articles { padding:29px 0 38px; }
 body.testin-blog .knowledge-section-heading { align-items:flex-start; flex-direction:column; gap:7px; margin-bottom:20px; }
 body.testin-blog .knowledge-section-heading h2,body.testin-blog .knowledge-more-heading { font-size:24px; }
 body.testin-blog .knowledge-section-heading>p { font-size:10px; }
 body.testin-blog .knowledge-featured { grid-template-columns:1fr; gap:23px; }
 body.testin-blog .knowledge-card--featured { border-radius:12px; }
 body.testin-blog .knowledge-card--featured .knowledge-card__link { grid-template-columns:1fr; }
 body.testin-blog .knowledge-card--featured .knowledge-card__body { padding:21px; }
 body.testin-blog .knowledge-card--featured h3 { font-size:25px; line-height:1.28; }
 body.testin-blog .knowledge-card--featured .knowledge-card__excerpt { -webkit-line-clamp:3; line-height:1.8; }
 body.testin-blog .knowledge-card--featured .knowledge-card__meta { margin-bottom:13px; }
 body.testin-blog .knowledge-card--compact { padding-bottom:23px; }
 body.testin-blog .knowledge-card--compact .knowledge-card__link { grid-template-columns:106px minmax(0,1fr); gap:15px; }
 body.testin-blog .knowledge-card--compact h3 { font-size:17px; line-height:1.35; }
 body.testin-blog .knowledge-card--compact .knowledge-card__meta { font-size:9px; }
 body.testin-blog .knowledge-card--compact .knowledge-card__read { font-size:10px; }
 body.testin-blog .knowledge-more-heading { margin:31px 0 23px; }
 body.testin-blog .knowledge-grid { gap:32px 20px; }
 body.testin-blog .knowledge-card--standard h3 { font-size:20px; }
 body.testin-blog .knowledge-card__meta { font-size:10px; gap:6px 10px; }
 body.testin-blog .knowledge-card__excerpt { font-size:12px; }
 body.testin-blog .knowledge-card__read { font-size:12px; }
 body.testin-blog .knowledge-contact { padding-bottom:40px; }
 body.testin-blog .knowledge-contact__card { flex-direction:column; align-items:flex-start; gap:25px; padding:27px 24px; border-radius:12px; }
 body.testin-blog .knowledge-contact h2 { font-size:29px; line-height:1.22; }
 body.testin-blog .knowledge-contact__card>a { font-size:12px; }
 body.testin-blog .knowledge-pagination { margin-top:32px; padding-top:23px; gap:6px; }
 body.testin-blog .knowledge-pagination .page-numbers { min-width:38px; min-height:40px; font-size:12px; }
 body.testin-blog .knowledge-empty { padding:30px 23px; }
 body.testin-blog .knowledge-empty h2 { font-size:25px; }
 body.testin-blog .knowledge-empty p { font-size:13px; }
 body.testin-blog #menu-mobile.audit-mobile-menu { left:16px; right:16px; max-height:calc(100dvh - 104px); }
 body.testin-blog .audit-mobile-menu a { font-size:13px; padding:10px; }
}
@media(max-width:600px) {
 body.testin-blog .knowledge-grid { grid-template-columns:minmax(0,1fr); }
 body.testin-blog .knowledge-card--standard h3 { font-size:23px; }
 body.testin-blog .knowledge-card--compact h3 { font-size:17px; }
 body.testin-blog .knowledge-card--featured h3 { font-size:25px; }
 body.testin-blog .knowledge-card__excerpt { font-size:13px; }
 body.testin-blog .knowledge-card__body { padding-top:16px; }
}
@media(max-width:370px) {
 body.testin-blog :is(.container,.max-width) { padding-inline:18px; }
 body.testin-blog .knowledge-hero h1 { font-size:32px; }
 body.testin-blog .knowledge-card--compact .knowledge-card__link { grid-template-columns:92px minmax(0,1fr); gap:13px; }
 body.testin-blog .knowledge-card--compact h3 { font-size:16px; }
 body.testin-blog .knowledge-card--featured .knowledge-card__body { padding:18px; }
 body.testin-blog .knowledge-card--featured h3 { font-size:23px; }
}
@media(prefers-reduced-motion:reduce) {
 body.testin-blog * { scroll-behavior:auto!important; transition:none!important; }
}
