.cczy-product-videos {
  scroll-margin-top: 100px;
  margin: 48px 0;
  padding: 32px;
  border: 1px solid #d8e2de;
  background: #f4f7f5;
  color: #18372c;
}
.cczy-en-site .cczy-product-videos > h2 { margin: 0 0 8px; font-size: clamp(24px, 3vw, 32px) !important; line-height: 1.2; }
.cczy-product-videos > p { margin: 0 0 24px; color: #52675d; }
.cczy-product-videos-layout { display: grid; grid-template-columns: minmax(0, 1.8fr) minmax(240px, 1fr); gap: 24px; align-items: start; }
.cczy-product-video-stage { min-width: 0; }
.cczy-product-video-stage video { display: block; width: 100%; aspect-ratio: 16 / 9; background: #08130f; object-fit: contain; }
.cczy-product-videos #cczy-video-now-title { margin: 16px 0 0; font-size: 18px; line-height: 1.5; color: #143d2d; }
.cczy-product-video-identity { display: flex; flex-wrap: wrap; gap: 12px 28px; margin: 16px 0 0; padding-top: 14px; border-top: 1px solid #d8e2de; }
.cczy-product-video-identity > div { min-width: 0; }
.cczy-product-video-identity dt { font-size: 12px; font-weight: 400; color: #52675d; }
.cczy-product-video-identity dd { margin: 3px 0 0; font-size: 14px; font-weight: 600; overflow-wrap: anywhere; }
.cczy-product-video-list { display: grid; gap: 8px; max-height: 440px; overflow-y: auto; overscroll-behavior: contain; padding: 2px 4px; }
.cczy-product-videos .cczy-video-choice { display: grid; grid-template-columns: 96px minmax(0, 1fr); gap: 12px; align-items: center; padding: 10px; border: 1px solid #d8e2de; border-radius: 0; background: #fff; color: #233a30; text-align: start; white-space: normal; cursor: pointer; font: inherit; }
.cczy-product-videos .cczy-video-choice:hover { border-color: #185740; }
.cczy-product-videos .cczy-video-choice.is-selected { border-color: #14503a; box-shadow: inset 3px 0 #14503a; background: #e7f0eb; }
.cczy-product-videos .cczy-video-choice:focus-visible { outline: 3px solid #176142; outline-offset: 2px; }
.cczy-product-videos .cczy-video-thumb { position: relative; }
.cczy-product-videos .cczy-video-thumb img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: contain; background: #08130f; }
.cczy-product-videos .cczy-video-index { position: absolute; bottom: 0; inset-inline-start: 0; padding: 1px 5px; background: #143d2d; color: #fff; font-size: 11px; }
.cczy-product-videos .cczy-video-choice-copy { display: grid; gap: 5px; min-width: 0; }
.cczy-product-videos .cczy-video-choice-title { font-size: 13px; line-height: 1.5; font-weight: 650; overflow-wrap: anywhere; }
.cczy-product-videos .cczy-video-choice-meta { display: flex; flex-wrap: wrap; gap: 6px; color: #52675d; font-size: 11px; }
.cczy-product-video-status { position: absolute; width: 1px; height: 1px; clip-path: inset(50%); overflow: hidden; white-space: nowrap; }
.cczy-product-videos .cczy-product-video-error { padding: 12px; border: 1px solid #9b3c26; color: #7e2e1d; background: #fff5ee; }
.cczy-product-video-error[hidden] { display: none; }
[dir="rtl"] .cczy-product-videos .cczy-video-choice.is-selected { box-shadow: inset -3px 0 #14503a; }
@media (max-width: 1024px) {
  .cczy-product-videos-layout { grid-template-columns: minmax(0, 1fr); }
  .cczy-product-video-list { max-height: 288px; }
}
@media (max-width: 640px) {
  .cczy-product-videos { padding: 16px; margin: 32px 0; }
  .cczy-product-videos .cczy-video-choice { grid-template-columns: 72px minmax(0, 1fr); gap: 8px; padding: 8px; }
}
