/* Scoped styling for Terms of Service page */
.terms-article{
  max-width:960px;
  margin:0 auto;
  padding:28px;
  background: transparent;
  border-radius:0;
  border: none;
  box-shadow: none;
}
.terms-article{font-family:inherit}
.terms-article h2{font-size:20px; color:#344621 !important; margin-bottom:12px}
.terms-article h3{font-size:16px; color:#344621 !important; margin-bottom:10px}
.terms-article p{color:#556155 !important; line-height:1.75 !important; margin-bottom:12px}
.terms-article pre{background:#fff; padding:12px; border:1px solid #e6e6e6; border-radius:6px; overflow:auto}
.terms-article table{width:100%; border-collapse:collapse; margin-bottom:12px}
.terms-article th, .terms-article td{padding:0.5rem 0.75rem; border:1px solid #eee}
.terms-article .company-info{background:#f5f8ef; padding:16px; border-radius:8px; border:1px solid rgba(52,70,33,0.06);}

/* Header and section utility classes for the Terms page */
/* .terms-header{padding:3rem 1.5rem 1rem} */
.terms-header-inner{max-width:56rem; margin:0 auto; color:#344621}
.terms-section{margin-bottom:1rem}
.terms-section h2{font-size:1.5rem; font-weight:600}
.terms-section h3{font-size:1.125rem; font-weight:600}
.terms-pre{background:#fff; padding:12px; border:1px solid #e6e6e6; overflow:auto; color:#556155}
.terms-owner{margin-top:24px}
.terms-owner-inner{color:#556155; line-height:1.6}

/* Make the owner heading match the other section headings */
.terms-owner h3{font-size:1.5rem; font-weight:600; color:#344621; margin-bottom:12px}

@media (max-width:768px){
  .terms-article{padding:18px}
  .terms-article h2{font-size:18px}
}

/* Pricing table styles */
.pricing-table{width:100%; border-collapse:collapse; margin-top:1rem}
.pricing-table thead th{background:#344621; color:#fffce3; font-size:0.95rem; text-align:left; padding:0.75rem 1rem}
.pricing-table tbody{background:#dfe7c8; font-size:0.9rem}
.pricing-table td{padding:0.75rem 1rem; border:1px solid rgba(52,70,33,0.08); vertical-align:top}
.pricing-table tr:nth-child(even) td{background:rgba(255,255,255,0.02)}
.pricing-table-wrap{overflow-x:auto;}
