/* Giữ tách bạch, gọn nhẹ, responsive */
.kyf-ytembed { width: 100%; margin: 16px 0; }
.kyf-ytembed__wrap { width: 100%; position: relative; }

/* Dùng aspect-ratio cho trình duyệt hiện đại */
.kyf-ytembed[data-ratio="16-9"] .kyf-ytembed__wrap { aspect-ratio: 16/9; }
.kyf-ytembed[data-ratio="9-16"]  .kyf-ytembed__wrap { aspect-ratio: 9/16; }

.kyf-ytembed__iframe {
  position: absolute; inset: 0;
  width: 100%; height: 100%; border: 0; display: block;
}

/* Khi chèn dưới gallery, để tách với thumbnails */
.kyf-ytembed--under-gallery { margin-top: 16px; }
