html {
  scroll-behavior: smooth;
}

body {
  background: #f6f7f9;
}

.navr-login-page {
  min-height: 100vh;
}

.navr-login-panel {
  box-shadow: 0 24px 70px rgba(24, 24, 27, 0.12);
}

.bg-ink {
  background: #18181b !important;
  color: #ffffff !important;
}

.bg-ink:hover,
.bg-ink:focus {
  background: #3f3f46 !important;
  color: #ffffff !important;
}

.bg-ink svg {
  color: #ffffff;
  stroke: currentColor;
}

.site-card a.bg-ink,
.navr-visit-button {
  min-width: 64px;
  justify-content: center;
  border: 1px solid #18181b;
  background: #18181b !important;
  color: #ffffff !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.site-card a.bg-ink:hover,
.site-card a.bg-ink:focus,
.navr-visit-button:hover,
.navr-visit-button:focus {
  background: #3f3f46 !important;
  color: #ffffff !important;
}

.site-card a.bg-ink svg,
.navr-visit-button svg {
  color: #ffffff;
  stroke: currentColor;
}

.navr-brand-mark,
.navr-login-button {
  background: #18181b !important;
  color: #ffffff !important;
}

.navr-login-button {
  border: 1px solid #18181b;
}

.navr-login-button:hover,
.navr-login-button:focus {
  background: #3f3f46 !important;
  color: #ffffff !important;
}

.navr-brand-mark svg,
.navr-login-button svg {
  color: #ffffff;
  stroke: currentColor;
}

.site-card {
  min-height: 142px;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.navr-pagination .page-numbers {
  margin: 0 4px;
  display: inline-flex;
  min-width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid #e4e4e7;
  border-radius: 8px;
  background: #ffffff;
  padding: 0 12px;
  color: #3f3f46;
  font-size: 13px;
  font-weight: 700;
}

.navr-pagination .page-numbers.current,
.navr-pagination .page-numbers:hover {
  border-color: #18181b;
  background: #18181b;
  color: #ffffff;
}

.admin-bar .sticky.top-0 {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar .sticky.top-0 {
    top: 46px;
  }
}

@media (max-width: 600px) {
  .admin-bar .sticky.top-0 {
    top: 0;
  }
}
