/* Restore original governorate form icons + administrations cards.
   Same design as rn-edara-directory-v1 / result gateway. Last-in-head to win cascade. */

html body .rn-result-gateway-v1 .rn-gateway-method-icon{
    color:#173f86!important;
    background:#fff!important;
    border:2px solid #4576cf!important;
}
html body .rn-result-gateway-v1 .rn-gateway-method input:checked ~ .rn-gateway-method-icon{
    color:#fff!important;
    background:linear-gradient(145deg,#173f86,#4576cf)!important;
    border-color:#173f86!important;
}
html body .rn-result-gateway-v1 .rn-gateway-method-icon i.fa,
html body .rn-result-gateway-v1 .rn-gateway-method-icon .fa{
    font-family:FontAwesome!important;
    font-style:normal!important;
    font-weight:normal!important;
    font-size:20px!important;
    line-height:1!important;
    display:inline-block!important;
    width:auto!important;
    height:auto!important;
    color:inherit!important;
    visibility:visible!important;
    opacity:1!important;
}
html body .rn-result-gateway-v1 .fa-hashtag:before{content:"\f292"!important;font-family:FontAwesome!important}
html body .rn-result-gateway-v1 .fa-user:before{content:"\f007"!important;font-family:FontAwesome!important}
html body .rn-result-gateway-v1 .fa-university:before{content:"\f19c"!important;font-family:FontAwesome!important}
html body .rn-result-gateway-v1 .fa-sitemap:before{content:"\f0e8"!important;font-family:FontAwesome!important}

html body .rn-edarat-gateway-grid-v1,
html body #ww .rn-edarat-gateway-grid-v1{
    width:calc(100% - 24px)!important;
    max-width:1120px!important;
    margin:34px auto!important;
    padding:24px 26px!important;
    background:#fff!important;
    border:1px solid #dce5f2!important;
    border-radius:18px!important;
    box-shadow:0 12px 32px rgba(23,63,134,.08)!important;
    overflow:hidden!important;
    box-sizing:border-box!important;
}
html body .rn-edarat-gateway-grid-v1__header{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 265px!important;
    align-items:end!important;
    gap:28px!important;
}
html body .rn-edarat-gateway-grid-v1__grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px 16px!important;
}
html body .rn-edarat-gateway-grid-v1__card{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    align-items:center!important;
    gap:12px!important;
    margin:0!important;
    padding:10px 12px!important;
    background:#fff!important;
    border:1px solid #dce5f2!important;
    border-radius:10px!important;
    box-shadow:0 2px 8px rgba(23,63,134,.035)!important;
}
html body .rn-edarat-gateway-grid-v1__details{
    display:flex!important;
    align-items:center!important;
    gap:12px!important;
    min-width:0!important;
}
html body .rn-edarat-gateway-grid-v1__orbit{
    position:relative!important;
    display:inline-flex!important;
    flex:0 0 50px!important;
    align-items:center!important;
    justify-content:center!important;
    width:50px!important;
    height:50px!important;
    color:#173f86!important;
    background:#fff!important;
    border:1px solid #8db3f1!important;
    border-radius:50%!important;
    font-size:18px!important;
    box-shadow:inset 0 0 0 4px #f4f8fc!important;
}
html body .rn-edarat-gateway-grid-v1__orbit .fa{
    font-family:FontAwesome!important;
    color:#173f86!important;
    display:inline-block!important;
}
html body .rn-edarat-gateway-grid-v1__orbit .fa-university:before{content:"\f19c"!important;font-family:FontAwesome!important}
html body .rn-edarat-gateway-grid-v1__actions{
    display:flex!important;
    align-items:center!important;
    gap:6px!important;
}
html body .rn-edarat-gateway-grid-v1__actions a{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:32px!important;
    padding:6px 10px!important;
    border-radius:6px!important;
    font-size:11px!important;
    font-weight:800!important;
    text-decoration:none!important;
}
html body .rn-edarat-gateway-grid-v1__result{
    color:#fff!important;
    background:#173f86!important;
    border:1px solid #173f86!important;
}
html body .rn-edarat-gateway-grid-v1__toppers{
    color:#173f86!important;
    background:#fff!important;
    border:1px solid #e6b747!important;
}
@media(max-width:720px){
    html body .rn-edarat-gateway-grid-v1__header{grid-template-columns:1fr!important}
    html body .rn-edarat-gateway-grid-v1__grid{grid-template-columns:1fr!important}
}
@media(max-width:520px){
    html body .rn-edarat-gateway-grid-v1__card{grid-template-columns:1fr!important}
    html body .rn-edarat-gateway-grid-v1__actions{width:100%!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
