.elementor-79675 .elementor-element.elementor-element-6b13929{padding:50px 50px 50px 50px;}.elementor-79675 .elementor-element.elementor-element-7ab0843{overflow:hidden;}@media(max-width:767px){.elementor-79675 .elementor-element.elementor-element-7ab0843{padding:25px 15px 25px 15px;}}/* Start custom CSS for html, class: .elementor-element-4337d11 *//* ================================
   KiwiGolf – PGA Guide Terms of Service
   ================================ */

:root {
  --kiwi-green: #0f6b53;
  --kiwi-green-soft: #2f8f76;
  --kiwi-accent: #7fc9b3;
  --text-main: #1f2933;
  --text-sub: #4b5563;
  --border-soft: #e5e7eb;
  --bg-soft: #f9fafb;
}

/* Wrapper */
#terms-pga-guide {
  font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  max-width: 860px;
  margin: 0 auto;
  padding: 64px 24px 80px;
  background: #ffffff;
  color: var(--text-main);
  line-height: 1.85;
}

/* Page title */
#terms-pga-guide h1 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  color: var(--kiwi-green);
  margin-bottom: 48px;
  letter-spacing: 0.05em;
}

/* Section headers */
#terms-pga-guide h2 {
  font-size: 16px;
  font-weight: 700;
  color: var(--kiwi-green);
  margin-top: 40px;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}

/* Sub-section headers */
#terms-pga-guide h3 {
  font-size: 14px;
  font-weight: 700;
  color: var(--kiwi-green-soft);
  margin-top: 18px;
  margin-bottom: 8px;
  letter-spacing: 0.04em;
}

/* Paragraphs */
#terms-pga-guide p {
  font-size: 14px;
  color: var(--text-sub);
  margin: 8px 0;
}

/* Lists */
#terms-pga-guide ul {
  padding-left: 20px;
  margin: 10px 0 14px;
}

#terms-pga-guide li {
  font-size: 14px;
  color: var(--text-sub);
  margin-bottom: 6px;
}

/* Links */
#terms-pga-guide a {
  color: var(--kiwi-green);
  font-weight: 600;
  text-decoration: none;
}

#terms-pga-guide a:hover {
  text-decoration: underline;
}

/* Divider */
#terms-pga-guide hr {
  margin: 48px 0 24px;
  border: none;
  border-top: 1px solid var(--border-soft);
}

/* ---- FONT LOCK FIX ---- */
/* Force Noto Sans JP for numbers & English */
#terms-pga-guide,
#terms-pga-guide * {
  font-family: "Noto Sans JP", sans-serif !important;
  font-variant-ligatures: none;
  font-feature-settings: "liga" 0;
  font-variant-numeric: lining-nums;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d3eabb9 *//* ================================
   KiwiGolf – PGA Guide TOS (Mobile)
   IDENTICAL COPY / MOBILE SIZING ONLY
   ================================ */

:root {
  --kiwi-green: #0f6b53;
  --kiwi-green-soft: #2f8f76;
  --text-main: #1f2933;
  --text-sub: #4b5563;
  --border-soft: #e5e7eb;
}

/* Wrapper */
#terms-pga-guide-mobile {
  font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  max-width: 100%;
  padding: 28px 16px 56px;
  background: #ffffff;
  color: var(--text-main);
  line-height: 1.95;
}

/* Title */
#terms-pga-guide-mobile h1 {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  color: var(--kiwi-green);
  margin-bottom: 32px;
  letter-spacing: 0.04em;
}

/* Section headers */
#terms-pga-guide-mobile h2 {
  font-size: 15px;
  font-weight: 700;
  color: var(--kiwi-green);
  margin-top: 32px;
  margin-bottom: 8px;
}

/* Sub headers */
#terms-pga-guide-mobile h3 {
  font-size: 14px;
  font-weight: 700;
  color: var(--kiwi-green-soft);
  margin-top: 18px;
  margin-bottom: 6px;
}

/* Paragraphs */
#terms-pga-guide-mobile p {
  font-size: 14px;
  color: var(--text-sub);
  margin: 6px 0;
}

/* Lists */
#terms-pga-guide-mobile ul {
  padding-left: 18px;
  margin: 8px 0 12px;
}

#terms-pga-guide-mobile li {
  font-size: 14px;
  color: var(--text-sub);
  margin-bottom: 6px;
}

/* Links */
#terms-pga-guide-mobile a {
  color: var(--kiwi-green);
  font-weight: 700;
  text-decoration: none;
}

/* Divider */
#terms-pga-guide-mobile hr {
  margin: 40px 0 24px;
  border: none;
  border-top: 1px solid var(--border-soft);
}

/* Font lock */
#terms-pga-guide-mobile,
#terms-pga-guide-mobile * {
  font-family: "Noto Sans JP", sans-serif !important;
  font-variant-numeric: lining-nums;
}/* End custom CSS */