/* Topic A learning-module composition; inherits the website's shared palette and cards. */
.at-module{max-width:1040px;margin-inline:auto}
.at-module section{padding-block:1.6rem;border-bottom:1px solid rgba(23,50,77,.12)}
.at-module section:last-of-type{border-bottom:0}
.at-module h2{margin:0 0 .8rem;color:#17324d;font-size:clamp(1.45rem,3vw,1.9rem);line-height:1.3}
.at-module h3{color:#17324d}
.at-module p{line-height:1.75}
.at-module__notice{margin:1.1rem 0;padding:1rem 1.2rem;border-inline-start:4px solid #45a995;border-radius:8px;background:#eff7f4;color:#263746}
.at-module__examples{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr))}
.at-module__example,.at-module__check{padding:1.3rem;border:1px solid #d7e0e5;border-radius:16px;background:#fffefb}
.at-module__example .arabic{font-size:clamp(1.5rem,3vw,1.9rem);line-height:2;text-align:right;color:#17324d}
.at-module__example p{margin:.6rem 0 0;color:#526579}
.at-module__check{max-width:760px}
.at-module__choice{display:flex;align-items:center;gap:1rem;margin:.55rem 0;padding:.5rem .8rem;border:1px solid #d7e0e5;border-radius:10px}
.at-module__choice>span:first-child{font-weight:800;color:#244d69;min-width:1.5rem}
.at-module__choice .arabic{font-size:1.45rem;line-height:1.8}
.at-module details{margin-top:1.2rem;border-top:1px solid #d7e0e5;padding-top:.8rem}
.at-module summary{cursor:pointer;font-weight:800;color:#244d69;padding:.3rem 0}
.at-module summary:focus-visible{outline:3px solid #f2b84b;outline-offset:3px}
.at-module details[open] p{margin:.65rem 0}
.at-module .miftah-card-grid{margin-top:1.2rem}
@media print{.at-module details:not([open]){display:none}.at-module section{break-inside:avoid}.at-module__example,.at-module__check{box-shadow:none}}
