/*
 * Study experience — a readable directory, an editorial detail page, and a
 * complete inquiry journey. Every color follows the active site theme.
 */

/* Directory and home study feed. */
.sv-study-feed{background:var(--sv-bg);color:var(--sv-text)}
.sv-study-feed>.sv-wrap{display:block}
.sv-study-feed .sv-section-intro{max-width:780px;margin-bottom:36px!important}
.sv-study-feed .sv-heading{max-width:20ch}
.sv-study-feed .sv-section-intro>.sv-rich-text{max-width:62ch;font-size:18px}
.sv-study-feed>.sv-wrap>.sv-actions{display:none}
.sv-page-opportunities .sv-study-feed{padding-top:48px}
.sv-page-opportunities .sv-study-feed .sv-section-intro{margin-bottom:28px!important}
.sv-page-opportunities .sv-study-feed .sv-heading{font-size:clamp(38px,3.6vw,52px);max-width:none}
.sv-page-opportunities .sv-hero-grid:not(:has(.sv-hero-visual)) .sv-hero-copy{padding-block:54px}
.sv-page-opportunities .sv-hero-title{font-size:clamp(56px,6vw,86px)}
.sv-study-browser{min-width:0}
.sv-demo-label{display:inline-flex;align-items:center;align-self:start;white-space:nowrap;padding:6px 10px;border:1px solid var(--sv-border-strong);border-radius:3px;background:var(--sv-surface-raised);color:var(--sv-text);font:500 13px/1.4 var(--sv-sans);letter-spacing:.07em;text-transform:uppercase}
.sv-study-disclosure{display:flex;align-items:flex-start;gap:24px;padding:25px 28px;border:1px solid var(--sv-border);border-left:3px solid var(--sv-border-strong);border-radius:4px;background:var(--sv-surface);margin:0 0 32px}
.sv-study-disclosure>div{min-width:0;flex:1}
.sv-study-disclosure h3{font:400 30px/1.15 var(--sv-serif);color:var(--sv-text);margin:0 0 10px;text-wrap:balance}
.sv-study-disclosure p{font-size:16px;line-height:1.7;max-width:90ch;color:var(--sv-text-muted);margin:0}
.sv-study-disclosure>.sv-text-link{align-self:center;flex:none;font-size:15px}
.sv-study-toolbar{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px 24px;align-items:end;padding:0 0 30px;margin:0;border-bottom:1px solid var(--sv-border)}
.sv-study-toolbar .sv-study-search{grid-column:1/3;grid-row:1}
.sv-study-toolbar>button{grid-column:3;grid-row:1;min-height:56px;font-size:16px}
.sv-study-toolbar>div:not(.sv-study-search){grid-row:2;min-width:0}
.sv-study-toolbar label{display:block;color:var(--sv-text);font-size:14px;line-height:1.5;font-weight:500;margin-bottom:9px}
.sv-study-toolbar input,.sv-study-toolbar select{display:block;width:100%;min-height:56px;margin:0;padding:14px 16px;border:1px solid var(--sv-border-strong);border-radius:4px;background:var(--sv-surface-raised);color:var(--sv-text);font:400 16px/1.5 var(--sv-sans);transition:border-color .18s}
.sv-study-toolbar input::placeholder{color:var(--sv-text-soft);opacity:1}
.sv-study-toolbar select{padding-right:30px;text-overflow:ellipsis}
.sv-study-toolbar :is(input,select):hover{border-color:var(--sv-text-soft)}
.sv-study-toolbar :is(input,select):focus-visible{outline:2px solid var(--sv-focus);outline-offset:3px;border-color:var(--sv-focus)}
.sv-study-results-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;padding-block:27px;color:var(--sv-text-muted);font-size:15px;line-height:1.5;scroll-margin-top:120px}
.sv-study-results-heading p{margin:0}
.sv-study-results-heading strong{font-size:21px;font-weight:500;color:var(--sv-text);margin-right:5px}
.sv-study-results-heading .sv-text-link{font-size:15px;min-height:44px;white-space:nowrap}
.sv-study-results-heading:focus{outline:none}
.sv-study-results-heading:focus-visible{outline:2px solid var(--sv-focus);outline-offset:4px}

