:root{--page-title-display:none;}/* Start custom CSS *//* PMWorld360 Template Library Base Styling */
.pm-template-page {
  font-family: 'Montserrat', sans-serif;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  color: #000;
  line-height: 1.65;
}

.pm-template-page h1 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 20px;
}

.pm-template-page h2 {
  font-size: 26px;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 12px;
}

.pm-template-page figure img {
  width: 100%;
  border-radius: 12px;
  margin: 18px 0 28px;
  box-shadow: 0px 8px 30px rgba(0,0,0,0.08);
}

.pm-template-page ul,
.pm-template-page ol {
  margin-left: 20px;
}

.pm-template-page .btn-primary,
.pm-template-page .btn-secondary {
  display: inline-block;
  font-weight: 600;
  border-radius: 8px;
  padding: 14px 28px;
  text-decoration: none;
  margin: 20px 0;
}

.pm-template-page .btn-primary {
  background: #81C112;
  color: #fff !important;
}

.pm-template-page .btn-primary:hover {
  background: #6da10f;
}

.pm-template-page .btn-secondary {
  background: #000;
  color: #fff !important;
}

.pm-template-page .btn-secondary:hover {
  background: #333;
}

.pm-template-page .center {
  text-align: center;
}

.pm-template-page hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 50px 0;
}

.pm-template-page .related a {
  text-decoration: underline;
  color: #000;
}

.pm-template-page .related a:hover {
  color: #81C112;
}





.pm-template-page {
  font-family: 'Montserrat', sans-serif;
  max-width: 860px;
  margin: 0 auto;
  padding: 40px 20px;
  color: #000;
  line-height: 1.65;
}

.pm-template-page h1 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.pm-template-page h2 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 14px;
}

.pm-template-page .intro {
  font-size: 14px;
  color: #444;
  max-width: 720px;
  margin-bottom: 24px;
}

.pm-template-page figure img {
  width: 100%;
  border-radius: 12px;
  margin: 14px 0 24px;
  box-shadow: 0px 4px 25px rgba(0,0,0,0.08);
}

.pm-template-page a {
  color: #000;
  text-decoration: underline;
}

.pm-template-page .btn-primary,
.pm-template-page .btn-secondary {
  display: inline-block;
  font-weight: 600;
  border-radius: 8px;
  padding: 14px 28px;
  text-decoration: none;
  margin: 20px 0;
}

.pm-template-page .btn-primary {
  background: #81C112;
  color: #fff !important;
}

.pm-template-page .btn-secondary {
  background: #000;
  color: #fff !important;
}

.pm-template-page .center {
  text-align: center;
}

.pm-template-page hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 50px 0;
}

/* Improve table readability and spacing */
.comparison-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: auto;
}

.comparison-table th,
.comparison-table td {
  padding: 14px 20px; /* <-- Increased horizontal spacing */
  vertical-align: top;
  line-height: 1.55;
}

.comparison-table th {
  white-space: nowrap;
  width: 30%;
}

.comparison-table td {
  width: 70%;
}

/* Optional: Make tables scroll smoothly on mobile */
@media (max-width: 680px) {
  .comparison-table {
    display: block;
    overflow-x: auto;
    border: 1px solid #eee;
  }
  .comparison-table table {
    width: 700px; /* allow horizontal scroll */
  }
}
/* Section & Subsection Spacing Improvements */
.pm-template-page p,
.pm-template-page ul,
.pm-template-page ol,
.pm-template-page table,
.pm-template-page figure {
  margin-bottom: 22px;
}

.pm-template-page h2 {
  margin-top: 48px;
  margin-bottom: 16px;
}

/* Bulleted/numbered list spacing */
.pm-template-page ul li,
.pm-template-page ol li {
  margin-bottom: 10px;
  line-height: 1.65;
}

/* Improve readability for definition sections */
.pm-template-page p + ul,
.pm-template-page p + ol {
  margin-top: -6px;
}

/* Slight vertical breathing before CTAs */
.pm-template-page .btn-primary,
.pm-template-page .btn-secondary {
  margin-top: 24px;
  margin-bottom: 28px;
}

/* Extra clarity: space between comparison tables and content */
.comparison-table {
  margin-top: 12px;
  margin-bottom: 36px;
}/* End custom CSS */