/* Global Video chrome for stavbahub.com/video — does not restyle SK Video. */
.gv-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.gv-page .gh-header.gv-chrome {
  display: flex;
  align-items: center;
  padding: 1.25rem 1.5rem;
  background: #fff;
}

.gv-page .gh-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: inherit;
  text-decoration: none;
}

.gv-page .gh-logo {
  width: 40px;
  height: 40px;
  border-radius: 0.5rem;
  object-fit: cover;
}

.gv-page .gh-wordmark {
  font-weight: 800;
  font-size: 1.25rem;
  letter-spacing: -0.02em;
  color: #1e293b;
}

.gv-page .gh-footer {
  margin-top: auto;
  padding: 1.5rem;
  text-align: center;
  color: #475569;
  font-size: 0.875rem;
}

@media (max-width: 390px) {
  .gv-page .gh-header.gv-chrome {
    padding: 1rem 1rem;
  }
}
