#th-actions,
.row-actions {
    text-align: right;
}

.row-actions a {
    display: block;
    padding: 6px 8px;
    font-weight: 700;
    border-radius: 4px;
    min-width: 162px;
}

.row-actions a.action-guarantee:hover {
    background-color: var(--color-cerulean-500);
    color: white;
}

.row-actions a:not(:last-child) {
    margin-bottom: 2px;
}
