/* wire-video-discovery-polish-recommendations-creator-avatars-303f1h9170 */

.wire-for-you-page-303f1h9170,
.wire-video-browse-page-303f1h9170{
  display:grid;
  gap:18px;
  min-width:0;
}

.wire-for-you-hero-303f1h9170,
.wire-video-browse-hero-303f1h9170{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  padding:22px;
  border:1px solid #244258;
  border-radius:16px;
  background:
    radial-gradient(circle at 92% 0,rgba(235,40,77,.13),transparent 34%),
    #071724;
}

.wire-for-you-hero-303f1h9170>div,
.wire-video-browse-hero-303f1h9170>div{
  min-width:0;
}

.wire-for-you-hero-303f1h9170>div>span,
.wire-video-browse-hero-303f1h9170>div>span,
.wire-for-you-section-303f1h9170>header span{
  color:#ff3157;
  font-size:10px;
  font-weight:950;
  letter-spacing:.1em;
}

.wire-for-you-hero-303f1h9170 h1,
.wire-video-browse-hero-303f1h9170 h1{
  margin:4px 0 6px;
  font-size:clamp(30px,4vw,44px);
  line-height:1;
}

.wire-for-you-hero-303f1h9170 p,
.wire-video-browse-hero-303f1h9170 p{
  max-width:760px;
  margin:0;
  color:#9db2c2;
  font-size:13px;
  line-height:1.5;
}

.wire-for-you-manage-303f1h9170,
.wire-video-browse-hero-303f1h9170>a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  flex:0 0 auto;
  min-height:38px;
  padding:0 13px;
  border:1px solid #31576f;
  border-radius:999px;
  background:#0a2232;
  color:#fff;
  text-decoration:none;
  font-size:11px;
  font-weight:900;
}

.wire-for-you-manage-303f1h9170:hover,
.wire-video-browse-hero-303f1h9170>a:hover{
  border-color:#ff3157;
}

.wire-for-you-section-303f1h9170{
  padding:16px;
  border:1px solid #213d52;
  border-radius:16px;
  background:#081a28;
}

.wire-for-you-section-303f1h9170>header{
  display:flex;
  justify-content:space-between;
  gap:16px;
  margin-bottom:14px;
}

.wire-for-you-section-303f1h9170>header h2{
  margin:3px 0 4px;
  font-size:20px;
}

.wire-for-you-section-303f1h9170>header p{
  margin:0;
  color:#8fa7b8;
  font-size:11px;
}

.wire-for-you-grid-303f1h9170{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(225px,1fr));
  gap:12px;
}

.wire-for-you-card-303f1h9170{
  display:grid;
  grid-template-rows:auto 1fr;
  min-width:0;
  overflow:hidden;
  border:1px solid #28475d;
  border-radius:13px;
  background:#071521;
  transition:
    transform .16s ease,
    border-color .16s ease,
    box-shadow .16s ease;
}

.wire-for-you-card-303f1h9170:hover{
  transform:translateY(-2px);
  border-color:#426b85;
  box-shadow:0 14px 30px rgba(0,0,0,.22);
}

.wire-for-you-thumb-303f1h9170{
  position:relative;
  display:block;
  aspect-ratio:16/9;
  overflow:hidden;
  background:#02070c;
}

.wire-for-you-thumb-303f1h9170 img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.wire-for-you-thumb-303f1h9170>span{
  position:absolute;
  left:50%;
  top:50%;
  display:grid;
  place-items:center;
  width:44px;
  height:44px;
  border:1px solid rgba(255,255,255,.7);
  border-radius:50%;
  background:rgba(2,8,13,.7);
  color:#fff;
  transform:translate(-50%,-50%);
  backdrop-filter:blur(6px);
}

.wire-for-you-card-body-303f1h9170{
  display:flex;
  flex-direction:column;
  gap:10px;
  padding:11px;
  min-width:0;
}

.wire-for-you-card-body-303f1h9170>strong{
  font-size:13px;
  line-height:1.34;
}

.wire-for-you-card-body-303f1h9170>strong a{
  color:#fff;
  text-decoration:none;
}

.wire-for-you-identity-row-303f1h9170{
  margin-top:auto;
}

.wire-for-you-identity-303f1h9170{
  display:flex;
  align-items:center;
  gap:8px;
  min-width:0;
  color:inherit;
  text-decoration:none;
}

.wire-for-you-identity-303f1h9170>span:last-child{
  display:grid;
  gap:1px;
  min-width:0;
}

