/* === Vimeo Page Specific Styles === */

/* Vimeo-themed Ghost UI Animation */
.vimeo-theme .play-button {
  width: 68px;
  height: 48px;
  background: transparent;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.vimeo-theme .play-button img {
  width: 48px;
  height: auto;
  object-fit: contain;
}

.vimeo-theme .progress-played {
  background: #1ab7ea;
}

.vimeo-theme .progress-scrubber {
  background: #1ab7ea;
}
