.ftth-fdp-output-expandable {
  position:relative;
  padding-bottom:31px !important;
  cursor:pointer;
  transition:border-color .18s ease;
}

.ftth-fdp-output-expandable:hover,
.ftth-fdp-output-expandable.strands-open {
  border-color:#0ea5e9;
}

.ftth-fdp-strand-indicator {
  position:absolute;
  right:40px;
  bottom:6px;
  padding:3px 7px;
  border-radius:999px;
  background:color-mix(
    in srgb,
    #0ea5e9 13%,
    transparent
  );
  color:#0ea5e9;
  font-size:9px;
  font-weight:900;
  pointer-events:none;
}

.ftth-fdp-strand-list {
  margin:-2px 0 8px;
  padding:9px;
  border:1px solid color-mix(
    in srgb,
    #0ea5e9 45%,
    var(--border)
  );
  border-radius:9px;
  background:var(--panel);
}

.ftth-fdp-strand-list[hidden] {
  display:none !important;
}

.ftth-fdp-strand-list-head {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  margin-bottom:8px;
  padding-bottom:7px;
  border-bottom:1px solid var(--border);
}

.ftth-fdp-strand-list-head b,
.ftth-fdp-strand-list-head small {
  display:block;
}

.ftth-fdp-strand-list-head small {
  color:var(--muted);
  font-size:9px;
}

.ftth-fdp-strand-list-head > span {
  padding:4px 7px;
  border-radius:999px;
  background:#0ea5e9;
  color:#fff;
  font-size:9px;
  font-weight:900;
}

.ftth-fdp-strand-rows {
  display:grid;
  gap:8px;
}

.ftth-fdp-strand-row {
  display:grid;
  gap:7px;
  padding:9px;
  border:1px solid var(--border);
  border-radius:8px;
  background:var(--bg);
}

.ftth-fdp-strand-identity {
  display:flex;
  align-items:center;
  gap:8px;
}

.ftth-fdp-strand-identity i {
  display:block;
  width:24px;
  height:24px;
  flex:0 0 24px;
  border:2px solid #fff;
  border-radius:50%;
  box-shadow:0 0 0 1px var(--border);
}

.ftth-fdp-strand-identity b,
.ftth-fdp-strand-identity small {
  display:block;
}

.ftth-fdp-strand-identity small {
  color:var(--muted);
  font-size:9px;
}

.ftth-fdp-strand-row label {
  color:var(--muted);
  font-size:10px;
}

.ftth-fdp-strand-row select,
.ftth-fdp-strand-row textarea {
  display:block;
  width:100%;
  min-width:0;
  margin-top:3px;
  padding:7px 8px;
  border:1px solid var(--border);
  border-radius:7px;
  background:var(--panel);
  color:var(--text);
  font:inherit;
  resize:vertical;
}

.ftth-fdp-strand-status {
  padding:7px 8px;
  border:1px dashed var(--border);
  border-radius:7px;
}

.ftth-fdp-strand-status.assigned {
  border-color:color-mix(
    in srgb,
    var(--green) 55%,
    var(--border)
  );
  background:color-mix(
    in srgb,
    var(--green) 7%,
    transparent
  );
}

.ftth-fdp-strand-status small,
.ftth-fdp-strand-status b {
  display:block;
}

.ftth-fdp-strand-status small {
  color:var(--muted);
  font-size:9px;
}

.ftth-fdp-strand-status b {
  font-size:11px;
}
