/* Distinct asset path avoids stale service-worker responses for the main
   Hawaii Tours stylesheet while preserving the script's inline toggle state. */
.hawaii-tours-page .video-controls i:not([style*="display: none"]) {
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hawaii-tours-page .video-controls i[style*="display: none"] {
  display: none !important;
}
