.cluster-carreras-wrap{display:flex;flex-direction:column;gap:16px}.cluster-carreras__header{display:flex;flex-direction:column;gap:10px}.cluster-carreras__desc,.cluster-carreras__empty{color:var(--astro-color-text-muted,#6b7280);font-size:13px;margin:0}.cluster-carreras{display:flex;flex-wrap:wrap;gap:8px}.carrera-chip{align-items:center;background:#f4f8fd;border:1px solid #b5d4f4;border-radius:9999px;color:#185fa5;display:inline-flex;font-size:13px;font-weight:500;gap:6px;line-height:1.2;padding:6px 12px 6px 14px;text-decoration:none;transition:background .15s ease,border-color .15s ease,color .15s ease;white-space:nowrap}.carrera-chip__name{color:inherit;font-size:13px;font-weight:500}.carrera-chip:hover{background:#185fa5;border-color:#185fa5;color:#fff}.carrera-chip:hover .carrera-chip__count{background:hsla(0,0%,100%,.25);color:#fff}.carrera-chip__count{align-items:center;background:#d3e8fa;border-radius:9999px;color:#0c447c;display:inline-flex;font-size:11px;font-weight:700;height:18px;justify-content:center;line-height:1;min-width:22px;padding:0 5px;transition:background .15s ease,color .15s ease}