/* IRCC Online / Canada Clone - Base */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{--gc-blue:#26374a;--gc-blue-dark:#1d2c3d;--gc-red:#b10e1e;--gc-text:#222;--gc-muted:#555;--gc-link:#284162;--gc-light:#f7f7f7;--gc-border:#d9d9d9;--container:1180px}
html{scroll-behavior:smooth}
body{font-family:Arial,Helvetica,sans-serif;background:#fff;color:var(--gc-text);line-height:1.55;font-size:16px}
.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 24px}
h1,h2,h3,h4{line-height:1.2;font-weight:700}h1{font-size:48px}h2{font-size:36px}h3{font-size:24px}p{margin:0 0 18px}a{color:var(--gc-link);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto;display:block}button,input{font-family:inherit}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-main{background:#fff}
@media(max-width:900px){h1{font-size:36px}h2{font-size:30px}.container{padding:0 18px}}
