.skills-tag-input{position:relative;margin-top:5px;padding:6px 7px;border:1px solid #dedaf0;border-radius:8px;background:#fcfbff;display:flex;flex-wrap:wrap;gap:6px;align-items:center}
.skills-tag-input:focus-within{border-color:#8a7ff0}
.skills-tag-chips{display:flex;flex-wrap:wrap;gap:6px}
.skills-tag-chip{display:inline-flex;align-items:center;gap:6px;padding:5px 6px 5px 10px;border-radius:999px;background:#eeecff;color:#4d45a4;font-size:10px;font-weight:700}
.skills-tag-chip button{display:grid;place-items:center;width:15px;height:15px;border:0;border-radius:50%;background:none;color:#6b5ce7;font-size:12px;line-height:1;cursor:pointer}
.skills-tag-chip button:hover{background:#ddd8ff}
.skills-tag-text{flex:1 1 90px;min-width:90px;border:0;background:none;padding:5px 2px;font-size:11px;font-family:inherit;color:#3a3550}
.skills-tag-text:focus{outline:none}
.skills-tag-suggestions{position:absolute;left:0;right:0;top:100%;z-index:5;margin-top:5px;padding:6px;border:1px solid #e4e0fb;border-radius:10px;background:#fff;box-shadow:0 10px 24px rgba(60,50,120,.12);display:flex;flex-wrap:wrap;gap:6px}
.skills-tag-suggestion{padding:6px 10px;border:1px solid #e4e0fb;border-radius:999px;background:#faf9ff;color:#5c50c9;font-size:10px;font-weight:700;cursor:pointer}
.skills-tag-suggestion:hover{background:#eeecff;border-color:#c9c2f7}
