/* Base Styles for v jsDATAlab/

body {
  font-family: 'Noto Sans KR', sans-serif;
}

/* Brand Logo */
.brand-logo {
  width: 18px;
  height: 18px;
}

/* Company Select Box */
.company-select-box {
  min-height: 48px;
}

.selected-company-badge {
  background-color: #2e8b57 !important;
  font-size: 0.95rem;
}

/* Social icons in footer */
.social-icon {
  font-size: 1.5rem;
  transition: color 0.2s ease-in-out;
}

.social-icon:hover {
  color: #0d6efd; /* Bootstrap primary color */
}

/* Base Template Navigation */
.temp-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.soon-badge {
  font-size: 0.6rem;
}

.site-header-row {
  gap: 1rem;
}

.site-main-nav {
  flex: 1 1 auto;
  min-width: 0;
  justify-content: center;
}

.site-user-actions {
  white-space: nowrap;
}

@media (max-width: 767.98px) {
  .site-main-nav {
    flex: 1 0 100%;
    order: 3;
    margin-top: 0.5rem;
  }
}
