.career-advisor { font-family: "Segoe UI", Roboto, Arial, sans-serif; background:#ffffff; box-shadow: 0 2px 10px rgba(0,0,0,0.03); padding:1rem; border-radius:10px; }
.ca-title { color:#0b3b5b; }
.ca-card { border-left: 3px solid #0b7; padding:0.75rem; margin-bottom:0.75rem; background:#fbfbfb; border-radius:6px; }
.button { background:#0b6; border:none; padding:0.45rem 0.7rem; border-radius:6px; cursor:pointer; }
.button-secondary { background:#eee; color:#333; }
@media (max-width:640px){ .career-advisor { padding:0.6rem } }

.ca-colleges { margin-top: .75rem; border-top: 1px dashed #e6e6e6; padding-top: .75rem; }
.college-card { padding:.5rem; border:1px solid #f0f0f0; border-radius:6px; margin-bottom:.5rem; background:#fff; }
.college-card .meta { font-size:0.9rem; color:#555; }
.ca-find { background:#2b7cff; color:#fff; border:none; padding:.4rem .6rem; border-radius:6px; cursor:pointer; }

