/* wire-profile-content-hub-303f1h729 */

.wire-profile-content-tabs-h729{
  grid-template-columns:repeat(6,minmax(92px,1fr)) !important;
  overflow-x:auto !important;
  scrollbar-width:none !important;
}

.wire-profile-content-tabs-h729::-webkit-scrollbar{
  display:none !important;
}

.wire-profile-content-tabs-h729 a{
  min-width:92px !important;
  white-space:nowrap !important;
}

.wire-profile-content-tools-h729{
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
  padding:10px 14px !important;
  border-bottom:1px solid rgba(64,95,119,.34) !important;
  background:rgba(7,18,28,.82) !important;
}

.wire-profile-content-tools-h729 label{
  flex:1 !important;
  min-width:0 !important;
}

.wire-profile-content-tools-h729 input{
  width:100% !important;
  min-width:0 !important;
  min-height:38px !important;
  box-sizing:border-box !important;
  padding:0 12px !important;
  border:1px solid rgba(74,112,141,.54) !important;
  border-radius:999px !important;
  background:#081522 !important;
  color:#eef7fc !important;
  font:inherit !important;
}

.wire-profile-content-tools-h729 small{
  color:#91a7b8 !important;
  white-space:nowrap !important;
}

.wire-profile-content-filter-empty-h729{
  display:grid !important;
  place-items:center !important;
  min-height:180px !important;
  padding:24px !important;
  text-align:center !important;
  color:#9fb0bd !important;
}

.profile-feed .post-card[hidden],
.wire-list-directory .wire-list-card[hidden]{
  display:none !important;
}

.profile-pin-context{
  display:inline-flex !important;
  align-items:center !important;
  min-height:25px !important;
  padding:0 9px !important;
  border:1px solid rgba(79,151,194,.5) !important;
  border-radius:999px !important;
  background:rgba(25,76,108,.32) !important;
  color:#cdeeff !important;
  font-size:11px !important;
  font-weight:850 !important;
}

.wire-profile-media-feed-h729{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:10px !important;
  padding:10px !important;
}

.wire-profile-media-feed-h729>.post-card{
  min-width:0 !important;
  margin:0 !important;
  border:1px solid rgba(59,88,111,.46) !important;
  border-radius:14px !important;
  overflow:hidden !important;
}

.wire-profile-media-feed-h729>.post-card .post-media,
.wire-profile-media-feed-h729>.post-card .multi-media-grid,
.wire-profile-media-feed-h729>.post-card .wire-single-video,
.wire-profile-media-feed-h729>.post-card .wire-cf-player-shell-303e3t{
  margin-left:0 !important;
  margin-right:0 !important;
}

.wire-profile-media-feed-h729>.post-card img,
.wire-profile-media-feed-h729>.post-card video{
  max-height:420px !important;
  object-fit:cover !important;
}

.wire-profile-bookmarks-feed-h729{
  position:relative !important;
}

.wire-profile-list-tabs.wire-profile-content-tabs-h729{
  display:flex !important;
  align-items:stretch !important;
  border-bottom:1px solid rgba(62,92,116,.4) !important;
}

.wire-profile-list-tabs.wire-profile-content-tabs-h729 a{
  display:grid !important;
  place-items:center !important;
  min-height:46px !important;
  padding:0 14px !important;
  color:#9db0c0 !important;
  text-decoration:none !important;
  font-weight:800 !important;
}

.wire-profile-list-tabs.wire-profile-content-tabs-h729 a.active{
  color:#fff !important;
  border-bottom:2px solid #36a7e5 !important;
}

@media(max-width:799px){
  .wire-profile-content-tabs-h729{
    display:flex !important;
    grid-template-columns:none !important;
  }

  .wire-profile-content-tabs-h729 a{
    flex:0 0 auto !important;
    min-width:82px !important;
  }

  .wire-profile-content-tools-h729{
    position:sticky !important;
    top:44px !important;
    z-index:20 !important;
    padding:8px 10px !important;
  }

  .wire-profile-content-tools-h729 input{
    font-size:16px !important;
  }

  .wire-profile-media-feed-h729{
    grid-template-columns:1fr !important;
    padding:8px !important;
  }

  .wire-profile-content-tools-h729 small{
    display:none !important;
  }
}