<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.video-option img:not(.selected-video) {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.video-option img:not(.selected-video):hover {
  transition: all 0.2s ease-out;
  transform: scale(1.05) rotate(3deg);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
</pre></body></html>