.moopsi-video-archive-toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;margin:0 0 14px;padding:10px 12px;border:1px solid #e2e8ef;border-radius:5px;background:#fbfcfe}
.moopsi-video-archive-label{font-size:12px;font-weight:600;color:#203142}
.moopsi-video-toggle{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border:1px solid #d7e1ea;border-radius:999px;background:#fff;color:#16324a;text-decoration:none;line-height:1.2;font-size:12px}
.moopsi-video-toggle.is-active{background:#eef5fb;border-color:#bfd4e8;color:#0f3d63}
.woocommerce ul.products li.product .moopsi-video-loop-badge,.woocommerce-page ul.products li.product .moopsi-video-loop-badge{position:absolute;top:10px;left:10px;z-index:4;display:inline-flex;align-items:center;gap:5px;padding:5px 9px;border-radius:999px;background:rgba(15,33,47,.88);color:#fff;font-size:11px;line-height:1.1;box-shadow:0 6px 14px rgba(15,23,42,.15)}
.moopsi-product-video-card{margin:0 0 18px;padding:12px;border:1px solid #e2e8ef;border-radius:5px;background:#fbfcfe;display:grid;gap:10px}
.moopsi-product-video-head{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}
.moopsi-product-video-head strong{font-size:14px;line-height:1.2;color:#13212f}
.moopsi-product-video-chip{display:inline-flex;align-items:center;padding:4px 8px;border-radius:999px;background:#eef5fb;color:#1d4a74;font-size:11px;line-height:1.2;border:1px solid #cadbec}
.moopsi-product-video-card video{display:block;width:100%;height:auto;border-radius:5px;background:#0f1720}

.moopsi-product-reviews-card{margin:18px 0 0;padding:16px;border:1px solid #e2e8ef;border-radius:5px;background:#fbfcfe;display:grid;gap:14px}
.moopsi-product-reviews-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap}
.moopsi-product-reviews-head strong{display:block;font-size:15px;line-height:1.2;color:#13212f}
.moopsi-product-reviews-head span{display:block;margin-top:4px;font-size:12px;line-height:1.45;color:#526171}
.moopsi-product-reviews-summary{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}
.moopsi-product-review-pill{display:inline-flex;align-items:center;gap:6px;padding:5px 9px;border:1px solid #d7e1ea;border-radius:999px;background:#fff;color:#16324a;font-size:11px;line-height:1.2}
.moopsi-product-review-pill em{font-style:normal;color:#6a7a89}
.moopsi-product-review-pill strong{font-size:11px;color:#13212f}
.moopsi-product-review-list{display:grid;gap:12px}
.moopsi-product-review-item{display:grid;gap:10px;padding:12px;border:1px solid #e2e8ef;border-radius:5px;background:#fff}
.moopsi-product-review-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.moopsi-product-review-meta span{display:inline-flex;align-items:center;padding:4px 8px;border:1px solid #d7e1ea;border-radius:999px;background:#f6f9fc;color:#203142;font-size:11px;line-height:1.2}
.moopsi-product-review-text{font-size:13px;line-height:1.6;color:#273546}
.moopsi-product-review-images{display:grid;grid-template-columns:repeat(auto-fit,minmax(76px,1fr));gap:8px}
.moopsi-product-review-image{display:block;aspect-ratio:1/1;border:1px solid #e2e8ef;border-radius:5px;background:#f6f9fc;overflow:hidden}
.moopsi-product-review-image img{display:block;width:100%;height:100%;object-fit:cover}
@media (max-width:767px){
  .moopsi-product-reviews-card{padding:12px}
  .moopsi-product-review-item{padding:10px}
  .moopsi-product-review-images{grid-template-columns:repeat(3,minmax(0,1fr))}
}


.moopsi-product-review-top{display:flex;align-items:center;gap:10px;}
.moopsi-product-review-avatar{width:44px;height:44px;border-radius:999px;overflow:hidden;border:1px solid #e2e8ef;background:#f6f9fc;display:inline-flex;align-items:center;justify-content:center;flex:0 0 44px;}
.moopsi-product-review-avatar img{display:block;width:100%;height:100%;object-fit:cover}
.moopsi-product-review-top-copy{display:grid;gap:6px;min-width:0;flex:1}
.moopsi-product-review-videos{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.moopsi-product-review-videos video{display:block;width:100%;height:auto;max-height:220px;border-radius:5px;background:#0f1720;border:1px solid #e2e8ef}
@media (max-width:767px){
  .moopsi-product-review-videos{grid-template-columns:1fr}
}