/* Cards keep the scientific context and practical commitments easy to compare. */
.sv-study-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;align-items:stretch}
.sv-study-card{display:flex;flex-direction:column;min-width:0;padding:28px;border:1px solid var(--sv-border);border-radius:5px;background:var(--sv-surface-raised);color:var(--sv-text);transition:border-color .2s,transform .2s}
.sv-study-card:hover{border-color:var(--sv-border-strong);transform:translateY(-2px)}
.sv-study-card:focus-within{border-color:var(--sv-focus)}
.sv-study-card-top{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;margin-bottom:28px}
.sv-study-status{display:inline-flex;align-items:center;gap:7px;max-width:100%;padding:6px 9px;border:1px solid color-mix(in srgb,var(--sv-status-recruiting-text) 24%,transparent);border-radius:3px;background:var(--sv-status-recruiting-bg);color:var(--sv-status-recruiting-text);font:500 13px/1.5 var(--sv-sans);letter-spacing:.015em;white-space:nowrap;text-transform:none;margin:0}
.sv-study-status::before{content:'';width:6px;height:6px;border-radius:50%;background:currentColor;flex:none}
.sv-study-status--upcoming{background:var(--sv-status-upcoming-bg);color:var(--sv-status-upcoming-text);border-color:color-mix(in srgb,var(--sv-status-upcoming-text) 24%,transparent)}
.sv-study-status--closed{background:var(--sv-status-closed-bg);color:var(--sv-status-closed-text);border-color:color-mix(in srgb,var(--sv-status-closed-text) 24%,transparent)}
.sv-study-reference{font-size:13px;line-height:1.5;color:var(--sv-text-soft);letter-spacing:.015em;overflow-wrap:anywhere}
.sv-study-area{font-size:13px;line-height:1.6;letter-spacing:.09em;text-transform:uppercase;color:var(--sv-text-soft);margin:0 0 12px}
.sv-study-card h3{font:400 clamp(31px,2.55vw,38px)/1.12 var(--sv-serif);letter-spacing:-.018em;color:var(--sv-text);margin:0 0 17px;text-wrap:balance}
.sv-study-card h3 a{color:inherit;text-decoration:none;text-underline-offset:.15em;text-decoration-thickness:1px}
.sv-study-card h3 a:hover{text-decoration:underline}
.sv-study-card-summary{font-size:16px;line-height:1.7;color:var(--sv-text-muted);margin:0 0 26px}
.sv-study-card-facts{margin:auto 0 22px;border-top:1px solid var(--sv-border);font-size:14px;line-height:1.6}
.sv-study-card-facts>div{display:grid;grid-template-columns:76px minmax(0,1fr);gap:14px;padding:12px 0;border-bottom:1px solid var(--sv-border)}
.sv-study-card-facts dt{color:var(--sv-text-soft)}
.sv-study-card-facts dd{margin:0;color:var(--sv-text);overflow-wrap:anywhere}
.sv-study-card-bottom{display:flex;align-items:flex-start;flex-direction:column;gap:16px;margin-top:0}
.sv-study-card-location{font-size:13px;line-height:1.6;color:var(--sv-text-soft)}
.sv-study-card-bottom .sv-text-link{display:flex;justify-content:space-between;width:100%;min-height:44px;padding-block:10px;margin:0;font-size:15px;color:var(--sv-text);border-bottom-color:var(--sv-border-strong)}
.sv-study-card-bottom .sv-text-link:hover{border-color:var(--sv-text)}
.sv-study-directory-link{margin:30px 0 0;text-align:right}
.sv-study-directory-link .sv-text-link{font-size:16px;min-height:44px}
.sv-study-demo-switch{margin-top:32px;font-size:16px;line-height:1.7;color:var(--sv-text-muted)}
.sv-pagination{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:38px;flex-wrap:wrap}
.sv-pagination .page-numbers{display:flex;justify-content:center;align-items:center;min-width:48px;min-height:48px;padding:10px 15px;border:1px solid var(--sv-border-strong);border-radius:4px;background:var(--sv-surface-raised);color:var(--sv-text);font-size:15px;line-height:1.4;text-decoration:none}
.sv-pagination .current{background:var(--sv-action);color:var(--sv-action-text);border-color:var(--sv-action)}
.sv-pagination a:hover{background:var(--sv-surface);border-color:var(--sv-text-soft)}
.sv-pagination .dots{border-color:transparent;background:transparent;min-width:24px;padding-inline:3px}
.sv-study-empty{display:block;padding:36px;border:1px solid var(--sv-border);border-radius:5px;background:var(--sv-surface-raised)}
.sv-study-empty-mark{display:none}
.sv-study-empty h3{font:400 clamp(32px,3.2vw,44px)/1.12 var(--sv-serif);letter-spacing:-.02em;color:var(--sv-text);max-width:24ch;margin:0 0 16px}
.sv-study-empty p:not(.sv-eyebrow){font-size:17px;line-height:1.75;color:var(--sv-text-muted);max-width:64ch;margin:0}
.sv-study-empty .sv-text-link{font-size:16px;min-height:44px;margin-top:20px}

