/* Ecofami V137: compact competition actions. Presentation only. */
.growth-page .growth-card-actions { align-items:center; justify-content:flex-end; flex-wrap:nowrap; }
.growth-page .growth-admin-menu { position:relative; flex:0 0 auto; }
.growth-page .growth-admin-trigger { min-width:44px; letter-spacing:2px; font-size:18px; }
.growth-page .growth-admin-menu-popover { display:none; position:absolute; z-index:40; right:0; top:calc(100% + 8px); width:218px; padding:8px; border:1px solid #d9e8df; border-radius:14px; background:#fff; box-shadow:0 14px 32px rgba(15,61,40,.18); }
.growth-page .growth-admin-menu.open .growth-admin-menu-popover { display:grid; gap:4px; }
.growth-page .growth-admin-menu-item { width:100%; min-height:38px; padding:8px 10px; border:0; border-radius:9px; background:#fff; color:#174a32; text-align:left; font:inherit; font-size:13px; font-weight:700; cursor:pointer; }
.growth-page .growth-admin-menu-item:hover, .growth-page .growth-admin-menu-item:focus-visible { background:#effaf2; outline:0; }
.growth-page .growth-admin-menu-item.danger { color:#c73b32; }
.growth-page .growth-admin-menu-item.danger:hover, .growth-page .growth-admin-menu-item.danger:focus-visible { background:#fff1ef; }
@media (max-width:700px) {
  .growth-page .growth-card-actions { justify-content:stretch; flex-wrap:wrap; }
  .growth-page .growth-admin-menu { width:100%; }
  .growth-page .growth-admin-trigger { width:100%; letter-spacing:2px; }
  .growth-page .growth-admin-menu-popover { width:100%; right:auto; left:0; }
  .growth-page .growth-admin-menu-item { text-align:center; }
}
