/* Minimal styles to ensure readable layout and preserve original text */
:root{
  --max-width:900px;
  --accent:#1abc63;
  --text:#222;
}
*{box-sizing:border-box}
.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
body{font-family:Inter, Roboto, "Helvetica Neue", Arial, sans-serif;color:var(--text);margin:0;background:#f7f7f7;line-height:1.5}
.site-header{background:#fff;border-bottom:1px solid #e6e6e6}
.nav{display:flex;gap:18px;padding:12px 18px;max-width:var(--max-width);margin:0 auto}
.nav a{color:var(--text);text-decoration:none;font-weight:500}
.nav a[aria-current="page"]{color:var(--accent)}
.nav a:hover{color:color-mix(in srgb, var(--accent) 60%, black)}
.nav{align-items:center}
.content{background:#fff;padding:20px 22px;border-radius:6px}
.content h2{margin:20px 0 8px}
.container{max-width:var(--max-width);margin:28px auto;padding:0 16px}
.content p{line-height:1.6;margin:0 0 16px}
h1{font-size:22px;margin:0 0 14px}
h2{font-size:20px;margin:20px 0 10px}

/* Normalize list spacing */
ul, ol{margin:0 0 16px 20px;padding:0}
li{margin:0 0 8px}

/* Ensure consistent heading line-height and spacing */
h1,h2,h3,h4,h5{line-height:1.25}

/* Smaller adjustments for article blocks */
.content p + h2{margin-top:18px}

/* Document meta (date/location) */
.doc-meta{display:flex;justify-content:space-between;color:#666;font-size:14px;margin:0 0 18px}

/* Force consistent font-size and line-height in content */
.content{font-size:16px;line-height:1.6}

/* Appendix tables */
.appendix{margin-top:28px}
.appendix h3{margin:24px 0 6px;font-size:18px}
.appendix h4{margin:18px 0 10px;font-size:16px}
.appendix-subtitle{margin:0 0 12px;color:#666;font-size:14px}
.table-scroll{overflow-x:auto;margin:0 0 18px}
.tariff-table{width:100%;border-collapse:collapse;min-width:520px;font-size:14px}
.tariff-table th,.tariff-table td{border:1px solid #e6e6e6;padding:10px 12px;vertical-align:top}
.tariff-table thead th{background:#f2f4f5;font-weight:600;text-align:left}
.tariff-table tbody th{background:#fafafa;font-weight:600;text-align:left;width:30%}
.tariff-table td{text-align:left}
.tariff-table tr:nth-child(even) td,.tariff-table tr:nth-child(even) th{background:#fcfcfc}
.tariff-table strong{font-weight:600}
.site-footer{border-top:1px solid #e6e6e6;padding:16px 0;text-align:center;background:#fff}
.docs-list{padding-left:18px}
