.btn {
    padding: 0.25rem 0.6rem;
    font-size: 0.85rem;
    line-height: 1.2;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;

    background-color: #e9ecef;
    color: #495057;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    text-decoration: none;

    transition: all .2s ease;
    cursor: pointer;
}

.btn a {
    text-decoration: none;
    color: inherit;
}

.btn:hover {
    background-color: #dee2e6;
    border-color: #adb5bd;
    color: #343a40;
}

.btn:hover a {
    text-decoration: none;
    color: inherit;
}

.btn i {
    font-size: 0.8rem;
}
