.base-btn {
    padding: 8px 16px;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    display: inline-flex;
    gap: 8px;
    overflow: hidden;
    position: relative;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    box-sizing: border-box;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.btn-primary {
    background-color: var(--bs-primary);
    color: #fff;
}