/* ============================================================
   AnK 세무회계 — PC/모바일 강제 보기 토글
   ============================================================ */

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.view-toggle-btn {
  display: inline-block;
  padding: 4px 14px;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 999px;
  color: rgba(255,255,255,0.8);
  font-size: 0.78rem;
  background: transparent;
  cursor: pointer;
  font-family: inherit;
}
.view-toggle-btn:hover { background: rgba(255,255,255,0.1); color: var(--white); }

.mobile-preview-overlay {
  position: fixed;
  inset: 0;
  background: var(--bg);
  z-index: 9999;
  display: flex;
  justify-content: center;
}

.mobile-preview-frame-wrap {
  width: 420px;
  max-width: 100%;
  height: 100%;
}

.mobile-preview-frame {
  width: 100%;
  height: 100%;
  border: none;
  background: var(--white);
  display: block;
}
