.row-actions{display:flex;flex-direction:column;align-items:stretch;gap:8px;min-width:92px}.row-actions form{display:block;width:100%;margin:0}.row-actions .edit-action,.row-actions .danger{display:flex;align-items:center;justify-content:center;width:100%;min-height:34px;border-radius:8px;padding:7px 12px;font-size:13px;font-weight:750;line-height:1.2;transition:transform .15s ease,box-shadow .15s ease,filter .15s ease}.row-actions .edit-action{background:#f28c18;color:#fff;border:1px solid #d86f00}.row-actions .danger{background:#d9363e;color:#fff}.row-actions .edit-action:hover,.row-actions .danger:hover{transform:translateY(-1px);filter:brightness(1.08)}.row-actions .edit-action:hover{box-shadow:0 5px 14px #f28c1855}.row-actions .danger:hover{box-shadow:0 5px 14px #d9363e44}

/* Botones principales en azul; acciones de edición en naranja. */
a.button,button:not(.danger):not(.theme):not(.link){background:linear-gradient(135deg,#1d5fd1,#2f80ed);color:#fff;border-color:#1b58bf;box-shadow:0 5px 14px #246fd02e}
a.button:hover,button:not(.danger):not(.theme):not(.link):hover{background:linear-gradient(135deg,#184fae,#2874db);box-shadow:0 7px 18px #246fd044}
.row-actions .edit-action{background:linear-gradient(135deg,#e87a0b,#f5a126);border-color:#d86f00;color:#fff}
.row-actions .edit-action:hover{background:linear-gradient(135deg,#d96c00,#ee9013)}
/* Acciones compactas con iconos, colocadas en una sola fila. */
.row-actions{flex-direction:row;align-items:center;justify-content:center;gap:7px;min-width:86px}
.row-actions form{display:flex;width:auto}.row-actions .icon-action{width:38px;min-width:38px;height:38px;min-height:38px;padding:0;border-radius:9px;font-size:20px;line-height:1}.row-actions .icon-action span{display:block;line-height:1}