button.underline-button {
    background-color: transparent;
    border: none;
    color: var(--dark-color) !important;
}

.underline-button {
    text-decoration: underline;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}

.underline-button i {
    font-size: 1.25em;
    margin-right: 5px;
}

.underline-button:hover {
    text-decoration: none;
}
