
.acie-section{margin:28px 0;scroll-margin-top:90px}
.acie-section-title{margin:0 0 16px}
.acie-lang{margin:0 0 16px}
.acie-lang:last-child{margin-bottom:0}
.acie-lang-ur{font-family:inherit;line-height:1.9;text-align:right}
.acie-language-tabs{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 16px}
.acie-tab-button,.acie-accordion-toggle,.acie-readmore-toggle{appearance:none;border:1px solid rgba(127,127,127,.28);border-radius:8px;background:rgba(127,127,127,.08);color:inherit;cursor:pointer;font:inherit}
.acie-tab-button{padding:9px 14px;font-weight:700}
.acie-tab-button[aria-selected="true"]{background:#118a65;border-color:#118a65;color:#fff}
.acie-tab-content[data-active-lang="en"] .acie-lang-ur{display:none}
.acie-tab-content[data-active-lang="ur"] .acie-lang-en{display:none}
.acie-tab-content[data-active-lang="both"] .acie-lang{display:block}
.acie-accordion-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;padding:15px 17px;font-weight:800;text-align:left}
.acie-toggle-icon{font-size:24px;line-height:1;transition:transform .2s ease}
.acie-accordion-toggle[aria-expanded="true"] .acie-toggle-icon{transform:rotate(45deg)}
.acie-collapsible{padding:18px 4px 4px}
.acie-collapsible[hidden]{display:none!important}
.acie-readmore-content{position:relative;max-height:320px;overflow:hidden}
.acie-readmore-content:not(.is-open):after{content:"";position:absolute;left:0;right:0;bottom:0;height:90px;background:linear-gradient(to bottom,rgba(255,255,255,0),var(--acie-fade-bg,#fff))}
.acie-readmore-content.is-open{max-height:none}
.acie-readmore-toggle{margin-top:12px;padding:10px 15px;font-weight:800}
.acie-readmore-toggle .acie-less-label{display:none}
.acie-readmore-toggle[aria-expanded="true"] .acie-more-label{display:none}
.acie-readmore-toggle[aria-expanded="true"] .acie-less-label{display:inline}
.acie-toc{margin:24px 0;padding:20px;border:1px solid rgba(127,127,127,.22);border-radius:12px;background:rgba(127,127,127,.05)}
.acie-toc-title{margin:0 0 15px}
.acie-toc-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.acie-toc-link{display:flex;flex-direction:column;gap:4px;padding:13px;border:1px solid rgba(127,127,127,.18);border-radius:9px;text-decoration:none!important;color:inherit}
.acie-toc-link:hover{border-color:#118a65;transform:translateY(-1px)}
.acie-toc-link span{font-size:.88em;opacity:.75}
@media (prefers-color-scheme:dark){.acie-readmore-content:not(.is-open):after{--acie-fade-bg:#0f1720}}
@media(max-width:768px){.acie-toc-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:480px){.acie-toc-grid{grid-template-columns:1fr}.acie-language-tabs{display:grid;grid-template-columns:repeat(3,1fr)}.acie-tab-button{padding:9px 6px}}

.acie-native-section[data-acie-display="always"]{scroll-margin-top:90px}
.acie-native-section .acie-native-collapsible{padding-top:18px}
.acie-native-section .acie-native-collapsible[hidden]{display:none!important}
.acie-native-readmore{position:relative}
.acie-native-readmore .acie-readmore-content:not(.is-open){max-height:420px}
.acie-native-section [data-acie-lang="ur"]{line-height:1.9;text-align:right}
