/* Student journey navigation and destination picker */
.step-back{display:inline-flex;align-items:center;gap:7px;margin:0 0 18px;border:0;background:transparent;color:#526078;font:inherit;font-weight:800;padding:4px 0;cursor:pointer}.step-back:hover{color:#172033}.step-back svg{width:18px;height:18px}.region-picker{margin-top:8px}.region-picker-label,.country-picker-label{display:block;font-size:13px;font-weight:850;color:#263247;margin:0 0 9px}.region-tabs{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px;margin-bottom:10px;scrollbar-width:none}.region-tabs::-webkit-scrollbar{display:none}.region-tab{display:inline-flex;align-items:center;gap:7px;border:1px solid #d8dee8;background:#fff;color:#526078;border-radius:999px;padding:9px 13px;font-weight:800;white-space:nowrap;cursor:pointer}.region-tab small{display:inline-grid;place-items:center;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:#eef2f7;color:#66738a;font-size:11px}.region-tab.active{background:#172033;border-color:#172033;color:#fff}.region-tab.active small{background:rgba(255,255,255,.16);color:#fff}.region-intro{margin:0 0 15px;padding:10px 12px;border-radius:12px;background:#f7f9fc;color:#526078;font-size:13px;line-height:1.45}.country-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.country-choice{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:62px;border:1px solid #d8dee8;background:#fff;color:#172033;border-radius:13px;padding:11px 12px;font-weight:800;cursor:pointer;text-align:left}.country-choice:hover{border-color:#aeb8c7}.country-choice.selected{border-color:#b58b31;background:#fbf5e7;box-shadow:0 0 0 1px #b58b31 inset}.country-choice-text{display:flex;flex-direction:column;align-items:flex-start;gap:5px}.country-choice-text strong{font-size:14px;line-height:1.2}.scholarship-badge{display:inline-flex;align-items:center;border-radius:999px;background:#eef8f1;color:#207244;padding:3px 7px;font-size:10px;font-weight:850;line-height:1}.country-choice.selected .scholarship-badge{background:#fff8df}.country-choice .check{width:20px;height:20px;flex:0 0 auto;border:1.5px solid #b7c0ce;border-radius:50%;display:grid;place-items:center;font-size:12px;color:#fff}.country-choice.selected .check{background:#172033;border-color:#172033}.country-selection-meta{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-top:10px}.country-selection-meta .hint{margin:0}.selection-count{font-size:12px;font-weight:850;color:#80631f;white-space:nowrap}.destination-note{margin-top:12px;padding:11px 12px;border-radius:12px;background:#f7f9fc;color:#526078;font-size:13px;line-height:1.45}.destination-note strong{color:#172033}.edit-summary{display:flex;align-items:center;gap:8px;margin:0 0 16px;padding:10px 12px;border:1px solid #e1e6ee;border-radius:12px;background:#fbfcfe;color:#526078;font-size:13px}.edit-summary strong{color:#172033}@media(max-width:560px){.country-choice-grid{grid-template-columns:1fr}.region-tabs{margin-right:-4px}.step-back{margin-bottom:14px}}