.wire-for-you-identity-303f1h9170 b{
  overflow:hidden;
  color:#d8e5ed;
  font-size:11px;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.wire-for-you-identity-303f1h9170 small{
  color:#7894a8;
  font-size:9px;
}

.wire-video-person-avatar-303f1h9170,
.wire-video-card-avatar-303f1h9170,
.wire-video-rail-avatar-303f1h9170{
  position:relative!important;
  display:grid!important;
  place-items:center!important;
  flex:0 0 27px!important;
  width:27px!important;
  height:27px!important;
  min-width:27px!important;
  min-height:27px!important;
  max-width:27px!important;
  max-height:27px!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  border:1px solid rgba(102,157,194,.66)!important;
  border-radius:50%!important;
  background:#102337!important;
  color:#fff!important;
  opacity:1!important;
  visibility:visible!important;
}

.wire-video-person-avatar-303f1h9170>img,
.wire-video-card-avatar-303f1h9170>img,
.wire-video-rail-avatar-303f1h9170>img{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-width:100%!important;
  min-height:100%!important;
  max-width:none!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:50%!important;
  object-fit:cover!important;
  object-position:center!important;
  opacity:1!important;
  visibility:visible!important;
}

.wire-video-person-avatar-303f1h9170>span,
.wire-video-card-avatar-303f1h9170>span,
.wire-video-rail-avatar-303f1h9170>span{
  display:grid!important;
  place-items:center!important;
  width:100%!important;
  height:100%!important;
  font-size:10px!important;
  font-weight:950!important;
  line-height:1!important;
}

.wire-video-card-creator-avatar-303f1h34{
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
  min-width:0!important;
  color:#9fc0d2!important;
  text-decoration:none!important;
}

.wire-video-card-creator-avatar-303f1h34>span:last-child{
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}

.wire-for-you-feedback-303f1h9170{
  display:flex;
  gap:5px;
  flex-wrap:wrap;
  padding-top:9px;
  border-top:1px solid rgba(55,86,108,.55);
}

.wire-for-you-feedback-303f1h9170 button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:5px;
  min-height:30px;
  padding:0 9px;
  border:1px solid #31536b;
  border-radius:999px;
  background:#0a202f;
  color:#b9cfdb;
  font:inherit;
  font-size:9px;
  font-weight:850;
  cursor:pointer;
}

.wire-for-you-feedback-303f1h9170 button.is-positive:hover{
  border-color:#4ca57c;
  color:#baf1d3;
}

.wire-for-you-feedback-303f1h9170 button.is-neutral:hover{
  border-color:#68869a;
  color:#fff;
}

.wire-for-you-feedback-303f1h9170 button.is-danger{
  margin-left:auto;
}

.wire-for-you-feedback-303f1h9170 button.is-danger:hover{
  border-color:#ff3157;
  color:#ff8ca0;
}

.wire-video-browse-controls-303f1h9170{
  display:grid;
  gap:11px;
  padding:13px;
  border:1px solid #213d52;
  border-radius:14px;
  background:#071724;
}

.wire-video-browse-controls-303f1h9170>nav{
  display:flex;
  gap:5px;
  overflow-x:auto;
  padding-bottom:2px;
}

.wire-video-browse-controls-303f1h9170>nav a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:0 12px;
  border:1px solid transparent;
  border-radius:999px;
  color:#9eb4c2;
  text-decoration:none;
  font-size:10px;
  font-weight:850;
  white-space:nowrap;
}

.wire-video-browse-controls-303f1h9170>nav a:hover{
  color:#fff;
  background:#0c2637;
}

.wire-video-browse-controls-303f1h9170>nav a.is-active{
  border-color:#ff3157;
  background:#bd2442;
  color:#fff;
}

.wire-video-browse-search-303f1h9170{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:8px;
}

.wire-video-browse-search-303f1h9170 label{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  align-items:center;
  gap:8px;
  min-height:42px;
  padding:0 12px;
  border:1px solid #2c4d62;
  border-radius:11px;
  background:#06131e;
}

.wire-video-browse-search-303f1h9170 label>span{
  color:#7fa0b3;
  font-size:17px;
}

.wire-video-browse-search-303f1h9170 input,
.wire-video-browse-search-303f1h9170 select{
  min-width:0;
  min-height:40px;
  border:0;
  outline:0;
  background:transparent;
  color:#fff;
  font:inherit;
  font-size:11px;
}

