/*
 * Canonical video-node component styles.
 *
 * Seedance resolution availability is rendered by
 * components/video-node/videoNodeRhPanelHtml.js. This file owns only the
 * component geometry so labels and native title tooltips cannot change the
 * main-row alignment.
 */

.video-node .img-ratio-popup .video-resolution-segmented {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 0;
  width: 100%;
}

.video-node .img-ratio-popup .video-resolution-segmented .seedance-res-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  height: 48px;
  margin: 0;
  padding: 0;
  line-height: 1;
  box-sizing: border-box;
}
