.course-lookup{margin:0 0 2.5rem;padding:1.75rem 2rem;background:var(--cream);color:var(--ink);border:1px solid var(--line);border-radius:12px;scroll-margin-top:8rem}
.lookup-intro{display:grid;grid-template-columns:1fr 1.2fr;gap:1.5rem;align-items:center;margin-bottom:1.4rem}
.lookup-intro .eyebrow{font-size:.875rem;margin:0 0 .5rem;color:var(--rust)}
.lookup-intro h2{font-size:clamp(1.5rem,2.4vw,2rem);line-height:1.2;margin:0;color:var(--navy)}
.lookup-intro>p{font-size:1rem;line-height:1.6;margin:0;max-width:36rem;color:var(--muted)}
.lookup-form{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr) auto;gap:1rem;align-items:end}
.lookup-form label{display:grid;gap:.45rem;font-size:1rem;font-weight:600;color:var(--ink);min-width:0}
.lookup-form .lookup-optional{font-weight:400}
.lookup-form input{box-sizing:border-box;display:block;width:100%;min-width:0;min-height:48px;padding:.75rem;border:1px solid #809099;border-radius:6px;background:white;color:var(--ink);font:inherit;font-weight:400}
.lookup-form input::placeholder{color:var(--muted);opacity:1}
.lookup-form .button{min-height:48px;padding:.8rem 1.25rem;font-size:1rem;white-space:normal}
.lookup-form input:focus-visible,.course-lookup a:focus-visible,.lookup-form button:focus-visible{outline:3px solid var(--rust);outline-offset:3px}
.lookup-form button:disabled{opacity:.7;cursor:wait}
.lookup-result{margin-top:1.5rem;padding:1.25rem 1.5rem;border-radius:8px;background:var(--blue);color:var(--ink);border:1px solid var(--line);overflow-wrap:anywhere}
.lookup-result h3{font-size:1.3rem;line-height:1.4;margin:0 0 .6rem;color:var(--navy)}
.lookup-result p{font-size:1rem;line-height:1.6;margin:.5rem 0;max-width:65rem;color:var(--muted)}
.lookup-result .lookup-university-status{font-size:.9rem;font-weight:600;margin:0 0 .75rem;color:var(--ink)}
.lookup-actions{display:flex;gap:.75rem 1.75rem;flex-wrap:wrap;margin-top:1rem}
.lookup-actions a{font-size:1rem;color:var(--navy)}
.lookup-footnote{font-size:.875rem;line-height:1.65;margin:1.2rem 0 0;color:var(--muted)}
.lookup-footnote a{color:var(--navy);text-decoration:underline;text-underline-offset:3px}
.lookup-actions a:hover,.lookup-footnote a:hover{color:var(--rust)}
.course-lookup [hidden]{display:none!important}
@media(max-width:760px){.lookup-intro{grid-template-columns:1fr;gap:.75rem}.lookup-form{grid-template-columns:1fr 1fr}.lookup-form .button{grid-column:1/-1;justify-self:start}.course-lookup{padding:1.5rem}}
@media(max-width:480px){.lookup-form{grid-template-columns:1fr}.lookup-form .button{width:100%}.course-lookup{padding:1.2rem}.lookup-result{padding:1rem}}
