/* Custom utilities for this CV */
.force-15pt, .force-15pt * {
  font-size: 15pt !important;
  line-height: 1.15 !important;
}

/* Small accessibility tweak: ensure pre wraps visibly at this size */
.force-15pt pre {
  white-space: pre-wrap;
}

/* Bio-specific override: make only the bio text 13pt */
.bio-13pt, .bio-13pt * {
  font-size: 13pt !important;
  line-height: 1.25 !important;
}
.bio-13pt pre {
  white-space: pre-wrap;
}

/* Smooth scrolling for in-page navigation */
html {
  scroll-behavior: smooth;
}

/* Mobile nav styles (simple show/hide for the small menu) */
.mobile-nav-hidden { display: none; }
.mobile-nav-visible { display: block; }

/* Helper to shift elements far to the right (30cm as requested) */
.push-right-30cm {
  margin-left: 10cm !important;
}

/* backwards-compatible alias for 15cm -> now 10cm */
.push-right-15cm {
  margin-left: 10cm !important;
}

/* explicit 10cm helper */
.push-right-10cm {
  margin-left: 10cm !important;
}

/* explicit 8cm helper (requested) */
.push-right-8cm {
  margin-left: 8cm !important;
}

/* explicit 9cm helper (requested) */
.push-right-9cm {
  margin-left: 9cm !important;
}

/* explicit 8.5cm helper (requested) */
.push-right-8-5cm {
  margin-left: 8.5cm !important;
}

/* Section titles: set to 20pt as requested */
.section-title-20pt {
  font-size: 20pt !important;
  line-height: 1.15 !important;
}

/* Circular logo styling */
.logo-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  background: #005792;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
}
.logo-circle:focus { outline: 3px solid rgba(91,124,250,0.18); }

/* Education rows font size override */
.edu-15pt {
  font-size: 15pt !important;
  line-height: 1.15 !important;
}

/* Education rows font size 10pt override */
.edu-10pt {
  font-size: 10pt !important;
  line-height: 1.15 !important;
}

/* Education rows font size 13pt override */
.edu-13pt {
  font-size: 13pt !important;
  line-height: 1.15 !important;
}

/* 第一色調色盤類別（使用者提供） */
.first-color {
  background: #fad3cf;
}

/* 導覽專屬覆寫：使用 #005792（已移除以復原導覽） */
