
/* Organisation et simplification de l’espace d’administration */
.admin-quick-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;align-items:stretch}
.admin-quick-actions>button{width:100%;min-height:52px;margin:0}
.admin-other-tools{grid-column:1/-1;border:1px solid #d8dfed;border-radius:18px;background:#f7f9fd;overflow:hidden}
.admin-other-tools summary{cursor:pointer;padding:1rem 1.1rem;font-weight:800;color:#142654;list-style:none;display:flex;align-items:center;justify-content:space-between}
.admin-other-tools summary::-webkit-details-marker{display:none}
.admin-other-tools summary::after{content:'⌄';font-size:1.2rem;transition:transform .2s ease}
.admin-other-tools[open] summary::after{transform:rotate(180deg)}
.admin-other-tools-grid{padding:0 1rem 1rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}
.admin-other-tools-grid button{width:100%;margin:0;min-height:48px}
.icon-refresh{min-width:44px!important;width:44px!important;padding:.65rem!important;border-radius:50%!important;font-size:1.25rem!important;line-height:1!important}
.v27-close,.v296-close,.v30-close{width:46px!important;height:46px!important;border-radius:50%!important;padding:0!important;font-size:1.65rem!important;display:grid!important;place-items:center!important}
@media(max-width:680px){.admin-quick-actions,.admin-other-tools-grid{grid-template-columns:1fr}.admin-quick-actions>button{min-height:48px}.admin-other-tools{border-radius:16px}}
