.study-entry{display:grid;grid-template-columns:100px minmax(0,1fr);gap:12px;margin:0;padding:24px;border:1px solid #c8d5e0;border-top:3px solid #214e78;border-radius:12px;background:#fff;color:#142238}
.study-entry__heading{grid-column:1/-1;grid-row:1;margin:0 0 4px;font-size:19px;font-weight:800;line-height:1.25;color:#214e78}
.study-entry__fields{display:contents}
.study-entry__fields label:first-child{grid-column:1/-1;grid-row:2}.study-entry__fields label:last-child{grid-column:1;grid-row:3}.study-entry [data-study-parameters]{display:none}
.study-entry label{display:grid;gap:7px;min-width:0;font-size:13px;font-weight:750;color:#214e78}
.study-entry select{width:100%;min-width:0;min-height:46px;padding:10px 8px;border:1px solid #9bafc1;border-radius:7px;background:#fff;color:#142238;font:inherit;font-size:15px}
.study-entry__preview{grid-column:1/-1;grid-row:4;margin:0;color:#42586c;font-size:14px;line-height:1.5}
.study-entry__submit{grid-column:2;grid-row:3;align-self:end;display:block;width:100%;min-height:46px;padding:11px 12px;border:1px solid #214e78;border-radius:8px;background:#214e78;color:#fff;font:inherit;font-size:15px;font-weight:800;cursor:pointer}
.study-entry__submit:hover{background:#163954}
.study-entry__access{grid-column:1/-1;grid-row:5;margin:0;color:#516474;font-size:12px;line-height:1.5}
.study-entry select:focus-visible,.study-entry__submit:focus-visible{outline:3px solid #b73443;outline-offset:3px}
@media(max-width:380px){.study-entry{padding:17px;grid-template-columns:86px minmax(0,1fr);gap:10px}.study-entry select{font-size:14px;padding-inline:7px}.study-entry__submit{font-size:14px;padding-inline:8px}}
