/* One supplied image for every brand area; no separate wordmark typography. */
.brand-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 1 auto;
  min-width: 0;
  text-decoration: none;
}
.brand-image {
  display: block;
  width: 128px;
  height: 60px;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
}
.topbar .brand-image,
.site-header .brand-image { object-position: left center; }
.brand-badge {
  display: block;
  width: 112px;
  height: 72px;
  max-width: 100%;
  padding: 6px;
  margin-bottom: 8px;
  object-fit: contain;
  background: #0F473C;
  border-radius: 8px;
}
.program-brand-row .brand-badge { margin-bottom: 0; }
.site-footer { background: #0F473C; color: #FFFDF8; }
.site-footer .brand-link { margin-bottom: 8px; }
.site-footer a { color: #FFFDF8; }

/* Kakao OAuth is configured. Keep Naver hidden until its provider setup is complete. */
#naverLoginBtn {
  display: none !important;
}
