.cpress-video-library .svf-favourite-button {
  align-items: center;
  background: rgba(255, 253, 248, 0.96);
  border: 1px solid var(--stu-color-border, #d1d5db);
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(36, 70, 62, 0.18);
  color: var(--stu-color-muted, #6b7280);
  cursor: pointer;
  display: flex;
  height: 36px;
  justify-content: center;
  line-height: 1;
  margin: 0.65rem 0 0 auto;
  padding: 0;
  position: relative;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease, transform 0.15s ease;
  width: 36px;
}

.cpress-video-library .svf-favourite-button:hover,
.cpress-video-library .svf-favourite-button:focus-visible {
  background: var(--stu-color-forest, #24463e);
  border-color: var(--stu-color-forest, #24463e);
  color: var(--stu-color-cream, #fffdf8);
  transform: translateY(-1px);
}

.cpress-video-library .svf-favourite-button:focus-visible {
  outline: 3px solid var(--stu-color-gold, #f6c453);
  outline-offset: 3px;
}

.cpress-video-library .svf-favourite-button.is-favourite {
  background: var(--stu-color-gold-soft, #f6e5c3);
  border-color: var(--stu-color-gold, #f6c453);
  color: #9a3412;
}

.cpress-video-library .svf-favourite-button:disabled,
.cpress-video-library .svf-favourite-button.is-saving {
  cursor: wait;
  opacity: 0.68;
}

.cpress-video-library .svf-heart {
  align-items: center;
  display: flex;
  font-size: 1.25rem;
  height: 100%;
  justify-content: center;
  line-height: 1;
  width: 100%;
}

.cpress-video-library .svf-favourites-chip > span:first-child {
  color: #9a3412;
  font-size: 1rem;
  line-height: 1;
}

.cpress-video-library .svf-favourites-chip.active {
  background: var(--stu-color-gold-soft, #f6e5c3);
  border-color: var(--stu-color-gold, #f6c453);
}

.cpress-video-library .svf-notice {
  background: #fffdf8;
  border: 1px solid var(--stu-color-border, #d1d5db);
  border-left: 4px solid var(--stu-color-gold, #f6c453);
  border-radius: 8px;
  color: var(--stu-color-charcoal, #24201d);
  display: none;
  font-size: 0.95rem;
  line-height: 1.5;
  margin-top: 0.2rem;
  padding: 0.75rem 0.9rem;
  width: 100%;
}

.cpress-video-library .svf-notice.is-visible {
  display: block;
}

.cpress-video-library .svf-notice a {
  color: var(--stu-color-forest, #24463e);
  font-weight: 700;
}

@media (max-width: 600px) {
  .cpress-video-library .svf-favourite-button {
    height: 38px;
    width: 38px;
  }
}
