/**
 * Overlay: thu khung ảnh đại diện bài viết admin — không Vite.
 */
html.admin-root [data-giasy-news-thumb="1"] {
  max-width: 224px !important;
  max-height: 128px !important;
  width: 224px !important;
  height: 128px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  aspect-ratio: 16 / 9 !important;
  flex: 0 0 224px !important;
}

html.admin-root [data-giasy-news-thumb="1"] img {
  max-width: 100% !important;
  max-height: 100% !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

html.admin-root [data-giasy-news-thumb-card="1"] {
  min-height: 0 !important;
  height: auto !important;
  padding-bottom: 12px !important;
}

html.admin-root [data-giasy-news-thumb-card="1"] > * {
  min-height: 0 !important;
}
