/** Shopify CDN: Minification failed

Line 62:0 All "@import" rules must come first

**/
.install-video {
  border: 1px solid #1C1B19; /* Ink */
  background-color: #F1EEE6; /* Paper */
  padding: 20px;
  margin: 24px 0;
}

.install-video__tag {
  display: inline-block;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #F1EEE6;
  background-color: #2F4B63; /* Blueprint */
  padding: 4px 8px;
  margin-bottom: 14px;
}

.install-video__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid #1C1B19;
  background-color: #1C1B19;
}

.install-video__frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.install-video__caption {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(28, 27, 25, 0.7);
  margin: 14px 0 0;
}

@media screen and (max-width: 480px) {
  .install-video {
    padding: 16px;
  }
}
/* ==========================================================
   INSTALL VIDEO — GREY CAPTION TEXT → INTER FONT
   Add this to the END of install-video.css
   ========================================================== */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap');

.install-video__caption {
  font-family: 'Inter', sans-serif;
}