/* Detail pages pair a measured reading column with a practical summary. */
.sv-study-detail{background:var(--sv-bg);color:var(--sv-text)}
.sv-study-detail-header{padding:30px var(--sv-gutter) 58px;background:var(--sv-surface);border-bottom:1px solid var(--sv-border)}
.sv-study-breadcrumb{display:flex;gap:13px;align-items:center;flex-wrap:wrap;font-size:14px;line-height:1.6;color:var(--sv-text-muted);margin:0 0 25px}
.sv-study-breadcrumb a{color:var(--sv-text);text-decoration:none;border-bottom:1px solid var(--sv-border-strong);padding-block:5px}
.sv-study-breadcrumb a:hover{border-color:currentColor}
.sv-study-detail-disclosure{display:flex;gap:20px;align-items:center;padding:20px 0;border-block:1px solid var(--sv-border);margin-bottom:35px}
.sv-study-detail-disclosure p{font-size:16px;line-height:1.65;color:var(--sv-text-muted);max-width:90ch;margin:0}
.sv-study-detail-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:32px}
.sv-study-detail-heading>div{max-width:920px;min-width:0}
.sv-study-detail-heading .sv-eyebrow{margin-bottom:23px!important}
.sv-study-detail-heading h1{font:400 clamp(54px,5.65vw,82px)/1.04 var(--sv-serif);letter-spacing:-.028em;text-wrap:balance;margin:0 0 24px;overflow-wrap:anywhere;color:var(--sv-text)}
.sv-study-detail-heading .sv-study-status{margin-top:43px;flex:none}
.sv-study-detail-intro{max-width:63ch;font-size:18px;line-height:1.75;color:var(--sv-text-muted);margin:0}
.sv-study-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:clamp(44px,6.3vw,92px);padding-top:44px;width:calc(100% - 2*var(--sv-gutter))}
.sv-study-detail-body{min-width:0}
.sv-study-section-nav{display:flex;align-items:center;gap:10px 24px;flex-wrap:wrap;border-bottom:1px solid var(--sv-border);padding:0 0 15px;font-size:14px;line-height:1.5}
.sv-study-section-nav a{display:inline-flex;align-items:center;min-height:44px;padding:5px 0;text-decoration:none;border-bottom:1px solid transparent;color:var(--sv-text-muted)}
.sv-study-section-nav a:hover{border-color:currentColor;color:var(--sv-text)}
.sv-study-section-nav a[href="#study-inquiry"]{color:var(--sv-text);font-weight:500}
.sv-study-content-section{padding:44px 0;border-bottom:1px solid var(--sv-border);scroll-margin-top:120px}
.sv-study-content-section h2,.sv-study-related h2{font:400 clamp(36px,3.6vw,50px)/1.1 var(--sv-serif);letter-spacing:-.023em;margin:0 0 24px;text-wrap:balance;color:var(--sv-text);max-width:25ch}
.sv-study-content-section>p:not(.sv-eyebrow),.sv-study-content-section>ul,.sv-study-content-section>ol{font-size:17px;line-height:1.8;color:var(--sv-text-muted);margin:18px 0;max-width:68ch}
.sv-study-content-section>p:last-child{margin-bottom:0}
.sv-study-content-section ul,.sv-study-content-section ol{padding-left:24px}
.sv-study-content-section li+li{margin-top:10px}
.sv-study-content-section li::marker{color:var(--sv-text-soft)}
.sv-study-content-section .sv-eyebrow{margin-bottom:18px!important}
.sv-study-content-section strong{font-weight:500;color:var(--sv-text)}
.sv-study-content-section .sv-study-note{padding:20px 22px;border-left:3px solid var(--sv-border-strong);border-radius:0 4px 4px 0;background:var(--sv-surface);color:var(--sv-text-muted);font-size:16px;line-height:1.75;margin-top:26px}
.sv-study-reimbursement{margin-top:32px;padding-top:26px;border-top:1px solid var(--sv-border)}
.sv-study-reimbursement h3{font:400 30px/1.18 var(--sv-serif);letter-spacing:-.01em;color:var(--sv-text);margin:0 0 16px}
.sv-study-reimbursement p{font-size:17px;line-height:1.8;color:var(--sv-text-muted);margin:0;max-width:68ch}
.sv-study-summary{align-self:stretch;min-width:0}
.sv-study-summary-inner{position:sticky;top:116px;background:var(--sv-surface);border:1px solid var(--sv-border);border-top:3px solid var(--sv-border-strong);border-radius:4px;padding:26px}
.sv-study-summary .sv-eyebrow{font-size:13px!important;letter-spacing:.07em;gap:10px;margin-bottom:11px!important}
.sv-study-facts{margin:0 0 24px}
.sv-study-facts>div{padding:13px 0;border-bottom:1px solid var(--sv-border)}
.sv-study-facts dt{font-size:13px;line-height:1.5;letter-spacing:0;color:var(--sv-text-soft);margin-bottom:5px}
.sv-study-facts dd{font-size:15px;line-height:1.6;color:var(--sv-text);margin:0;overflow-wrap:anywhere}
.sv-study-summary .sv-button{width:100%;font-size:15px;line-height:1.5;padding:14px 12px;gap:14px;background:var(--sv-action);color:var(--sv-action-text);border-color:var(--sv-action)}
.sv-study-summary .sv-button:hover{background:var(--sv-action-hover);border-color:var(--sv-action-hover)}
.sv-study-summary-note{font-size:16px;line-height:1.75;color:var(--sv-text-muted);margin:17px 0}
.sv-study-summary .sv-text-link{font-size:15px;min-height:44px;margin:0}
.sv-study-summary-closed{font-size:15px;font-weight:500;line-height:1.6;color:var(--sv-text);margin:0}
.sv-study-faqs{margin-top:30px;border-top:1px solid var(--sv-border)}
.sv-study-faqs details{border-bottom:1px solid var(--sv-border);padding:19px 0}
.sv-study-faqs summary{position:relative;display:block;list-style:none;cursor:pointer;padding:3px 38px 3px 0;font-size:17px;font-weight:500;line-height:1.55;color:var(--sv-text)}
.sv-study-faqs summary::-webkit-details-marker{display:none}
.sv-study-faqs summary::after{content:'+';position:absolute;right:3px;top:0;font-size:24px;font-weight:400;line-height:1.3;color:var(--sv-text-soft)}
.sv-study-faqs details[open] summary::after{content:'−'}
.sv-study-faqs details p{font-size:16px;line-height:1.8;color:var(--sv-text-muted);margin:17px 36px 0 0;max-width:65ch}
.sv-study-related{padding:64px 0 88px;width:calc(100% - 2*var(--sv-gutter))}
.sv-study-related-heading{margin-bottom:30px}
.sv-study-related-heading p:last-child:not(.sv-eyebrow){font-size:16px;line-height:1.7;color:var(--sv-text-muted);margin:0}
.sv-study-closed{padding:30px;border:1px solid var(--sv-border);border-radius:4px;background:var(--sv-surface)}
.sv-study-closed p:not(.sv-eyebrow){font-size:17px;line-height:1.8;color:var(--sv-text-muted);margin:0 0 22px}
.sv-study-closed .sv-button{font-size:15px}

