.cfi-departements-standalone{max-width:100%;margin:0 auto;padding:20px;}.cfi-departements-list-standalone{display:flex;flex-direction:column;flex-wrap:wrap;max-height:720px;gap:1px 20px;width:100%;}.cfi-departements-standalone .cfi-departement-item{display:flex;align-items:center;padding:2px 8px;cursor:pointer;transition:all 0.2s ease;border-radius:4px;text-decoration:none;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;font-size:14px;line-height:1.2;white-space:nowrap;}.cfi-departements-standalone .cfi-departement-item:hover{background-color:#f8f9fa;}.cfi-departements-standalone .cfi-departement-number{color:#168FFB;font-weight:600;margin-right:3px;min-width:24px;flex-shrink:0;}.cfi-departements-standalone .cfi-departement-name{color:#000000;font-weight:400;transition:all 0.2s ease;}.cfi-departements-standalone .cfi-departement-item:hover .cfi-departement-number,.cfi-departements-standalone .cfi-departement-item:hover .cfi-departement-name{color:#168FFB;}.cfi-departements-standalone .cfi-departement-item:hover .cfi-departement-name{text-decoration:underline;text-decoration-color:#168FFB;}@media screen and (max-width:992px){.cfi-departements-list-standalone{max-height:1080px;}}@media screen and (max-width:768px){.cfi-departements-list-standalone{flex-direction:row;flex-wrap:wrap;max-height:none;}.cfi-departements-standalone .cfi-departement-item{width:calc(50% - 10px);}}