/* v0.7.8：技能装载局部交互与明确的取消入口。 */

.ui63-skill-selected{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  align-items:center;
}

.ui78-selected-chip{
  width:auto !important;
  min-height:30px !important;
  display:inline-flex !important;
  align-items:center;
  gap:7px;
  padding:5px 9px !important;
  border:1px solid rgba(83,211,140,.42) !important;
  border-radius:999px !important;
  background:rgba(36,124,74,.18) !important;
  color:#d7f5df !important;
  line-height:1.1;
  cursor:pointer !important;
}
.ui78-selected-chip span{font-size:11px;font-weight:700}
.ui78-selected-chip b{font-size:15px;color:#ffb2b2;line-height:1}
.ui78-selected-chip:hover{
  border-color:rgba(255,119,119,.66) !important;
  background:rgba(139,44,44,.22) !important;
}

.ui63-skill[data-ui63-skill],
.ui53-profile-skill[data-ui53-profile-skill],
.ui78-selected-chip[data-ui78-remove-skill]{
  pointer-events:auto !important;
}

.ui63-skill[data-ui63-skill][aria-pressed="true"],
.ui53-profile-skill[data-ui53-profile-skill][aria-pressed="true"]{
  border-color:rgba(83,211,140,.58) !important;
}

body.v059-paused-readonly .ui63-skill[data-ui63-skill],
body.v059-paused-readonly .ui53-profile-skill[data-ui53-profile-skill],
body.v059-paused-readonly .ui78-selected-chip[data-ui78-remove-skill]{
  opacity:1 !important;
  filter:none !important;
  cursor:pointer !important;
}

@media (max-width:700px){
  .ui78-selected-chip{min-height:34px !important;padding:7px 10px !important}
}
