/**
 * PEACE NAV hotfix v014
 * 修正首頁右上角「登入/後台」跑版（nav-actions 未定位）
 */

.front-nav .nav-actions {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  display: flex;
  align-items: center;
}

.front-nav .admin-login-link {
  white-space: nowrap;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

