/* ========== FarmON Ultra‑Lock Wrapper （Front）========== */
#farmon-ulock {
  width: min(1200px, 75vw);
  margin: 0 auto;
  background: #fff;
  color: #263238;
  font-family: 'Noto Sans JP', system-ui, -apple-system, 'Segoe UI', Roboto, 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
  line-height: 1.9;
  word-break: normal;
  overflow-wrap: anywhere;
  padding: 0 0 8px 0;
}
#farmon-ulock * { box-sizing: border-box; }
#farmon-ulock h1, #farmon-ulock h2, #farmon-ulock h3, #farmon-ulock h4 { line-height: 1.35; color:#263238; }
#farmon-ulock h1 { margin:24px 0 16px; padding:0 0 10px; border-bottom:3px solid #006e4f; font-size:28px; font-weight:800; }
#farmon-ulock h2 { margin:28px 0 12px; padding:2px 0 2px 12px; border-left:6px solid #006e4f; font-size:22px; font-weight:800; }
#farmon-ulock h3 { margin:18px 0 8px; padding:2px 0 2px 10px; border-left:4px solid #006e4f; font-size:18px; font-weight:700; }
#farmon-ulock p { margin: 8px 0; font-size:16.8px; }
#farmon-ulock strong, #farmon-ulock b { font-weight: 700 !important; } /* 太字を強制 */
#farmon-ulock em, #farmon-ulock i { font-style: italic; }

/* Sections */
#farmon-ulock section, #farmon-ulock .farmon-section {
  margin:28px 0;
  padding:22px 18px;
  border:2px solid #000; outline:1px solid #000; box-shadow:0 0 0 .5px #000;
  border-radius:12px;
  background:#fff;
}

/* Table (readable + borders) */
#farmon-ulock table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 12px 0;
  background: #fff;
  color: #263238;
  border: 1.25px solid #000;
  outline: 1px solid #000;
  box-shadow: 0 0 0 .5px #000;
  border-radius: 10px;
  overflow: hidden;
}
#farmon-ulock thead th {
  background:#f1fae6;
  font-weight: 800;
  text-align: left;
  padding: 8px 10px;
  border-top: none;
  border-left: none;
}
#farmon-ulock tbody td, #farmon-ulock tbody th {
  padding: 8px 10px;
  border-top: 1px solid #cfe8dc;
  border-left: 1px solid #cfe8dc;
}
#farmon-ulock tbody td:first-child, #farmon-ulock tbody th:first-child { border-left: none; }

/* Buttons */
#farmon-ulock .wp-block-button__link, 
#farmon-ulock a.farmon-btn {
  display:inline-block;
  min-width: 160px;
  padding: 10px 18px;
  border-radius: 10px;
  font-weight: 800;
  text-decoration: none;
  background: #006e4f;
  color: #fff !important;
  border: 2px solid #00a072;
}
#farmon-ulock .wp-block-button.is-style-outline .wp-block-button__link {
  background: #eceff1; color:#263238 !important; border:2px solid #cfd8dc;
}

/* TOC helper */
#farmon-ulock .farmon-toc {
  margin: 20px 0; padding: 14px;
  border:1px solid #cfe8dc !important; border-radius:10px; background:#f1fae6 !important;
}
#farmon-ulock .farmon-toc .farmon-toc-item {
  margin:6px 0;
}
#farmon-ulock .farmon-toc .farmon-toc-link {
  display:block !important; width:100% !important; box-sizing:border-box !important;
  padding:6px 10px !important; margin:0 !important; background:#fff !important; color:#006e4f !important;
  text-decoration:none !important; border:1.25px solid #006e4f !important; outline:1px solid #006e4f !important;
  box-shadow:0 0 0 .5px #006e4f !important; border-radius:6px !important; line-height:1.7 !important;
}

/* Misc */
#farmon-ulock hr { border:none; border-top:1px dashed #cfe8dc; margin:16px 0; }
#farmon-ulock .is-layout-constrained { max-width: 100% !important; } /* container width normalization */