/* The interactive example remains clearly fictional through every step. */
.sv-demo-inquiry>p:not(.sv-eyebrow){font-size:17px;line-height:1.8;color:var(--sv-text-muted);margin:0;max-width:66ch}
.sv-demo-progress{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));list-style:none;padding:0!important;margin:28px 0 30px!important;counter-reset:demo-step;gap:0}
.sv-demo-progress li{display:flex;align-items:center;gap:10px;padding:15px 10px 15px 0;border-top:1px solid var(--sv-border);border-bottom:2px solid var(--sv-border);font-size:14px;line-height:1.5;counter-increment:demo-step;color:var(--sv-text-soft);margin:0}
.sv-demo-progress li::before{content:'0' counter(demo-step);font-size:13px;letter-spacing:.04em}
.sv-demo-progress li[aria-current=step]{color:var(--sv-text);border-bottom-color:var(--sv-text);font-weight:500}
.sv-demo-form.sv-form{max-width:none;margin-top:0;font-size:16px}
.sv-demo-person{padding:24px;background:var(--sv-surface);border:1px solid var(--sv-border);border-radius:4px;margin-bottom:25px}
.sv-demo-person>span{font-size:13px;line-height:1.5;color:var(--sv-text-soft)}
.sv-demo-person>strong{display:block;margin:9px 0 12px;font:400 32px/1.15 var(--sv-serif);color:var(--sv-text)}
.sv-demo-person p{font-size:16px;line-height:1.75;color:var(--sv-text-muted);margin:0}
.sv-demo-form .sv-field{margin:0 0 24px}
.sv-demo-form label,.sv-demo-form legend{font-size:15px;line-height:1.6;color:var(--sv-text)}
.sv-demo-form label:not(.sv-choice){display:block;font-weight:500;margin-bottom:9px}
.sv-demo-form :is(select,input:not([type=checkbox]):not([type=hidden]),textarea){width:100%;min-height:56px;padding:14px 15px;border:1px solid var(--sv-border-strong);border-radius:4px;background:var(--sv-surface-raised);color:var(--sv-text);font:400 16px/1.5 var(--sv-sans)}
.sv-demo-form select{padding-right:28px;text-overflow:ellipsis}
.sv-demo-form .sv-choice{display:flex;align-items:flex-start;gap:13px;padding:2px 0;font-weight:400;font-size:16px;line-height:1.7;cursor:pointer}
.sv-demo-form .sv-choice input{flex:none;width:20px;height:20px;margin:4px 0 0;accent-color:var(--sv-action);cursor:pointer}
.sv-demo-form .sv-form-actions{display:flex;flex-wrap:wrap;align-items:center;gap:14px 24px;margin-top:26px}
.sv-demo-form .sv-button{min-height:54px;font-size:16px}
.sv-demo-form button[disabled]{opacity:.75;cursor:wait;transform:none}
.sv-demo-back{min-height:48px;padding:10px 0;border:0;border-bottom:1px solid var(--sv-border-strong);background:transparent;color:var(--sv-text);font:500 15px/1.5 var(--sv-sans);cursor:pointer}
.sv-demo-back:hover{border-bottom-color:var(--sv-text)}
.sv-demo-review{padding:26px;border:1px solid var(--sv-border);border-radius:4px;background:var(--sv-surface);margin-bottom:26px}
.sv-demo-review h3{font:400 32px/1.15 var(--sv-serif);letter-spacing:-.015em;color:var(--sv-text);margin:0 0 21px}
.sv-demo-review dl{margin:0}
.sv-demo-review dl>div{display:grid;grid-template-columns:135px minmax(0,1fr);gap:18px;border-bottom:1px solid var(--sv-border);padding:14px 0;font-size:15px;line-height:1.65}
.sv-demo-review dt{color:var(--sv-text-soft)}
.sv-demo-review dd{margin:0;overflow-wrap:anywhere;color:var(--sv-text)}
.sv-demo-review dd .sv-demo-label{display:table;margin-top:9px}
.sv-demo-review>p{font-size:16px;line-height:1.75;color:var(--sv-text-muted);margin:22px 0 0}
.sv-demo-receipt{padding:30px;border:1px solid var(--sv-success-border);border-top:3px solid var(--sv-success-border);border-radius:4px;background:var(--sv-success-bg);color:var(--sv-success-text)}
.sv-demo-receipt .sv-eyebrow{color:inherit}
.sv-demo-receipt h2,.sv-demo-receipt h3{font:400 clamp(34px,3.3vw,44px)/1.12 var(--sv-serif);letter-spacing:-.02em;color:inherit;margin:15px 0 20px}
.sv-demo-receipt p{font-size:17px;line-height:1.8;color:inherit;margin:0}
.sv-demo-receipt a{display:inline-flex;align-items:center;min-height:44px;margin-top:19px;font-size:16px;text-underline-offset:.2em}
.sv-demo-receipt a:not(.sv-button){color:inherit}
.sv-demo-noscript{font-size:16px;line-height:1.75;color:var(--sv-text-muted);margin-top:22px}
.sv-demo-inquiry-native{max-width:820px;margin:52px auto;padding-inline:var(--sv-gutter)}
body.sv-native-inquiry .sv-native-inquiry-main{max-width:820px;min-height:45vh;margin:52px auto 72px;padding-inline:var(--sv-gutter);color:var(--sv-text)}
.sv-native-demo-main>h1{font:400 clamp(44px,5vw,64px)/1.05 var(--sv-serif);letter-spacing:-.025em;margin:0 0 34px;color:var(--sv-text);text-wrap:balance}
.sv-native-demo-main>p{font-size:17px;line-height:1.75;margin-top:28px;color:var(--sv-text-muted)}
.sv-native-inquiry-main>.sv-button{margin-top:22px}
.sv-native-demo-main>.sv-demo-inquiry{margin-top:25px}
.sv-native-demo-main .sv-demo-inquiry h2{font:400 38px/1.12 var(--sv-serif);letter-spacing:-.018em;margin:0 0 20px;color:var(--sv-text)}

