
/* Override */
/* search button on the Knowledge page */
#edit-actions
.button, .btn, input[type="submit"], input[type="button"] {
    display: inline-block;
    padding: 0;
    background: transparent;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 2.5rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-decoration: none;
    text-align: left;
    min-width: 120px;
}