.admin-module-launcher{margin-top:18px}
.admin-module-launcher>div:last-child{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.admin-module-launcher a{min-height:105px;padding:17px;display:flex;flex-direction:column;justify-content:center;border:1px solid #d8e3f2;border-radius:13px;background:linear-gradient(145deg,#f8faff,#fff);transition:.25s}
.admin-module-launcher a:hover{transform:translateY(-4px);border-color:#7fa4ee;box-shadow:0 15px 32px rgba(24,58,122,.12)}
.admin-module-launcher b{color:#164bbd}
.admin-module-launcher span{margin-top:5px;color:#71809a;font-size:.7rem}
@media(max-width:1000px){.admin-module-launcher>div:last-child{grid-template-columns:repeat(3,1fr)}}
@media(max-width:620px){.admin-module-launcher>div:last-child{grid-template-columns:1fr 1fr}.admin-module-launcher a{min-height:95px;padding:13px}}
