@import url("https://cache.epicgfs.com/static/styles/all-responsive-metal.css?v=8.3");
@import url("https://cache.epicgfs.com/static/styles/jquery.fancybox-metal.css?v=8.3");

/* Small Rails-specific tweaks on top of KVS “metal” styles */
.kvs-v1-body .pagination form.button_to {
  display: inline;
}

.kvs-v1-body .pagination form.button_to input[type="submit"] {
  appearance: none;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  padding: 0;
  text-decoration: underline;
}

.kvs-v1-text-logo {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
}

.kvs-v1-deadbro-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 0.75rem;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 500;
  color: #b6b9ff;
  background: linear-gradient(180deg, #1a1d3a, #14162e);
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 0 0 1px rgba(120, 130, 255, 0.25), 0 4px 12px rgba(0, 0, 0, 0.4);
}

.kvs-v1-deadbro-badge:hover {
  box-shadow: 0 0 0 1px rgba(150, 160, 255, 0.5), 0 6px 16px rgba(0, 0, 0, 0.5);
}

.kvs-v1-deadbro-badge strong {
  font-weight: 600;
  color: #d6d9ff;
}

/* Missing video (404) landing */
.video-not-found-banner--kvs1 {
  margin-bottom: 1.25rem;
  padding: 1rem 1.25rem;
}

.video-not-found-banner__title {
  margin: 0 0 0.5rem 0;
  font-size: 1.15rem;
  font-weight: 600;
}

.video-not-found-banner__text {
  margin: 0 0 0.75rem 0;
  font-size: 0.95rem;
  line-height: 1.45;
  opacity: 0.9;
}

.video-not-found-banner__cta {
  margin: 0;
}

.video-not-found-banner__link {
  font-weight: 600;
  text-decoration: underline;
}
