
.fxea-yt-popular{
  padding:58px 0;
  background:#f7f9fc;
  color:#10283d;
  border-top:1px solid #edf2f6;
  border-bottom:1px solid #edf2f6;
}
.fxea-yt-shell{
  width:min(1180px,calc(100% - 28px));
  margin-inline:auto;
}
.fxea-yt-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  margin-bottom:20px;
}
.fxea-yt-head>div>span{
  display:block;
  margin-bottom:5px;
  color:#0878ff;
  font-size:9px;
  line-height:1;
  font-weight:900;
  letter-spacing:.16em;
}
.fxea-yt-head h2{
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:#102d47!important;
  font-size:clamp(24px,2.3vw,32px)!important;
  line-height:1.2!important;
  font-weight:900!important;
}
.fxea-yt-head h2 small{
  margin-left:7px;
  color:#0878ff;
  font-size:9px;
  letter-spacing:.12em;
  vertical-align:middle;
}
.fxea-yt-head p{
  margin:7px 0 0!important;
  color:#7b8f9f!important;
  font-size:10px!important;
  line-height:1.6!important;
}
.fxea-yt-head>a{
  flex:0 0 auto;
  color:#0878ff;
  font-size:10px;
  line-height:1;
  font-weight:900;
  text-decoration:none!important;
}
.fxea-yt-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:15px;
}
.fxea-yt-card{
  min-width:0;
  overflow:hidden;
  border:1px solid #dfe8ef;
  border-radius:12px;
  background:#fff;
  box-shadow:0 5px 18px rgba(13,45,72,.035);
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.fxea-yt-thumb{
  position:relative;
  display:block;
  overflow:hidden;
  aspect-ratio:16/9;
  background:#eaf0f5;
  text-decoration:none!important;
}
.fxea-yt-thumb img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transform:scale(1.001);
  transition:transform .24s ease;
}
.fxea-yt-rank{
  position:absolute;
  top:8px;
  left:8px;
  min-width:31px;
  height:25px;
  padding:0 7px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:6px;
  background:rgba(8,30,50,.84);
  color:#fff;
  font-size:9px;
  line-height:1;
  font-weight:900;
  backdrop-filter:blur(5px);
}
.fxea-yt-play{
  position:absolute;
  left:50%;
  top:50%;
  width:38px;
  height:38px;
  transform:translate(-50%,-50%);
  border-radius:50%;
  background:rgba(255,255,255,.94);
  box-shadow:0 4px 15px rgba(0,0,0,.14);
}
.fxea-yt-play::after{
  content:"";
  position:absolute;
  left:15px;
  top:11px;
  width:0;
  height:0;
  border-top:8px solid transparent;
  border-bottom:8px solid transparent;
  border-left:12px solid #0878ff;
}
.fxea-yt-card-body{
  padding:11px 12px 12px;
}
.fxea-yt-card h3{
  display:-webkit-box;
  overflow:hidden;
  min-height:39px;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:#17344d!important;
  font-size:11px!important;
  line-height:1.55!important;
  font-weight:900!important;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}
.fxea-yt-card h3 a{
  color:inherit!important;
  text-decoration:none!important;
}
.fxea-yt-meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:6px;
  margin-top:9px;
  padding-top:8px;
  border-top:1px solid #edf2f6;
}
.fxea-yt-meta strong{
  color:#0878ff;
  font-size:8px;
  font-weight:900;
}
.fxea-yt-meta time{
  color:#8a9aa7;
  font-size:8px;
}
.fxea-yt-admin-error{
  display:flex;
  flex-direction:column;
  gap:5px;
  width:min(1180px,calc(100% - 28px));
  margin:18px auto;
  padding:14px 16px;
  border:1px solid #efcfd3;
  border-radius:9px;
  background:#fff7f8;
  color:#934852;
  font-size:10px;
  line-height:1.6;
}
@media(hover:hover) and (pointer:fine){
  .fxea-yt-card:hover{
    transform:translateY(-3px);
    border-color:#c5dcea;
    box-shadow:0 12px 28px rgba(13,45,72,.08);
  }
  .fxea-yt-card:hover .fxea-yt-thumb img{
    transform:scale(1.035);
  }
}
@media(max-width:1000px){
  .fxea-yt-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:650px){
  .fxea-yt-popular{padding:40px 0}
  .fxea-yt-shell{width:calc(100% - 24px)}
  .fxea-yt-head{display:block}
  .fxea-yt-head>a{display:inline-block;margin-top:12px}
  .fxea-yt-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .fxea-yt-card-body{padding:9px 9px 10px}
  .fxea-yt-card h3{min-height:36px;font-size:10px!important}
  .fxea-yt-play{width:34px;height:34px}
  .fxea-yt-play::after{left:14px;top:10px;border-top-width:7px;border-bottom-width:7px;border-left-width:10px}
  .fxea-yt-meta{display:block}
  .fxea-yt-meta time{display:block;margin-top:3px}
}
@media(prefers-reduced-motion:reduce){
  .fxea-yt-card,.fxea-yt-thumb img{transition:none}
}
