.cc_FfAdkz5dA4_9UgiSOvtqW .product-usage-videos {
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: clip;
  background: #f9f7f2;
  font-family: system-ui, -apple-system, sans-serif;
}

.cc_FfAdkz5dA4_9UgiSOvtqW .product-usage-videos-inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 80px 24px;
  min-width: 0;
}

.cc_FfAdkz5dA4_9UgiSOvtqW .product-usage-videos-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.cc_FfAdkz5dA4_9UgiSOvtqW .product-usage-videos-badge {
  display: inline-flex;
  align-items: center;
  align-self: center;
  gap: 10px;
  padding: 10px 18px;
  border-radius: 9999px;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.cc_FfAdkz5dA4_9UgiSOvtqW .product-usage-videos-badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  background: #3d2b1f;
  flex-shrink: 0;
}

.cc_FfAdkz5dA4_9UgiSOvtqW .product-usage-videos-badge-text {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #3d2b1f;
}

.cc_FfAdkz5dA4_9UgiSOvtqW .product-usage-videos-title {
  display: block;
  width: 100%;
  margin: 40px 0 0;
  max-width: none;
  font-size: clamp(28px, 4.2vw, 60px);
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #3d2b1f;
  text-align: center;
}

.cc_FfAdkz5dA4_9UgiSOvtqW .product-usage-videos-title-line {
  display: inline-block;
  white-space: nowrap;
}

.cc_FfAdkz5dA4_9UgiSOvtqW .product-usage-videos-title-accent {
  font-style: italic;
  font-weight: 300;
  color: #a68d7a;
}

.cc_FfAdkz5dA4_9UgiSOvtqW .product-usage-videos-desc {
  display: block;
  width: 100%;
  margin: 24px 0 0;
  max-width: none;
  font-size: clamp(13px, 1.5vw, 17px);
  line-height: 1.65;
  color: rgba(61, 43, 31, 0.75);
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .cc_FfAdkz5dA4_9UgiSOvtqW .product-usage-videos-title-line, .cc_FfAdkz5dA4_9UgiSOvtqW .product-usage-videos-desc {
    white-space: normal;
  }

  .cc_FfAdkz5dA4_9UgiSOvtqW .product-usage-videos-title {
    max-width: 16rem;
    margin-left: auto;
    margin-right: auto;
  }

  .cc_FfAdkz5dA4_9UgiSOvtqW .product-usage-videos-desc {
    max-width: 22rem;
    margin-left: auto;
    margin-right: auto;
    white-space: normal;
  }
}

.cc_FfAdkz5dA4_9UgiSOvtqW .product-usage-videos-grid {
  box-sizing: border-box;
  width: 100%;
  max-width: 1440px;
  margin: 40px auto 0;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
}

@media (min-width: 640px) {
  .cc_FfAdkz5dA4_9UgiSOvtqW .product-usage-videos-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }
}

@media (min-width: 1024px) {
  .cc_FfAdkz5dA4_9UgiSOvtqW .product-usage-videos-inner {
    padding: 112px 40px;
  }
  .cc_FfAdkz5dA4_9UgiSOvtqW .product-usage-videos-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px;
    margin-top: 48px;
  }
}

@media (min-width: 1280px) {
  .cc_FfAdkz5dA4_9UgiSOvtqW .product-usage-videos-grid {
    gap: 40px;
  }
}

.cc_FfAdkz5dA4_9UgiSOvtqW .product-usage-videos-empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 28px 16px;
  border-radius: 16px;
  border: 1px dashed rgba(61, 43, 31, 0.2);
  background: #fff;
  color: rgba(61, 43, 31, 0.7);
  font-size: 14px;
  line-height: 1.5;
}

/* Instagram Reels card */
.cc_FfAdkz5dA4_9UgiSOvtqW .reel-card {
  position: relative;
  overflow: hidden;
  min-width: 0;
  max-width: 100%;
  border-radius: 28px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #2a241f;
  box-shadow: 0 12px 32px rgba(61, 43, 31, 0.14);
}

.cc_FfAdkz5dA4_9UgiSOvtqW .reel-card:not(.is-preview-ready)::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    110deg,
    #2a241f 0%,
    #3d342c 40%,
    #2a241f 80%
  );
  background-size: 200% 100%;
  animation: cc_FfAdkz5dA4_9UgiSOvtqW_reel-shimmer 1.4s ease-in-out infinite;
}

@keyframes cc_FfAdkz5dA4_9UgiSOvtqW_reel-shimmer {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}

.cc_FfAdkz5dA4_9UgiSOvtqW .reel-card-video {
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  vertical-align: top;
  background: #1a1612;
}

.cc_FfAdkz5dA4_9UgiSOvtqW .reel-play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.92);
  color: #2c2c2c;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}

.cc_FfAdkz5dA4_9UgiSOvtqW .reel-play-icon {
  width: 22px;
  height: 22px;
  margin-left: 2px; /* optical center for triangle */
}

.cc_FfAdkz5dA4_9UgiSOvtqW .reel-card-video::-webkit-media-controls-enclosure, .cc_FfAdkz5dA4_9UgiSOvtqW .reel-card-video::-webkit-media-controls-panel {
  display: none !important;
}

.cc_FfAdkz5dA4_9UgiSOvtqW .reel-card-gradient {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), transparent, rgba(0, 0, 0, 0.7));
  pointer-events: none;
}

.cc_FfAdkz5dA4_9UgiSOvtqW .reel-card-label {
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 3;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.9);
  pointer-events: none;
}

.cc_FfAdkz5dA4_9UgiSOvtqW .reel-card-actions {
  position: absolute;
  right: 12px;
  bottom: 96px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.cc_FfAdkz5dA4_9UgiSOvtqW .reel-mute-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 9999px;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  backdrop-filter: blur(4px);
  cursor: pointer;
  transition: background 0.2s;
}

.cc_FfAdkz5dA4_9UgiSOvtqW .reel-mute-btn:hover {
  background: rgba(0, 0, 0, 0.5);
}

.cc_FfAdkz5dA4_9UgiSOvtqW .reel-action-icon {
  color: rgba(255, 255, 255, 0.9);
  pointer-events: none;
}

.cc_FfAdkz5dA4_9UgiSOvtqW .reel-icon {
  width: 20px;
  height: 20px;
}

.cc_FfAdkz5dA4_9UgiSOvtqW .reel-icon-lg {
  width: 24px;
  height: 24px;
}

.cc_FfAdkz5dA4_9UgiSOvtqW .reel-card-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding: 16px;
  text-align: left;
  pointer-events: none;
}

.cc_FfAdkz5dA4_9UgiSOvtqW .reel-card-user {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.cc_FfAdkz5dA4_9UgiSOvtqW .reel-card-avatar {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 9999px;
  object-fit: cover;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.25);
}

.cc_FfAdkz5dA4_9UgiSOvtqW .reel-card-avatar-fallback {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 9999px;
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  color: #fff;
  padding: 6px;
  box-sizing: border-box;
}

.cc_FfAdkz5dA4_9UgiSOvtqW .reel-card-avatar-fallback svg {
  width: 100%;
  height: 100%;
}

.cc_FfAdkz5dA4_9UgiSOvtqW .reel-card-handle {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cc_FfAdkz5dA4_9UgiSOvtqW .reel-card-caption {
  margin: 8px 0 0;
  font-size: 11px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.9);
  overflow-wrap: anywhere;
}

@media (min-width: 640px) {
  .cc_FfAdkz5dA4_9UgiSOvtqW .reel-card-caption {
    font-size: 12px;
  }
}