.wire-video-browse-search-303f1h9170 select{
  min-width:116px;
  padding:0 10px;
  border:1px solid #2c4d62;
  border-radius:11px;
  background:#06131e;
}

.wire-video-browse-grid-303f1h9170{
  gap:12px!important;
}

.wire-video-load-more-wrap-303f1h9170{
  display:flex;
  justify-content:center;
  padding:8px 0 4px;
}

.wire-video-load-more-303f1h9170{
  min-height:38px!important;
  padding:0 17px!important;
  border:1px solid #31566e!important;
  border-radius:999px!important;
  background:#0a2232!important;
  color:#fff!important;
  font-weight:900!important;
}

.wire-video-empty-303f1h9170{
  display:grid;
  gap:7px;
  justify-items:start;
  padding:22px;
  border:1px dashed #315269;
  border-radius:14px;
  background:#071521;
}

.wire-video-empty-303f1h9170 strong{
  font-size:16px;
}

.wire-video-empty-303f1h9170 p{
  margin:0;
  color:#8fa7b8;
}

.wire-video-empty-303f1h9170 a{
  margin-top:4px;
  color:#ff647f;
}

/* Shared persistent Recommended rail */
.wire-video-persistent-right-303e5r
.wire-video-static-recommendations-303e5s{
  display:grid;
}

.wire-video-rail-item-303f1h9170{
  margin:0!important;
  padding:10px 0!important;
  border-bottom:1px solid rgba(52,83,104,.55)!important;
}

.wire-video-rail-item-303f1h9170:last-child{
  border-bottom:0!important;
}

.wire-video-rail-item-303f1h9170>a{
  display:grid!important;
  grid-template-columns:112px minmax(0,1fr)!important;
  gap:9px!important;
  align-items:start!important;
  color:#fff!important;
  text-decoration:none!important;
}

.wire-video-rail-thumb-303f1h9170{
  position:relative;
  display:block;
  aspect-ratio:16/9;
  overflow:hidden;
  border-radius:8px;
  background:#02070c;
}

.wire-video-rail-thumb-303f1h9170 img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.wire-video-rail-thumb-303f1h9170>small{
  position:absolute;
  right:4px;
  bottom:4px;
  padding:2px 4px;
  border-radius:4px;
  background:rgba(0,0,0,.82);
  color:#fff;
  font-size:8px;
}

.wire-video-rail-copy-303f1h9170{
  display:grid;
  gap:5px;
  min-width:0;
}

.wire-video-rail-copy-303f1h9170>strong{
  display:-webkit-box;
  overflow:hidden;
  font-size:11px;
  line-height:1.25;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}

.wire-video-rail-creator-303f1h9170{
  display:flex;
  align-items:center;
  gap:6px;
  min-width:0;
  color:#8ea9ba;
}

.wire-video-rail-creator-303f1h9170>span:last-child{
  display:grid;
  min-width:0;
}

.wire-video-rail-creator-303f1h9170 b{
  overflow:hidden;
  font-size:9px;
  font-weight:700;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.wire-video-rail-creator-303f1h9170 small{
  color:#69879b;
  font-size:8px;
}

.wire-video-rail-empty-303f1h9170{
  padding:14px 0;
  color:#7e99a9;
  font-size:10px;
}

@media(max-width:1100px){
  .wire-for-you-grid-303f1h9170{
    grid-template-columns:repeat(auto-fill,minmax(210px,1fr));
  }
}

@media(max-width:760px){
  .wire-for-you-hero-303f1h9170,
  .wire-video-browse-hero-303f1h9170{
    align-items:flex-start;
    flex-direction:column;
    padding:16px;
  }

  .wire-for-you-grid-303f1h9170{
    grid-template-columns:1fr 1fr;
    gap:8px;
  }

  .wire-for-you-card-body-303f1h9170{
    padding:9px;
  }

  .wire-for-you-feedback-303f1h9170{
    display:grid;
    grid-template-columns:1fr 1fr;
  }

  .wire-for-you-feedback-303f1h9170 button.is-danger{
    grid-column:1/-1;
    margin-left:0;
  }

  .wire-video-browse-search-303f1h9170{
    grid-template-columns:1fr;
  }

  .wire-video-browse-search-303f1h9170 select{
    width:100%;
  }
}

@media(max-width:520px){
  .wire-for-you-grid-303f1h9170{
    grid-template-columns:1fr;
  }
}