/* Validation, delivery notices, and keyboard focus also work in the native form. */
:is(.sv-study-detail,.sv-native-demo-main) .sv-field-error{display:block;color:var(--sv-error-text);font-size:14px;line-height:1.6;margin-top:8px}
:is(.sv-study-detail,.sv-native-demo-main) [aria-invalid=true]{border-color:var(--sv-error-border)!important}
:is(.sv-study-detail,.sv-native-demo-main) .sv-form-status:not(:empty){padding:20px;border:1px solid var(--sv-border);border-left:3px solid var(--sv-border-strong);border-radius:4px;background:var(--sv-surface);color:var(--sv-text);font-size:16px;line-height:1.7;margin:0 0 24px}
:is(.sv-study-detail,.sv-native-demo-main) .sv-form-status[role=alert]:not(:empty){border-color:var(--sv-error-border);background:var(--sv-error-bg);color:var(--sv-error-text)}
:is(.sv-study-detail,.sv-native-demo-main) .sv-inquiry-unavailable{padding:26px;border:1px solid var(--sv-border);border-radius:4px;background:var(--sv-surface);color:var(--sv-text)}
:is(.sv-study-detail,.sv-native-demo-main) .sv-inquiry-unavailable h3{font:400 34px/1.15 var(--sv-serif);margin:0 0 18px;color:var(--sv-text)}
:is(.sv-study-detail,.sv-native-demo-main) .sv-inquiry-unavailable p{font-size:17px;line-height:1.8;color:var(--sv-text-muted)}
:is(.sv-study-detail,.sv-native-demo-main) .sv-inquiry-unavailable a{font-size:16px;min-height:44px;margin-top:18px}
:is(.sv-study-browser,.sv-study-detail,.sv-native-demo-main) :is(a,button,input,select,textarea,summary):focus-visible{outline:2px solid var(--sv-focus);outline-offset:4px}
.sv-demo-review:focus,.sv-demo-receipt:focus{outline:2px solid var(--sv-focus);outline-offset:5px}

