/* CozyStay V49
   - keep "문의" aligned with other primary nav items
   - preserve compact V48 header
   - signup CTA remains visually dominant
*/

header nav,
.site-header nav,
.header nav,
.main-nav,
.nav-links {
  display: flex;
  align-items: center;
}

header nav a,
.site-header nav a,
.header nav a,
.main-nav a,
.nav-links a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center;
  min-height: 38px;
  line-height: 1 !important;
  white-space: nowrap !important;
  vertical-align: middle;
}

/* Contact nav item should not rise above/below siblings */
header nav a[href*="contact"],
header nav a[href*="inquiry"],
.site-header nav a[href*="contact"],
.site-header nav a[href*="inquiry"],
.header nav a[href*="contact"],
.header nav a[href*="inquiry"] {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  transform: none !important;
  align-self: center !important;
}

/* New signup CTA */
.cozy-signup-cta-v49 {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 44px !important;
  padding: 0 23px !important;
  border-radius: 999px !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

@media (max-width: 820px) {
  .cozy-signup-cta-v49 {
    min-height: 40px !important;
    padding: 0 17px !important;
    font-size: 14px !important;
  }
}
