/* wire-hub-coverage-css-303f1h8855 */

.wire-hub-coverage-303f1h8855{
  display:grid;
  width:100%;
  min-width:0;
  margin:0;
  overflow:hidden;
  border:1px solid #294b62;
  border-radius:14px;
  background:#091925;
  box-sizing:border-box;
}

.wire-hub-coverage-303f1h8855>header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:13px 14px;
  border-bottom:1px solid #294b62;
  background:
    linear-gradient(
      145deg,
      #0d2231,
      #091925
    );
}

.wire-hub-coverage-303f1h8855>header>span{
  display:grid;
  gap:3px;
  min-width:0;
}

.wire-hub-coverage-303f1h8855>header small{
  color:#ff4464;
  font-size:8px;
  font-weight:950;
  letter-spacing:.08em;
  line-height:1;
}

.wire-hub-coverage-303f1h8855>header strong{
  color:#fff;
  font-size:14px;
  line-height:1.15;
}

.wire-hub-coverage-303f1h8855>header i{
  display:grid;
  place-items:center;
  flex:0 0 31px;
  width:31px;
  height:31px;
  border:1px solid #31566d;
  border-radius:50%;
  background:#071722;
  color:#ff4968;
  font-size:12px;
  font-style:normal;
}

.wire-hub-coverage-list-303f1h8855{
  display:grid;
}

.wire-hub-coverage-person-303f1h8855{
  display:grid;
  grid-template-columns:42px minmax(0,1fr) auto;
  align-items:center;
  gap:10px;
  min-height:66px;
  padding:10px 12px;
  border-bottom:1px solid rgba(43,76,97,.72);
  box-sizing:border-box;
}

.wire-hub-coverage-person-303f1h8855:last-child{
  border-bottom:0;
}

.wire-hub-coverage-person-303f1h8855:hover{
  background:#0d2230;
}

.wire-hub-coverage-avatar-303f1h8855{
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  overflow:hidden;
  border:1px solid #365b72;
  border-radius:50%;
  background:
    linear-gradient(
      145deg,
      #123047,
      #0a1e2c
    );
  color:#fff;
  text-decoration:none;
}

.wire-hub-coverage-avatar-303f1h8855 img,
.wire-hub-coverage-avatar-303f1h8855 span{
  display:grid;
  place-items:center;
  width:100%;
  height:100%;
  object-fit:cover;
  color:#fff;
  font-size:13px;
  font-weight:950;
}

.wire-hub-coverage-copy-303f1h8855{
  display:grid;
  gap:2px;
  min-width:0;
}

.wire-hub-coverage-copy-303f1h8855>a{
  min-width:0;
  color:#fff;
  text-decoration:none;
}

.wire-hub-coverage-copy-303f1h8855 strong{
  display:flex;
  align-items:center;
  gap:4px;
  overflow:hidden;
  color:#fff;
  font-size:11px;
  line-height:1.2;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.wire-hub-coverage-copy-303f1h8855 small{
  overflow:hidden;
  color:#ff4b68;
  font-size:8px;
  font-weight:850;
  line-height:1.2;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.wire-hub-coverage-copy-303f1h8855 em{
  overflow:hidden;
  color:#7f9dad;
  font-size:8px;
  font-style:normal;
  line-height:1.2;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.wire-hub-coverage-verified-303f1h8855{
  display:inline-grid;
  place-items:center;
  flex:0 0 14px;
  width:14px;
  height:14px;
  border-radius:50%;
  background:#2f8cff;
  color:#fff;
  font-size:8px;
  font-weight:950;
}

.wire-hub-coverage-follow-303f1h8855,
.wire-hub-coverage-self-303f1h8855{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:62px;
  min-height:29px;
  padding:5px 9px;
  border:1px solid #e33655;
  border-radius:999px;
  background:#d92e4d;
  color:#fff;
  font:inherit;
  font-size:8px;
  font-weight:950;
  text-decoration:none;
  white-space:nowrap;
  cursor:pointer;
}

.wire-hub-coverage-follow-303f1h8855.is-following{
  border-color:#31566d;
  background:#071722;
  color:#c5d4dc;
}

.wire-hub-coverage-follow-303f1h8855:disabled{
  opacity:.65;
  cursor:wait;
}

.wire-hub-coverage-self-303f1h8855{
  border-color:#31566d;
  background:#071722;
  color:#7895a5;
  cursor:default;
}

@media(max-width:900px){
  .wire-hub-coverage-list-303f1h8855{
    grid-template-columns:repeat(
      2,
      minmax(0,1fr)
    );
  }

  .wire-hub-coverage-person-303f1h8855{
    border-right:1px solid rgba(43,76,97,.72);
  }

  .wire-hub-coverage-person-303f1h8855:nth-child(2n){
    border-right:0;
  }
}

@media(max-width:560px){
  .wire-hub-coverage-list-303f1h8855{
    grid-template-columns:1fr;
  }

  .wire-hub-coverage-person-303f1h8855{
    border-right:0;
  }
}