@media(min-width:1600px){
  .sv-study-card{padding:32px}
}
@media(max-width:1120px){
  .sv-study-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .sv-study-detail-layout{grid-template-columns:minmax(0,1fr) 290px;gap:38px}
  .sv-study-summary-inner{padding:22px}
  .sv-study-detail-heading{display:block}
  .sv-study-detail-heading>div{max-width:920px}
  .sv-study-detail-heading .sv-study-status{margin-top:25px}
  .sv-study-related .sv-study-card:last-child:nth-child(odd){grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:0 34px}
  .sv-study-related .sv-study-card:last-child:nth-child(odd) .sv-study-card-top{grid-column:1/-1;margin-bottom:22px}
  .sv-study-related .sv-study-card:last-child:nth-child(odd) .sv-study-area{grid-column:1;grid-row:2}
  .sv-study-related .sv-study-card:last-child:nth-child(odd) h3{grid-column:1;grid-row:3}
  .sv-study-related .sv-study-card:last-child:nth-child(odd) .sv-study-card-summary{grid-column:1;grid-row:4;margin:0}
  .sv-study-related .sv-study-card:last-child:nth-child(odd) .sv-study-card-facts{grid-column:2;grid-row:2/4;margin:0 0 16px}
  .sv-study-related .sv-study-card:last-child:nth-child(odd) .sv-study-card-bottom{grid-column:2;grid-row:4;align-self:end}
}
@media(max-width:850px){
  .sv-study-disclosure{gap:18px;padding:23px}
  .sv-study-disclosure>.sv-text-link{flex-basis:100%}
  .sv-study-detail-layout{grid-template-columns:minmax(0,1fr);gap:30px;padding-top:32px}
  .sv-study-summary{order:-1}
  .sv-study-summary-inner{position:static;padding:25px}
  .sv-study-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0 24px;margin-bottom:22px}
  .sv-study-summary .sv-button{width:auto;min-width:250px;padding-inline:20px}
  .sv-study-summary .sv-text-link{margin-right:18px}
  .sv-study-summary-note{margin-block:15px 8px}
  .sv-study-detail-intro{font-size:18px}
}
@media(max-width:650px){
  .sv-page-opportunities .sv-hero-grid:not(:has(.sv-hero-visual)) .sv-hero-copy{padding-block:40px}
  .sv-page-opportunities .sv-hero-title{font-size:clamp(49px,10vw,65px)}
  .sv-page-opportunities .sv-study-feed{padding-top:34px}
  .sv-study-feed .sv-section-intro{margin-bottom:27px!important}
  .sv-study-feed .sv-section-intro>.sv-rich-text{font-size:17px}
  .sv-study-disclosure{display:block;padding:22px;margin-bottom:27px}
  .sv-study-disclosure .sv-demo-label{margin-bottom:16px}
  .sv-study-disclosure h3{font-size:29px}
  .sv-study-disclosure p{font-size:16px;line-height:1.75}
  .sv-study-disclosure>.sv-text-link{margin-top:16px}
  .sv-study-toolbar{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 14px;padding-bottom:27px}
  .sv-study-toolbar .sv-study-search{grid-column:1/-1;grid-row:1}
  .sv-study-toolbar>div:not(.sv-study-search){grid-row:2}
  .sv-study-toolbar>div:nth-of-type(4){grid-column:1;grid-row:3}
  .sv-study-toolbar>button{grid-column:2;grid-row:3;gap:12px;padding-inline:12px;font-size:15px}
  .sv-study-toolbar label{font-size:13px}
  .sv-study-toolbar input,.sv-study-toolbar select{font-size:16px;padding-inline:12px}
  .sv-study-toolbar select{padding-right:25px}
  .sv-study-results-heading{gap:14px;padding-block:24px;font-size:14px;align-items:flex-start}
  .sv-study-results-heading .sv-text-link{font-size:14px;min-height:32px;padding-top:0;gap:9px}
  .sv-study-grid{grid-template-columns:1fr;gap:20px}
  .sv-study-card{padding:26px}
  .sv-study-card-top{margin-bottom:25px}
  .sv-study-card h3{font-size:35px;max-width:19ch}
  .sv-study-card-facts>div{grid-template-columns:84px minmax(0,1fr)}
  .sv-study-card-summary{font-size:16px}
  .sv-study-directory-link{text-align:left}
  .sv-study-empty{padding:26px}
  .sv-study-empty h3{font-size:35px}
  .sv-study-empty p:not(.sv-eyebrow){font-size:16px}
  .sv-study-detail-header{padding-top:20px;padding-bottom:35px}
  .sv-study-breadcrumb{gap:10px;font-size:13px;margin-bottom:21px}
  .sv-study-detail-disclosure{display:block;padding-block:19px;margin-bottom:29px}
  .sv-study-detail-disclosure .sv-demo-label{margin-bottom:13px}
  .sv-study-detail-disclosure p{font-size:16px;line-height:1.75}
  .sv-study-detail-heading h1{font-size:clamp(45px,10.6vw,62px);margin-bottom:21px}
  .sv-study-detail-intro{font-size:17px;line-height:1.75}
  .sv-study-detail-heading .sv-study-status{margin-top:22px}
  .sv-study-summary-inner{padding:23px}
  .sv-study-facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 18px}
  .sv-study-facts>div:nth-child(5){grid-column:1/-1}
  .sv-study-facts>div:last-child{grid-column:1/-1}
  .sv-study-facts dd{font-size:14px}
  .sv-study-summary .sv-button{width:100%;min-width:0}
  .sv-study-section-nav{gap:3px 20px;font-size:13px;padding-bottom:13px}
  .sv-study-content-section{padding-block:36px;scroll-margin-top:100px}
  .sv-study-content-section h2{font-size:38px}
  .sv-study-content-section>p:not(.sv-eyebrow),.sv-study-content-section>ul,.sv-study-content-section>ol{font-size:17px;line-height:1.8}
  .sv-study-content-section .sv-study-note{font-size:16px;padding:18px}
  .sv-study-reimbursement h3{font-size:29px}
  .sv-study-faqs summary{font-size:16px}
  .sv-study-faqs details p{font-size:16px;margin-right:12px}
  .sv-study-closed{padding:24px}
  .sv-study-closed h2{font-size:34px}
  .sv-study-closed .sv-button{gap:14px;width:100%;font-size:15px}
  .sv-study-related{padding-block:48px 64px}
  .sv-study-related .sv-study-card:last-child:nth-child(odd){display:flex;gap:0;grid-column:auto}
  .sv-study-related .sv-study-card:last-child:nth-child(odd) .sv-study-card-summary{margin-bottom:26px}
  .sv-study-related .sv-study-card:last-child:nth-child(odd) .sv-study-card-facts{margin:auto 0 22px}
  .sv-study-related .sv-study-card:last-child:nth-child(odd) .sv-study-card-bottom{align-self:stretch}
  .sv-demo-progress li{font-size:13px;gap:8px;padding-block:14px}
  .sv-demo-person{padding:21px}
  .sv-demo-person>strong{font-size:31px}
  .sv-demo-review{padding:22px}
  .sv-demo-review dl>div{grid-template-columns:1fr;gap:5px;font-size:15px}
  .sv-demo-review dt{font-size:13px}
  .sv-demo-form .sv-form-actions{align-items:stretch;gap:13px}
  .sv-demo-form .sv-form-actions .sv-button{width:100%;justify-content:space-between}
  .sv-demo-form .sv-demo-back{margin-right:auto}
  .sv-demo-receipt{padding:24px}
  .sv-demo-receipt p{font-size:16px}
  .sv-pagination{gap:7px;margin-top:29px}
  .sv-pagination .page-numbers{font-size:14px;min-width:44px;padding-inline:12px}
  body.sv-native-inquiry .sv-native-inquiry-main{margin-block:38px 54px}
  .sv-native-demo-main>h1{font-size:46px;margin-bottom:30px}
  .sv-native-demo-main .sv-demo-inquiry h2{font-size:35px}
}
@media(max-width:370px){
  .sv-study-toolbar{grid-template-columns:1fr}
  .sv-study-toolbar .sv-study-search,.sv-study-toolbar>div:not(.sv-study-search),.sv-study-toolbar>div:nth-of-type(4),.sv-study-toolbar>button{grid-column:1;grid-row:auto}
  .sv-study-card{padding:22px}
  .sv-study-card h3{font-size:32px}
  .sv-study-card-facts>div{grid-template-columns:74px minmax(0,1fr);gap:12px}
  .sv-study-detail-heading h1{font-size:43px}
  .sv-study-facts{grid-template-columns:1fr}
  .sv-demo-progress li{font-size:13px}
}
@media(max-height:920px) and (min-width:851px){
  .sv-study-summary-inner{position:static}
}
@media(prefers-reduced-motion:reduce){
  .sv-study-card,.sv-study-toolbar input,.sv-study-toolbar select{transition:none}
  .sv-study-card:hover{transform:none}
}
@media print{
  .sv-study-toolbar,.sv-study-section-nav,.sv-study-inquiry-section,.sv-study-related,.sv-pagination{display:none!important}
  .sv-study-detail-layout{display:block;width:100%;padding-top:20px}
  .sv-study-summary{margin-top:25px}
  .sv-study-summary-inner{position:static}
  .sv-study-detail-header{padding:15px 0}
  .sv-study-card,.sv-study-content-section,.sv-study-summary-inner{break-inside:avoid}
}
